Changes between Version 29 and Version 30 of NetCDF_Improvements


Ignore:
Timestamp:
Dec 12, 2011, 5:01:39 PM (12 years ago)
Author:
etourigny
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetCDF_Improvements

    v29 v30  
    8383 * http://www.unidata.ucar.edu/software/netcdf/docs/BestPractices.html#Packed%20Data%20Values
    8484
     85== I/O issues ==
     86
     87== Various bugs that need fixing ==
     88
     89 * support import of unequally-spaced grids
     90 * support of lon/lat grids from CF grids which are not supported
     91 * can we define dim vars before band vars, without performance hit? nc__enddef??
     92 * should we set NO_FILL for performance gain? nc_set_fill(ncid, NC_NOFILL, &old_fill_mode);
     93 * implement setmetadata and setmetadataitem, tricky because other nc attributes are already written to file
     94
    8595== Compatibility with other software ==
    8696