Changes between Version 12 and Version 13 of NetCDF_Improvements


Ignore:
Timestamp:
Sep 11, 2011, 6:48:26 PM (13 years ago)
Author:
etourigny
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetCDF_Improvements

    v12 v13  
    2222
    2323=== Issues with the current implementation ===
    24  * NetCDF created by GDAL not CF-1.0 compliant for geographical grids (issue #2129) - patch submitted
     24 * NetCDF created by GDAL not CF-1.0 compliant for geographical grids (issue #2129) - fixed in trunk
    2525 * netcdf driver does not read and write CF-1.0 coordinate system properly for projected CRS (issue #2893)
    2626   * support for read and write of projected coordinate values
     
    2828   * add proper datum import and export support (being discussed on the mailing list)
    2929   * fix the y-axis for projected CRS, because currently the driver (GDAL) expects top-down for projected crs but netCDF is bottom-up approach.  This issue need to be addressed for projected crs so that the resulting file in geotiff -> netcdf conversion (and vice versa netcdf -> geotiff) will not be upside-down when viewed in both gdal and netcdf software.
    30  * add CF compliance checker to the autotests (issue #4233)
     30 * add CF compliance checker to the autotests (issue #4233) - added in trunk, needs tests for projected CRS
    3131 * support packed data (with add_offset and scale_factor) properly - I don't see where they are used, must be tested
    3232
     
    3737=== Issues with the current implementation ===
    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.)
     39 * 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
    3942
    4043=== Issues for which a patch has been submitted  ===