Changes between Version 21 and Version 22 of NetCDF_Improvements


Ignore:
Timestamp:
Oct 15, 2011, 3:52:23 PM (13 years ago)
Author:
etourigny
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetCDF_Improvements

    v21 v22  
    2727   * support for read and write of projected coordinate values
    2828   * export std_parallel variables into a single standard_parallel netcdf attribute
    29    * add proper datum import and export support (being discussed on the mailing list)
     29   * add proper datum import and export support
    3030   * issues with specific projections:
    3131     * rotated_pole (#4285 and #4251)
     
    3333     * others not assigned a bug report
    3434 * fix the y-axis for import and export (issues #4251 and #4284)
    35  * add CF compliance checker to the autotests (issue #4233) - added in trunk, needs tests for projected CRS
    36  * support packed data (with add_offset and scale_factor) properly - I don't see where they are used, must be tested
     35 * add CF compliance checker to the autotests (issue #4233) - fixed
     36 * support packed data (with add_offset and scale_factor) transparently (see bug #3797)
    3737 * support "coordinates" attribute for projections which are not supported by GDAL/PROJ.4 (i.e rotated pole) (issue #4251)
     38
     39Notes:
     40http://www.unidata.ucar.edu/software/netcdf/workshops/2010/bestpractices/Packing.html
     41http://www.unidata.ucar.edu/software/netcdf/docs/BestPractices.html#Packed%20Data%20Values
    3842
    3943== Metadata ==