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.0.tar.gz
(4.4 kB
view details)
File details
Details for the file lidario-0.2.0.tar.gz
.
File metadata
- Download URL: lidario-0.2.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfbcaaeaa847caea5f9340b0e151bf64553f46081696c0c7fd644342e59ce08e |
|
MD5 | a1890934fe21f53b2b1a130fd3a1f87b |
|
BLAKE2b-256 | 3966b9f00034b1c184659dc2938e401a5eb722743dd336dfcdeb7b7fac8f112a |