Changes between Version 21 and Version 22 of ADAGUC


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ADAGUC

    v21 v22  
    147147 * Support for metadata attribute types has been added:
    148148
    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)
     149  ||'''NCML type definition'''||'''NetCDF Type'''||'''GDAL metadata prefix'''||
     150  ||String||NetCDF Text||[C]||
     151  ||short||NC_SHORT||[S]||
     152  ||int||NC_INT||[I]||
     153  ||float||NC_FLOAT||[F]||
     154  ||double||NC_DOUBLE||[D]||
     155
     156 * When translating between ADAGUC NetCDF4 files the metadata attribute types are kept. The GDAL API is used to pass metadata in the form of Strings between drivers. Inside the ADAGUC NetCDF driver the metadata has the form of "NO2#[C]long_name=Nitrogen Dioxide". In this case the attribute 'long_name' with value 'Nitrogen Dioxide' is put as string to variable 'NO2'. '[C]' indicates that the metadata type is a String.
    156157 * The attribute 'input_products' from the product variable is now correctly updated
    157158 * The attribute 'history' from the product variable now lists dates at which the history was updated