Changes between Version 44 and Version 45 of NetCDF_exportUpdateChanges


Ignore:
Timestamp:
Oct 16, 2011, 10:54:49 AM (13 years ago)
Author:
etourigny
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetCDF_exportUpdateChanges

    v44 v45  
    3434data from GDAL-added attributes. If the two sources conflict, we should report this and consider the CF-1 encoded info
    3535as authoritative, which assumes a user has modified the data with a non-GDAL program. 
     36
     37ET: this is still valid, but no need to write in the summary
    3638
    3739}}}
     
    8587The following subsections describe these changes specifically.
    8688
    87 ==== 3.1) Proj. SRS Handling: When exporting to NetCDF map projections via GDAL, save projection coordinate variables. Optionally, also save lat and lon mapping variables. ====
     89==== 3.1) When exporting to NetCDF map projections via GDAL, save projection coordinate variables. Optionally, also save lat and lon mapping variables. ====
    8890
    8991'''Related fix''': #2893 [[BR]]
     
    110112Thus we've chosen to make it ''optional'' to write these Variables - but provide the 'WRITE_LONLAT' co option for users who wish to make sure their data is fully self-describing and CF-1 compliant, without relying on on-the-fly reprojection.
    111113
    112 ==== 3.2) Proj. SRS Handling: Continue saving GDAL custom attribute tags in addition to CRS definition, but add option not to save ====
     114==== 3.2) Continue saving GDAL custom attribute tags in addition to CRS definition, but add option not to save ====
    113115
    114116'''New -co options''': -co WRITE_GDAL_TAGS=YES/NO (default: YES)[[BR]]
     
    136138The GeoTranform array is not written to file unless there is no means to recover that information (i.e. in the case when lon/lat values are not written to file for a geographic CRS). 
    137139
    138 ==== 3.3) Proj. SRS Handling: Add saving of reference Ellipsoid parameters in CF-1 compliant format used by dataset ====
     140==== 3.3) Add saving of reference Ellipsoid parameters in CF-1 compliant format used by dataset ====
    139141
    140142'''New -co options''': No, though related to the new proposed WRITE_GDAL_TAGS option below.