Changes between Version 11 and Version 12 of Help/DEM_scripts


Ignore:
Timestamp:
Feb 11, 2012, 2:06:37 PM (12 years ago)
Author:
adbe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/DEM_scripts

    v11 v12  
    188188  *  Create an ASTER DEM in and leave it in a grass database and do not fill nulls or smooth the DEM:
    189189     *  {{{asterdem.sh -a aster_tiles/ -f}}}
     190  *  Create an ASTER DEM and cap the maximum size of the DEM to 2 gigabytes:
     191     *  {{{asterdem.sh -a aster_tiles/ -o a_dem_filename.dem -m 2}}}
     192  *  Create an ASTER DEM and define the output resolution, where 2 is metres because of the UKBNG projection:
     193     *  {{{asterdem.sh -a aster_tiles/ -p UKBNG -r 2.0 -o a_dem_filename.dem}}}
    190194
    191195