Skip to content

JmsPae/las-rasterizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAS Rasterizer

A simple CLI tool for rasterizing LAS/LAZ point clouds.

Use-cases include DEM/DSM generation, density analysis, etc. and should be able to output to any GDAL raster driver with writing support.

Use the --help flag for a more detailed explanation.

Available methods/commands

Binning

Simple method of rasterization accounting only for the points within any given pixel. The points can be 'collapsed' into a pixel as a mean, median, min, max of points or a point count.

Triangulation

Currently via a spike-free triangulation methodology specified in A. Khosravipour et al. 2016.

Should be the same method as in LAStools.

Requirements

GDAL installation (compiled for 3.10, but most versions should work.)

About

CLI tool for rasterizing LAS/LAZ point clouds with multiple method options.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors