Articles tagged: NetCDF-Java

May 4, 2011

You may be shocked that netCDF coordinates can't always be monotonic. Other embarrassing facts are also revealed.

Apr 25, 2011

When model data is encoded in GRIB, the dataset schema is lost. So is an unambiguous identification of the the schema variables. To deal with these problems, GRIB reading libraries probably make assumptions that may not be valid for all datasets.

Apr 25, 2011

Problems with external tables make BUFR/GRIB not suitable as long-term storage formats. To solve this, there must be a foolproof way for reading software to know what tables the writing software used, and there must be an authoritative registry of tables.

Nov 2, 2008
Changing the netCDF-Java license did not involve guns.
Oct 17, 2008
I'm looking to categorize coordinate mapping functions:  ways to map from the index space of a data variable to a vector of coordinate values.
Oct 16, 2008
Preliminary thoughts on storing ragged arrays in netCDF. Now supreceeded by the CF discrete sampling proposal,
Oct 11, 2008
CF defines a way to save space in netCDF files with "compression by gathering". Lets have a close look!