Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 593 Bytes

File metadata and controls

13 lines (8 loc) · 593 Bytes

Hillshader

Collections of tools to create hillshading from set of *.laz files.

Tools:

  • lazindex - indexes *.laz files for faster querying by laz2dem
  • laztile - sorts points from *.laz files to tiles suitable for laztile
  • laz2dem - renders clouds of points to hillshading stored as MBTiles

For creating output of smaller area use laz2dem with lazindex.

For creating output of big area use laztile with laz2dem. Once you have output from laztile you can use it also for small areas and it will make the processing ~2x faster.