pylas 0.4.3
pip install pylas
Latest version
Released:
Las/Laz reading and writing in python
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD 3-Clause
- Author: Thomas Montaigu
- Tags las, lidar
- Requires: Python >=3.6
Project description
pylas
Another way of reading LAS/LAZ in Python.
Example
import pylas
# Directly read and write las
las = pylas.read('filename.las')
las = pylas.convert(las, 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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD 3-Clause
- Author: Thomas Montaigu
- Tags las, lidar
- Requires: Python >=3.6
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pylas-0.4.3.tar.gz
.
File metadata
- Download URL: pylas-0.4.3.tar.gz
- Upload date:
- Size: 31.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200712 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4e4fc0306a7fb409fade0558bbbba12ac1dc22027d6a521e9757b220b0b6a59 |
|
MD5 | f504dd511139f083a535f5ef22ed322e |
|
BLAKE2b-256 | df9122702de36464dac4dac89e876f59b8d5ef3f6fdaeccbf24dc68aa77f4d9b |