Re: [Geoserver-users] Any hints why these .grb2 datasets fail to load as GRIB raster stores?

2017-10-18 Thread Padhrig Mccarthy
Thank you all for your suggestions. They encouraged me to dig deeper into our problem. The issue ended up being that the National Weather Service (the source of these two grids) is adding a 32-byte header to the files. GeoTools checks that grib files start with the characters GRIB, which was no lo

[Geoserver-users] Any hints why these .grb2 datasets fail to load as GRIB raster stores?

2017-10-16 Thread Padhrig Mccarthy
Hi- I am trying to use GeoServer 2.9.1 to create ImageMosaics from a bunch of .grb2 grids, and am having trouble with these two. I can't seem to even read a single file of either type to create a GRIB raster store. I have looked carefully at the logs, and there appear to be no hints beyond "Failed

Re: [Geoserver-users] Must use Double dataType for elevation in ImageMosaic config, even when NetCDF files have float type

2016-04-22 Thread Padhrig Mccarthy
Integer,time:java.util.Date,elevation:Float NO2 NO22 On Mon, Apr 18, 2016 at 12:26 PM, Padhrig Mccarthy wrote: > Hi Daniele- > > Will do. > > I followed the polyphemus example from the mult

Re: [Geoserver-users] Must use Double dataType for elevation in ImageMosaic config, even when NetCDF files have float type

2016-04-18 Thread Padhrig Mccarthy
d investigate on that and check the > problem through a debug session. > > I'm wondering if the z dimension has been configured/recognized as > elevation / custom dimension. > > Please, let us know. > Cheers, > Daniele > > On Fri, Apr 15, 2016 at 5:19 PM, Padhrig Mccart

[Geoserver-users] Must use Double dataType for elevation in ImageMosaic config, even when NetCDF files have float type

2016-04-15 Thread Padhrig Mccarthy
Hi- This is report of a recent discovery I made after repeatedly banging my head against the wall, so I thought I should write it up here to help future users. Basically, you MUST define your elevation dimension as a Double in your schema (using ImageMosaic indexer.xml), even if your NetCDF files

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

2016-04-06 Thread Padhrig Mccarthy
of > the polyphemus dataset from multidim training) and reconfiguring your data > (Make sure to restart from a clean situation to avoid partially configured > mosaics). > > Please. Let me know if that fixes your problem. > Cheers, > Daniele > > > > On Tue, Apr 5, 2016 at 11:4

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

[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

Re: [Geoserver-users] How to point GeoServer to MOSAIC_DIR?

2016-02-25 Thread Padhrig Mccarthy
.properties > should be enough. > > Please, see also my notes below: > > On Wed, Feb 24, 2016 at 5:10 PM, Padhrig Mccarthy wrote: > >> Hi- >> >> I am a novice GeoServer user, and I am tasked with setting up multiple >> timeseries ImageMosaics for our project. I h

[Geoserver-users] How to point GeoServer to MOSAIC_DIR?

2016-02-24 Thread Padhrig Mccarthy
Hi- I am a novice GeoServer user, and I am tasked with setting up multiple timeseries ImageMosaics for our project. I have a MOSAIC_DIR set up and configured according to the tutorial at http://docs.geoserver.org/latest/en/user/tutorials/imagemosaic_timeseries/imagemosaic_timeseries.html . Based