Skip to content

bmander/lasrasterize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.