Skip to main content

Python toolkit for ALS point clouds.

Project description

Please cite the software if you are using it in your scientific publication.

Build Status Coverage Status DOI Documentation Status CII Best Practices

Toolkit for handling point clouds created using airborne laser scanning (ALS). Find neighboring points in your point cloud and describe them as feature values. Read our user manual and our (very modest) tutorial.

Installation

Prerequisites:

  • Python 3.10 or higher
  • pip
pip install laserchicken

Necessary steps for making a new release

  • Set new version number in the following files:
    • laserchicken/__version__.py
    • pyproject.toml
    • CITATION.cff
  • Create .zenodo.json file from CITATION.cff (using cffconvert) cffconvert --validate cffconvert --format zenodo --outfile .zenodo.json
  • Check that documentation uses the correct version
  • Edit Changelog (based on commits in https://github.com/eecolidar/laserchicken/compare/v0.3.2...master)
  • Test if package can be installed with pip (pip install .)
  • Create Github release (release to PyPI is implemented via GitHub Actions)
  • Check doi on zenodo

Feature testing

All features were tested for the following general conditions:

  • Output consistent point clouds and don't crash with artificial data, real data, all zero data (x, y or z), data without points, data with very low number of neighbors (0, 1, 2)
  • Input should not be changed by the feature extractor

The specific features were tested as follows.

Echo ratio

A test was written with artificial data to check the correctness of the calculation with manually calculated ratio. Also tested on real data to make sure it doesn't crash, without checking for correctness. We could add a test for correctness with real data but we would need both that data and a verified ground truth.

Eigenvalues

Only sanity tests (l1>l2>l3) on real data and corner cases but no actual test for correctness. The code is very simple though and mainly calls numpy.linalg.eig.

Height statistics (max_z','min_z','mean_z','median_z','std_z','var_z','coeff_var_z','skew_z','kurto_z)

Tested on real data for correctness. It is however unclear where the ground truths come from. Code is mainly calling numpy methods that do all the work already. Only calculations in our code are:

range_z = max_z - min_z
coeff_var_z = np.std(z) / np.mean(z)

I don't know about any packages that could provide an out of the box coefficient of variance. This is probably because the calculation is so simple.

Pulse penetration ratio

Tested for correctness using artificial data against manually calculated values. No comparison was made with other implementations.

Sigma_z

Tested for correctness using artificial data against manually calculated values. No comparison was made with other implementations.

Percentiles

Tested for correctness using a simple case with artificial data against manually calculated values.

point_density

Tested for correctness on artificial data.

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

laserchicken-0.8.1.tar.gz (62.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

laserchicken-0.8.1-py3-none-any.whl (94.1 kB view details)

Uploaded Python 3

File details

Details for the file laserchicken-0.8.1.tar.gz.

File metadata

  • Download URL: laserchicken-0.8.1.tar.gz
  • Upload date:
  • Size: 62.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for laserchicken-0.8.1.tar.gz
Algorithm Hash digest
SHA256 df5651052bc396f46e2efc3e1068fded655d263c605be2fa5c8b8b9e93b4d410
MD5 64a9deec92d160faa3457a9438fddd55
BLAKE2b-256 e15395080e1de3408812f92c33daa90b83cde2f332809b1b01dda5b9c9918776

See more details on using hashes here.

File details

Details for the file laserchicken-0.8.1-py3-none-any.whl.

File metadata

  • Download URL: laserchicken-0.8.1-py3-none-any.whl
  • Upload date:
  • Size: 94.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for laserchicken-0.8.1-py3-none-any.whl
Algorithm Hash digest
SHA256 08542ed33d84fd7aeea416c237dd093842b04e4b84374a09fd3600f4f8927a69
MD5 b46c2e78d0440fbad51417d8f6c8d184
BLAKE2b-256 fb9e1afe18c1ad1a014fd852ef0cebd93b04df76fa55404b56cf5f93ad42a31e

See more details on using hashes here.

Supported by

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