[Geoserver-users] gsconfig create layer error

2018-05-24 Thread Жандос Керимкулов via Geoserver-users
Hi List I have next code to create new layer via rest from geoserver.catalog import Catalog cat = Catalog('http://localhost:8080/geoserver/rest/', username='admin', password='geoserver') ws = cat.get_workspace('akmolakad') dats = cat.get_store('akmola01', ws) cat.save(dats) ft_name='akmolakad'

Re: [Geoserver-users] Elevation profile

2018-06-21 Thread Жандос Керимкулов via Geoserver-users
There is also interesting tool for your request, try it and please give feedback. Thank you https://github.com/kaktus40/Cesium-GeoserverTerrainProvider >Четверг, 21 июня 2018, 17:54 +06:00 от Simone Giannecchini >: > >Short answer, I don't think this is supported right now. > >Longer answer,

[Geoserver-users] (no subject)

2018-08-27 Thread Жандос Керимкулов via Geoserver-users
Dear community. We forced on problem with styling vector layers from wfs. Can someone share his experience. We are calculating NDVI from raster. After converting it to vector and publish as wfs through geoserver. As client side we are using openlayers log. And question how to set rule based

[Geoserver-users] Error with publushing raster via PostGIS

2018-10-18 Thread Жандос Керимкулов via Geoserver-users
Hello list I face next issue during creation coverage store for my raster. Lets go briefly throught the procedures what I made. 1. $ psql --version psql (PostgreSQL) 10.5 (Ubuntu 10.5-1.pgdg18.04+1) 2. postgis_full_version

[Geoserver-users] ras:Contour

2019-05-07 Thread Жандос Керимкулов via Geoserver-users
Dear list   We want to implement ras:Contour WPS to our product. So we are in struggle with owslib python library. The xml works perfectly, but we got problems to implement it into python code. The problem is how we can put raster layer from geoserver to input parameters???   so the original xml