Changes between Version 27 and Version 28 of ADAGUC


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ADAGUC

    v27 v28  
    235235# The environment has now been setup completely for the ADAGUC GDAL installation #
    236236
    237 
    238 
    239 }}}
    240 
    241 ----
     237# For example you can do:
     238
     239# Determine which subdatasets are available
     240gdalinfo INTER_OPER_R___TAVGD___L3__19660101T000000_19660102T000000_0003.nc
     241
     242# Get info about the subdataset
     243gdalinfo ADAGUC:"INTER_OPER_R___TAVGD___L3__19660101T000000_19660102T000000_0003.nc":prediction
     244
     245#Convert this subdataset
     246gdal_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----