Re: [Geoserver-users] Trouble Extracting Elevation Levels from NetCDF File in ImageMosaic

2016-04-06 Thread Padhrig Mccarthy
Dear Danielle- That fixed it! imageindex:Integer is required in the schema for use by the underlying I/O. I thought that part of the schema was for GeoTiffs or something, so I edited it out when I copied the example. Sorry for the trouble, and THANK YOU for spending the time to help me sort this

Re: [Geoserver-users] Trouble Extracting Elevation Levels from NetCDF File in ImageMosaic

2016-04-06 Thread Daniele Romagnoli
Hi Paddy, Ah! Looking again on your schema I see that you have deleted the imageIndex attribute: I think that this is the problem. Let me explain: A NetCDF can be seen as a multidimensional dataset (a kind of a hypercube). >From an ImageIO

Re: [Geoserver-users] Trouble Extracting Elevation Levels from NetCDF File in ImageMosaic

2016-04-05 Thread Padhrig Mccarthy
Dear Danielle- Thank you very much for taking the time to do this test. Below is the response to a WMS 1.3.0 GetCapabilities request such as: http://nnew-vm9:8089/geoserver/RAL_WCS/ows?service=WMS&version=1.3.0&request=GetCapabilities I am able to retrieve data at different elevations, but it see

Re: [Geoserver-users] Trouble Extracting Elevation Levels from NetCDF File in ImageMosaic

2016-04-05 Thread Daniele Romagnoli
Dear Paddy, I have tested the polyphemus data from the training multidim and I can successfully get different elevations on GS 2.8.x. (On 2.9.x I had a data dir issue due to some garbage on my installation so I need to repeat the test again). What GeoServer version are you using? Can you share the

Re: [Geoserver-users] Trouble Extracting Elevation Levels from NetCDF File in ImageMosaic

2016-03-30 Thread Daniele Romagnoli
Hi Paddy, I have tested elevation queries the past week for a customer and I was getting proper values so I'm not sure about what's happening. I'll retry with the multidim training dataset to figure out the issue in the next days. Cheers, Daniele On Wed, Mar 30, 2016 at 5:24 PM, Padhrig Mccarthy

Re: [Geoserver-users] Trouble Extracting Elevation Levels from NetCDF File in ImageMosaic

2016-03-29 Thread Daniele Romagnoli
Dear Paddy, I see that your NetCDF declares the elevation (z) as float (single precision). float z(z) ; z:standard_name = "altitude" ; z:long_name = "Specific altitude above mean sea level" ; z:units = "km" ; z:positive = "up" ; z:axis = "Z" ; Whilst in your schema you have set: the_geom:Polygon,

[Geoserver-users] Trouble Extracting Elevation Levels from NetCDF File in ImageMosaic

2016-03-28 Thread Padhrig Mccarthy
Dear GeoServer Users- I'm attempting to set up an ImageMosaic of NetCDF files, and I've got GeoServer to recognize the z dimension in my NetCDF files, but when I request different elevations in WMS, GeoServer alway returns data that corresponds to the lowest elevation in the file. Or when I make a