lasrasterize
is a command line tool and associated library used to convert lidar LAS files into geotiff raster files.
To install lasrasterize
, clone the repository and run the setup script:
git clone https://github.com/bmander/lasrasterize.git
cd lasrasterize
pip install .
Alternatively, install from the python package index:
pip install lasrasterize
Consult the lasrasterize
help:
lasrasterize --help
To run the unit tests, use the following command from the base directory:
pytest .
lasrasterize
is released under the MIT license. See the LICENSE file for details.