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
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
Read the documentation on ReadTheDocs.io.
About the author
Joffrey Bienvenu, Machine Learning student @ Becode.
- Website: https://joffreybvn.be
- 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
lidario-0.2.1.tar.gz
(6.9 kB
view details)
File details
Details for the file lidario-0.2.1.tar.gz
.
File metadata
- Download URL: lidario-0.2.1.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5859a55d246cc06b61cfe2991db8a0e513a37ca0ec97696893749232db4cae8b |
|
MD5 | 210bb1d7eccc15d69d2fcd0b40a839e1 |
|
BLAKE2b-256 | 30f8b4047bd5df3f4be93638e06817b6a7c4ba01674139cfbe15da01e9272118 |