Skip to main content

High-level toolbox to manipulate LIDAR raster and point cloud

Project description

Lidario

Generic badge Travis CI Documentation Status

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.

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

Uploaded Source

File details

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

File metadata

  • Download URL: lidario-0.1.2.tar.gz
  • Upload date:
  • Size: 3.7 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.2.tar.gz
Algorithm Hash digest
SHA256 55b814b538af95b6a9b7a1b995780768f8ea7bf48b9a26f67d3b739fd2e8ba79
MD5 11f8065ff0a1bf8c6b950fd982acf42b
BLAKE2b-256 ab6702cb5d067ba0ed7104543974ceb36dac3c420f1087cf0e38c4977161fffc

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