Changes between Version 19 and Version 20 of NetCDF_exportUpdateChanges


Ignore:
Timestamp:
Oct 10, 2011, 6:15:29 PM (13 years ago)
Author:
etourigny
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetCDF_exportUpdateChanges

    v19 v20  
    3939=== Change to a default south-up orientation for NetCDF data ===
    4040
    41 '''Related tix''': #4251[[BR]]
     41'''Related fix''': #4251[[BR]]
    4242
    4343'''New -co options''': No
     
    5757=== Continue saving NetCDF custom attribute tags by default, but add option not to save ===
    5858
    59 '''Related tix''': N/A [[BR]]
     59'''Related fix''': N/A [[BR]]
    6060'''New -co options''': -co WRITE_GDAL_TAGS (yes/no, defaults to yes)[[BR]]
    6161'''Has back-compat impact?''': No
     
    8383=== Add saving of Datum reference Ellipsoid parameters in CF-1 compliant format, in addition to within GDAL's WKT ===
    8484
    85 '''Related tix''': #2893 [[BR]]
     85'''Related fix''': #2893 [[BR]]
    8686'''New -co options''': No, though related to the new proposed WRITE_GDAL_TAGS option above.
    8787
     
    108108=== When exporting to NetCDF map projections via GDAL, save projection coordinate variables. Optionally, also save lat and lon mapping variables. ===
    109109
    110 '''Related tix''': #2893 [[BR]]
     110'''Related fix''': #2893 [[BR]]
    111111'''New -co options''':
    112112  * WRITE_LONLAT=YES/NO/IFNEEDED (default: YES for geographic, IFNEEDED for projected) ->Note, this not implemented yet
     
    134134
    135135
     136=== Add support for different netcdf file types and compression ===
     137
     138'''Related fix''': N/A [[BR]]
     139'''New -co options''':
     140  * FILETYPE=NC/NC2/NC4
     141  * COMPRESS=NONE/DEFLATE/PACKED (default: NONE)
     142  * ZLEVEL=[1-9] (default: 1)
     143
     144'''Has back-compat impact?''': NC2 and NC4 filetypes, as well as DEFLATE and PACKED compression may not be supported by older netcdf installations and GDAL versions
     145
     146'''Change''':
     147TBD
     148
    136149== Compatibility Issues ==
    137150