Re: [Geoserver-users] Geoserver Store NetCDF issue: Could not list layers

2019-08-22 Thread Van Der Stelt Frank
Thank you for your answer. I looked at this and found that this is a problem in geotools. When the WKT string is parsed the single quotes are changed to double quotes and the CRS factory doesn't like that. So I patched this part of geotools to get around this problem. The question remains why

Re: [Geoserver-users] title layer and name layer in GUI Geoserver

2019-08-22 Thread Pablo J. Zader
Thanks! Chers Pablo El jue., 22 de ago. de 2019 03:07, Andrea Aime escribió: > Hi Pablo, > you can make a put request against the coverage after the upload to modify > the title (or whatever other property) > The is no way to do so during the upload. > > Cheers > Andrea > > > On Thu, Aug 22,

Re: [Geoserver-users] Geoserver Store NetCDF issue: Could not list layers

2019-08-22 Thread Alexander Petkov
First, I would trace why this is happening: org.geotools.coverage.io.netcdf.crs.NetCDFProjection$CRSParser parseWKT WARNING: Unable to setup a CRS from the specified WKT: PROJCS['unnamed',GEOGCS['GRS 1980(IUGG,

[Geoserver-users] FW: Geopackage 2d_gridded_coverage

2019-08-22 Thread Marco Agostinho Moreira Teixeira
CC. De: Marco Agostinho Moreira Teixeira Enviada: 22 de agosto de 2019 10:29 Para: geoserver-users@lists.sourceforge.net Assunto: [Geoserver-users] Geopackage 2d_gridded_coverage Hi, At the moment I use Geopackage raster to compile my information of elevation / temperature /

[Geoserver-users] Geoserver Store NetCDF issue: Could not list layers

2019-08-22 Thread Van Der Stelt Frank
Hi again, I'll try to rephrase the problem. When uploading a NetCDF file I get the "Could not list layers for this store" problem. The file follows the CF 1.6 convention and can be read by qgis and other NetCDF-readers. I uploaded the file here.

[Geoserver-users] Geopackage 2d_gridded_coverage

2019-08-22 Thread Marco Agostinho Moreira Teixeira
Hi, At the moment I use Geopackage raster to compile my information of elevation / temperature / precipitation..etc... My goal is to provide a WMS service with some of this information. I have a correct procedure that works (I use geopackage.js) to visualize my data and GDAL to process it,

[Geoserver-users] NetCDF time change info

2019-08-22 Thread Elham soudy
hi all, need urgent help if possible, I had published a NetCDF data in GeoServer with a time change and I can get data at different times but the question is, Can I get data with a range " from-to" date? and How? ___ Geoserver-users mailing list

Re: [Geoserver-users] geoserver 2.15 and projections

2019-08-22 Thread Andrea Aime
Hi, the "Optimizing the warp into an affine transformation" steps have been there since roughly 2011, but it could be that changes in other parts of the code are making them more likely or get into code paths that show bugs. Or who knows what else... I see a number of custom bits (including

Re: [Geoserver-users] title layer and name layer in GUI Geoserver

2019-08-22 Thread Andrea Aime
Hi Pablo, you can make a put request against the coverage after the upload to modify the title (or whatever other property) The is no way to do so during the upload. Cheers Andrea On Thu, Aug 22, 2019 at 7:40 AM Pablo J. Zader wrote: > Hi list > I am working with automatic layer upload to