High-level python library to manipulate LIDAR raster and point cloud
Project description
Lidario
High-level python library to manipulate LIDAR raster and point cloud.
Installing
Install and update using pip:
pip install lidario
Lidario depends on Rasterio, which depend on many other Python and C libraries. In case of problem, please refer to the Rasterio installation instructions.
Quick start
lidario.Translator transform a given data structure (ie: a raster), to a point cloud (ie: a numpy array).
import lidario as lio
# Translate a raster to a numpy point cloud.
translator = lio.Translator("geotiff", "np")
point_cloud = translator.translate("/path/to/file.tif")
# point_cloud: np.array([...])
In this example, we initialize a Translator object to convert a geotiff file into a numpy array cloud point. Then, we use this object to effectively convert a tif file.
Going further
Transform Rasterio mask and GeoTiff files into numpy array, pandas dataframe, CSV, PLY, and many other format:
Read the documentation on ReadTheDocs.io.
About the author
Joffrey Bienvenu, Machine Learning student @ Becode.
- Website: https://joffreybvn.be
- Twitter: @joffreybvn
- Github: https://github.com/Joffreybvn
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file lidario-0.3.0.tar.gz
.
File metadata
- Download URL: lidario-0.3.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00fa5fb90c4bb5f342d7e9848640a058082bad0deab819c1b18f91725ea93af5 |
|
MD5 | 534a33f30316111a7c9af03aa4f5c2f6 |
|
BLAKE2b-256 | 154c189c8880bc6d11fdc020315ab6d2c13df5d0ced45f84081ae68a5e620bc8 |