lasrasterize

A command line tool and associated library used to convert lidar LAS files into GeoTIFF raster files.


License
MIT
Install
pip install lasrasterize==0.2.1

Documentation

lasrasterize

lasrasterize is a command line tool and associated library used to convert lidar LAS files into geotiff raster files.

Installation

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

Usage

Consult the lasrasterize help:

lasrasterize --help

Development

To run the unit tests, use the following command from the base directory:

pytest .

License

lasrasterize is released under the MIT license. See the LICENSE file for details.