Changes between Version 20 and Version 21 of NetCDF_Improvements


Ignore:
Timestamp:
Oct 12, 2011, 7:46:13 AM (13 years ago)
Author:
etourigny
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetCDF_Improvements

    v20 v21  
    2828   * export std_parallel variables into a single standard_parallel netcdf attribute
    2929   * add proper datum import and export support (being discussed on the mailing list)
    30    * 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)
     30   * issues with specific projections:
     31     * rotated_pole (#4285 and #4251)
     32     * Stereographic vs. Oblique_Stereographic (#4267)
     33     * others not assigned a bug report
     34 * fix the y-axis for import and export (issues #4251 and #4284)
    3135 * add CF compliance checker to the autotests (issue #4233) - added in trunk, needs tests for projected CRS
    3236 * support packed data (with add_offset and scale_factor) properly - I don't see where they are used, must be tested