Changes between Version 14 and Version 15 of NetCDF_Improvements


Ignore:
Timestamp:
Sep 13, 2011, 10:36:39 PM (13 years ago)
Author:
hsumanto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetCDF_Improvements

    v14 v15  
    2727   * export std_parallel variables into a single standard_parallel netcdf attribute
    2828   * add proper datum import and export support (being discussed on the mailing list)
    29    * 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.
     29   * 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 (issue #4251)
    3030 * 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