Skip to main content

Las/Laz reading and writing in python

Project description

pylas

Another way of reading LAS/LAZ in Python.

Documentation Status https://travis-ci.org/tmontaigu/pylas.svg?branch=master

Example

import pylas

# Directly read and write las
las = pylas.read('filename.las')
las = pylas.convert(point_format_id=2)
las.write('converted.las')

# Open data to inspect header and then read
with pylas.open('filename.las') as f:
    if f.header.point_count < 10 ** 8:
        las = f.read()
print(las.vlrs)

Some rough documentation is available on ReadTheDocs .

Dependencies & Requirements

Python 3 Only.

lazperf is an optional, but recommended dependency that allows pylas to read and write compressed LAZ files.

Installation

pip install pylas

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

pylas-0.2.0.tar.gz (27.2 kB view details)

Uploaded Source

File details

Details for the file pylas-0.2.0.tar.gz.

File metadata

  • Download URL: pylas-0.2.0.tar.gz
  • Upload date:
  • Size: 27.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pylas-0.2.0.tar.gz
Algorithm Hash digest
SHA256 db4d737b619fe8c087807ceb7a543196e3243d8ad13f5a5d756fec5564bc1a8f
MD5 a483a7ef63d936381a65d61448e362a2
BLAKE2b-256 9a8ea4047b7171184525b2bbc26ad035086bfbbeca3e4978e1a8d28795167cb6

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