demzip¶
Compresses and uncompresses raster data from ASC, BIL, TIF, IMG format to the compressed RasterLAZ format. The expected inputs are rasters containing elevation data such as DTM, DSM, or CHM rasters, or GEOID difference grids, or forestry metrics. These values will be compressed into the z coordinate of RasterLAZ.
Examples¶
see
https://groups.google.com/d/topic/lastools/39hR_4BvvIA/discussion
https://groups.google.com/d/topic/lastools/nMPU75zpqPw/discussion
demzip specific arguments¶
-class [n] : use point class [n]
-classification [n] : set classification to [n]
-nodata_max [n] : raster values [n] or above considered nodata
-nodata_min [n] : raster values [n] or below considered nodata
-nodata_value [n] : raster value [n] considered nodata
-scale [n] : set vertical resolution to [n] (meter/feet)
-sigmaxy [n] : horizontal accuracy expected at [n] meters (inactive)
Basics¶
-cores [n] : process multiple inputs on [n] cores in parallel
-h, -help : print help output
-v, -verbose : verbose output (print extra information)
-vv : very verbose output (print even more information)
-silent : only output on errors or warnings
-quiet : no output at all
-force : continue, even if serious warnings occur
-errors_ignore : continue, even if errors occur (if possible). Use with caution!
-print_log_stats: print additional log statistics
-cpu64 : force 32bit version to start 64 bit in multi core (obsolete)
-gui : start with files loaded into GUI
-version : reports this tool’s version number
License¶
Please license from info@rapidlasso.de to use the tool commercially. You may use the tool to do tests with up to 3 mio points. Please note that the unlicensed version may will adjust some data and add a bit of white noise to the coordinates.
Support¶
To get more information about a tool just goto the LAStools Google Group and enter the tool name in the search function. You will get plenty of samples to this tool.
To get further support see our rapidlasso service page
Check for latest updates at https://rapidlasso.de/category/blog/releases/
If you have any suggestions please let us (info@rapidlasso.de) know.