Ethan Davis
Ethan Davis
Based on `CooverageCoordAxis.Spacing` [1], that method should probably be called `subsetValuesWithDisconti**g**uousInterval` rather than `subsetValuesDisconti**n**uous`. A typo, I believe, and an attempt to shorten the name. On the other hand, in...
@lesserwhirls We already have`Grib_*` and `Grib2_*` (and I assume `Grib1_*`) attributes. For instance, ``` Int32 Grib2_Parameter 0, 19, 1; String Grib2_Parameter_Discipline "Meteorological products"; String Grib2_Parameter_Category "Physical atmospheric Properties"; String Grib2_Parameter_Name...
I give up ... What does DSP stand for?
The DataType enum is a list of the data types supported by the netCDF data model. The Object type is just a helper-type which is only used in a few...
@Yaqiang - I forgot to mention user defined types. The netCDF Enhanced Data model supports compound data types. You could create a Ccompound type to represent, for example, complex numbers....
@cwardgar NetcdfFile provides access to the bytes on disk as they fit in to the netCDF data model. NetcdfDataset goes beyond the bytes on disk and beyond the netCDF data...
Thanks Tara @tdrwenski !
Hi @WeatherGod - What versions of the GeoTiff Specification ([1.0](http://geotiff.maptools.org/spec/geotiffhome.html)* or [1.1](https://docs.ogc.org/is/19-008r4/19-008r4.html)) are you targeting? (I'm not certain what netCDF-java currently supports but suspect it originally targeted 1.0.) It looks...
Sorry, I was trying to ask a more general question beyond the GDAL_NoData attribute/tag but didn't find a more general issue to comment on. Support for "official" standards is a...
Hi @cskarby - Looks like all TDS services except `HTTPServer` use `HttpHeadFilter` (according to [`applicationContext.xml`](https://github.com/Unidata/tds/blob/8a64cc451ab1bf1fa174fe7934515707fc17d983/tds/src/main/webapp/WEB-INF/applicationContext.xml#L45)). For `HTTPServer`, both `GET` and `HEAD` requests are handled by the [same method](https://github.com/Unidata/tds/blob/8a64cc451ab1bf1fa174fe7934515707fc17d983/tds/src/main/java/thredds/server/fileserver/FileServerController.java#L30) because of...