Changes between Version 13 and Version 14 of NetCDF_Improvements


Ignore:
Timestamp:
Sep 12, 2011, 12:36:10 AM (13 years ago)
Author:
etourigny
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetCDF_Improvements

    v13 v14  
    3838 * The import process does not use the Conventions attribute and does not consider different possible Conventions (COARDS, CF-1.0, CF-1.5, etc.)
    3939 * netcdf history global attribute should be updated. Does GDAL offer a history mechanism?
    40  * GDAL version should be recorded in a GDAL global attribute
    41  * CF-version of file read could be kept in an internal variable, and default CF-version of output also
     40 * CF-version of file read could be kept in an internal variable, as well as CF-version for file creation
    4241
    43 === Issues for which a patch has been submitted  ===
     42=== Issues that have been resolved (in trunk)  ===
    4443 * Duplication in Metadata when translating from NetCDF to NetCDF (issue #4204)
    4544 * metadata from a NetCDF variable should be stored inside the GDAL Band metadata, instead of a global metadata item (issue #4211)
    4645 * NetCDF variable name is lost when imported into GDAL (issue #4211)
    4746 * Floating-point metadata in netcdf file is converted to GDAL metadata as string without sufficient precision (issue #4211)
     47 * GDAL version saved in GDAL global attribute
    4848
    4949