High-level toolbox to manipulate LIDAR raster and point cloud
Project description
Lidario
High-level python utilities 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.
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.1.0.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file lidario-0.1.0.tar.gz
.
File metadata
- Download URL: lidario-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 151a93d83c4afa4bad6254e0b0304adcd357cca404c96f88f167bdbe328a2436 |
|
MD5 | dfa7c75f8c3ebda0d2ccfd7b0aa0acac |
|
BLAKE2b-256 | a8ba94d1f779bb9c4bbf8540f231f8163216e508000524f4125a5ff6d2c0b0ce |
File details
Details for the file lidario-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: lidario-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4dbfd1389d350cd6b4220ed45f9a9664c35f4743585db4cd37604fbfa7cb9b77 |
|
MD5 | d4cbf6fa912eff702cb096b48a424586 |
|
BLAKE2b-256 | 66e2475a3c6b25afa0a2450604c2d16ee1b9a1d7bed4bd33d2bb0f5a18dfddc7 |