Changes between Version 20 and Version 21 of ADAGUC


Ignore:
Timestamp:
Oct 7, 2008, 7:19:46 AM (16 years ago)
Author:
maartenplieger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ADAGUC

    v20 v21  
    125125----
    126126== View ADAGUC files ==
    127 The driver supports writing in netcdf3 and netcdf4 mode. In case of netcdf3, the files can be viewed with:
     127The driver supports writing in NetCDF3 and NetCDF4 mode. In case of NetCDF3, the files can be viewed with:
    128128 * [https://www.unidata.ucar.edu/software/idv/ Unidata’s IDV]
    129129 * [http://www.giss.nasa.gov/tools/panoply/ Panoply]
     130 * [http://www.esri.com/software/arcgis/ ArcGis 9.2]
     131In case of NetCDF3, HDF5 or NetCDF4, the files can be viewed with:
    130132 * [http://www.space-research.org/ HDFExplorer]
    131  * [http://www.esri.com/software/arcgis/ ArcGis 9.2]
    132133
    133 The radar dataset can also be animated by Unidata's IDV.
     134The radar dataset can be animated by Unidata's IDV.
    134135----
    135136=== TODO ===
     
    141142=== Thanks to ===
    142143'''Thanks to Denis Nadeau and Frank Warmerdam.''' This driver has been created on basis of the original netCDF driver from Denis Nadeau and Frank Warmerdam
     144
     145== Driver Updates - Currently Version 0.2 is available ==
     146At 7 October 2008, version 0.2 of the GDAL ADAGUC Raster driver has been released. Several bugs have been removed and functionality has been added:
     147 * Support for metadata attribute types has been added:
     148
     149  ||'''NCML type definition'''||'''NetCDF Type'''||
     150  ||short||NC_SHORT||
     151  ||int||NC_INT||
     152  ||float||NC_FLOAT||
     153  ||double||NC_DOUBLE||
     154  ||String||NetCDF Text||
     155 * When translating between ADAGUC NetCDF4 files the metadata attribute types are kept. (Everything was converted to strings in V0.1)
     156 * The attribute 'input_products' from the product variable is now correctly updated
     157 * The attribute 'history' from the product variable now lists dates at which the history was updated
     158 * Datasets with GDAL datatypes Byte, Int16, Int32, Float32 and Float64 are now supported
     159 * Float64 datasets with a Time dimension are now correctly copied
     160
    143161----