Changes between Version 7 and Version 8 of NetCDF_Improvements


Ignore:
Timestamp:
Sep 4, 2011, 9:30:48 PM (13 years ago)
Author:
hsumanto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetCDF_Improvements

    v7 v8  
    2626   * support for read and write of projected coordinate values
    2727   * export std_parallel variables into a single standard_parallel netcdf attribute
    28    * 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 in the fixes for projected crs so that geotiff -> netcdf and vice versa don't result in inverted y-axis.
     28   * 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 geotiff -> netcdf and vice versa don't result in inverted y-axis.
    2929
    3030If you want to flip the y-axis, just apply the following around line 369 (in the part that deals with projected crs. However, the resulting file will be upside-down in gdal and related software.