Skip to main content

High-level python library to manipulate LIDAR raster and point cloud

Project description

Lidario

Generic badge Travis CI Documentation Status

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.

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.3.0.tar.gz (6.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page