Changes between Version 28 and Version 29 of ADAGUC


Ignore:
Timestamp:
Jul 26, 2013, 1:06:16 AM (11 years ago)
Author:
maartenplieger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ADAGUC

    v28 v29  
    234234
    235235# The environment has now been setup completely for the ADAGUC GDAL installation #
    236 
    237 # For example you can do:
    238 
     236}}}
     237
     238To query a netcdf file you can do:
     239{{{
    239240# Determine which subdatasets are available
    240241gdalinfo INTER_OPER_R___TAVGD___L3__19660101T000000_19660102T000000_0003.nc
    241 
     242}}}
     243{{{
    242244# Get info about the subdataset
    243245gdalinfo ADAGUC:"INTER_OPER_R___TAVGD___L3__19660101T000000_19660102T000000_0003.nc":prediction
    244 
     246}}}
     247{{{
    245248#Convert this subdataset
    246249gdal_translate -of AAIGRID ADAGUC:"INTER_OPER_R___TAVGD___L3__19660101T000000_19660102T000000_0003.nc":prediction INTER_OPER_R___TAVGD___L3__19660101T000000_19660102T000000_0003_asc.grd
    247 
    248 
    249 }}}
    250 
    251 ----
     250}}}
     251
     252
     253
     254----