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

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.

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.3.tar.gz (4.2 kB view details)

Uploaded Source

File details

Details for the file lidario-0.1.3.tar.gz.

File metadata

  • Download URL: lidario-0.1.3.tar.gz
  • Upload date:
  • Size: 4.2 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

Hashes for lidario-0.1.3.tar.gz
Algorithm Hash digest
SHA256 18e82107c961e5299ad0395de225971317699578834160daf95046eac31ed4de
MD5 9fe6a3e6793bf4d50889fb25db990e7d
BLAKE2b-256 4f44e18248bdb39fbf9dc7cbe1978c0a48502c0cf320cabcc8d98621e662cc16

See more details on using hashes here.

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