Changes between Version 20 and Version 21 of Help/LeicaLidarDems


Ignore:
Timestamp:
May 20, 2009, 10:53:23 AM (15 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/LeicaLidarDems

    v20 v21  
    115115}}}
    116116
    117 To output the DEM (as integers):
     117To output the DEM (as ascii) and set null values as 0:
    118118
    119 11.    '''`r.out.gdal input=<DEMmapname> type=Int16 output=<outputDEMfile>`'''
     11911.    '''`r.out.ascii input=<DEMmapname> output=<outputDEMfile> null=0`'''
    120120
    121 if you want a floating point DEM then use type=Float32 instead.
    122121------------
    123122== Making the DEM suitable for azgcorr ==