Re: [Geoserver-users] Working Grib2 data source does not work as image mosaic

2016-09-05 Thread Ferguson, Steve -FS
Hi Devon, I am still stuck on this one. I checked in the database and both the TIME and IMAGEINDEX columns are null, so they are not being populated when the grib2 file is processed. Any help getting passed this would be greatly appreciated. It is likely that I will be using several data files

[Geoserver-users] Creating raster store using gsconfig.py

2016-09-05 Thread Allan Oware
Hi, Is it possible using gsconfig.py to create a raster store within a *specific* workspace ? The following creates one in the default workspace and the resultant layer takes the *default* raster style. from geoserver.catalog import Catalog > cat = Catalog("http://localhost:8080/geoserver/rest";)