Sean Arms
Sean Arms
We are missing Product Definition Section (PDS) [Template 32](http://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_table4-0.shtml): | template | description | |----------|------------| | 32 | Analysis or forecast at a horizontal level or in a horizontal layer...
Looks like we will need to stay on java 8 until chronicle-map starts using a newer java. According to this issue: https://github.com/OpenHFT/Chronicle-Map/issues/155#issuecomment-405855643 the target is java 11. This is in...
ncWMS is not working when a thredds config catalog is using the dataset element. The issue is that the the dataset urlPath is being directly passed into the call to...
(for background, see Unidata/thredds#616) The units, as found in GRIB parameter tables, do not adhere to any standard definition of units (for example, CF) and are essentially free text. As...
In our GRIB collections, the dimension and variable names change based on the service used for access. For example, take a look at the GFS 0.5 Degree output on [thredds-test](http://thredds-test.unidata.ucar.edu/thredds/catalog/grib/NCEP/GFS/Global_0p5deg/catalog.html)....
In addition to TravisCI, I'd like to add AppVeyor for testing on Windows. @dopplershift - anything we should know about before going down this road? Will adding our tests on...
The NCSS Point Dataset feature of the TDS does not return all expected coordinate variables. For example, subsetting a data variable with dimensions of `obs` and a `coordinates attribute` such...
From e-support: We use hybrid sigma-pressure coordinatres in our oerational simulations. The netcdf files conatin variables a, b a_half and b_half (see [here](http://silam.fmi.fi/thredds/catalog/silam_glob_v5_5/files/catalog.html)). Is there any way to include these...
The standard NCSS service element isn't working in 5.0, likely due to the addition of `/grid/` to the API. Need to figure out how to explicitly add the NCSS service...
The ability to subset data with a discontinuous axis is not yet supported in `5.0` (see: `cdm/src/main/java/ucar/nc2/ft2/coverage/CoordAxisHelper.java` 364). For example: https://thredds-dev.unidata.ucar.edu/thredds/catalog/grib/NCEP/GFS/Global_0p25deg/catalog.html Requesting a variable with a disontinuous axis, such as...