Skip to main content

Point cloud data processing

Project description

The PDAL Python extension allows you to process data with PDAL into Numpy arrays. Additionally, you can use it to fetch schema and metadata from PDAL operations.

Usage

Given the following pipeline, which simply reads an ASPRS LAS file and sorts it by the X dimension:

json = """
{
  "pipeline": [
    "1.2-with-color.las",
    {
        "type": "filters.sort",
        "dimension": "X"
    }
  ]
}"""

import pdal
pipeline = pdal.Pipeline(json)
pipeline.validate() # check if our JSON and options were good
pipeline.loglevel = 9 #really noisy
count = pipeline.execute()
arrays = pipeline.arrays
metadata = pipeline.metadata
log = pipeline.log

Requirements

  • PDAL 1.4+

  • Python >=2.7 (including Python 3.x)

Changes

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

PDAL-1.5.0.tar.gz (49.6 kB view details)

Uploaded Source

File details

Details for the file PDAL-1.5.0.tar.gz.

File metadata

  • Download URL: PDAL-1.5.0.tar.gz
  • Upload date:
  • Size: 49.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for PDAL-1.5.0.tar.gz
Algorithm Hash digest
SHA256 b8f01135ed5d6eed0feea4aa6a491f96401990cd6d3281c969b65fb31fd07dca
MD5 10b989128f8abd2488806012b4947224
BLAKE2b-256 6a8c6f6fe514e8ab9023cf16c5d79245f5fcc7fb8938570e4ffb829efff6df29

See more details on using hashes here.

Provenance

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