No project description provided
Project description
ept-python
Python library for making queries against Entwine Point Tile data.
Install
Using git and pip:
git clone https://github.com/hobu/ept-python.git
cd ept-python
pip install .
Using just pip:
pip install git+https://github.com/hobu/ept-python.git
Usage
Example query and output to LasData object:
import ept
url = 'https://na-c.entwine.io/red-rocks'
bounds = ept.Bounds(
482298, #xmin
4390602, #ymin
1762, #zmin
482421, #xmax
4390690, #ymax
2113 #zmax
)
query = ept.EPT(url, bounds=bounds)
las = query.as_laspy()
print(las)
<LasData(1.2, point fmt: <PointFormat(3, 4 bytes of extra dims)>, 98050 points, 4 vlrs)>
Uninstall
pip uninstall ept-python
Changelog
Version 0.4.0
- Updated to laspy 2.0
- Added lazrs to requirements
- Fixed a bug where existing task cache was getting overwritten #2
- Added version limits to requirements
- Minor PEP8 style 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
ept-python-0.7.tar.gz
(3.0 MB
view details)
File details
Details for the file ept-python-0.7.tar.gz
.
File metadata
- Download URL: ept-python-0.7.tar.gz
- Upload date:
- Size: 3.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0b2a70cb211b9b9fcfa3d968d73081a650951c582f985d74dbc0db3f7ae5f7d |
|
MD5 | c93dd4c6059ff37bbd49c50d46545734 |
|
BLAKE2b-256 | a0139a0b89f9521d22d8adaa3d9b7a238a8530cde7ed4884467ed88bb44cfad8 |