Changes between Version 1 and Version 2 of NetCDF_Improvements


Ignore:
Timestamp:
Aug 28, 2011, 10:40:51 PM (13 years ago)
Author:
etiennesky
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetCDF_Improvements

    v1 v2  
    2323 * NetCDF created by GDAL not CF-1.0 compliant for geographical grids (issue #2129) - patch submitted
    2424 * netcdf driver does not read CF-1.0 coordinate system properly (issue #2893)
    25 
     25 * support packed data (with add_offset and scale_factor)
    2626
    2727== 2 - Metadata ==
     
    4848
    4949
    50 
    5150== 4 - Dimension issues ==
    5251
     
    5453
    5554
    56 == 5 - Compatibility with other software ==
     55== 5 - I/O issues ==
     56
     57 * Fix access to different netcdf file types: nc (classic), nc2 (64-bit) and nc4 (NetCDF4 with HDF5 support) - #3890 and #2379
     58 * Add option for file type at export
     59 * Support compressed netcdf data (szip, zip) and CF-1 packed data
     60
     61== 6 - Compatibility with other software ==
    5762
    5863The driver should be compatible for import and/or export (with proper visualisation) with at least the following software:
     
    6570 * others to come...
    6671
    67 
    68 == 6 - Test files ==
     72== 7 - Test files ==
    6973
    7074A place should be set up to store NetCDF sample files, provided they are free under the terms of http://download.osgeo.org/gdal/data/COPYING . [[BR]]
     
    7377
    7478
    75 == 7 - Contribution ==
     79== 8 - Contribution ==
    7680
    7781 * Contributors are welcome and could be identified here in 3 categories: Ideas/reporting, testing, and/or development.