Changes between Version 20 and Version 21 of Help/LeicaLidarDems
- Timestamp:
- May 20, 2009, 10:53:23 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/LeicaLidarDems
v20 v21 115 115 }}} 116 116 117 To output the DEM (as integers):117 To output the DEM (as ascii) and set null values as 0: 118 118 119 11. '''`r.out. gdal input=<DEMmapname> type=Int16 output=<outputDEMfile>`'''119 11. '''`r.out.ascii input=<DEMmapname> output=<outputDEMfile> null=0`''' 120 120 121 if you want a floating point DEM then use type=Float32 instead.122 121 ------------ 123 122 == Making the DEM suitable for azgcorr ==