Changes between Version 8 and Version 9 of NetCDF_exportUpdateChanges


Ignore:
Timestamp:
Sep 21, 2011, 10:38:35 PM (13 years ago)
Author:
pds
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetCDF_exportUpdateChanges

    v8 v9  
    8585
    8686While the CF-1 convention examples also contain 2D "lat" and "lon" Variables containing the latitude and longitude at each data point, tests have shown that the NetCDF Java API can correctly interpret CF-1 data without these added. Thus we've chosen to make it ''optional'' to write these Variables, as they are redundant from GDAL's point of view (Lat and Lon are calculated on-the-fly), and they increase the size of a NetCDF file significantly. (E.g. if the actual band-data is stored as a 2D Byte array, but the lat and lon are stored as doubles, then the file-size can easily increase by 10X).
     87
    8788== Compatibility Issues ==
    8889
     90As specified above in the sub-sections.
     91
    8992== Test Suite ==
     93
     94The test suite would be updated to check CF-1 compliance of exported datasets, and also that round-trip conversion from another format (eg GeoTiff) to NetCDF and back is successful.
    9095
    9196== Documentation ==