Skip to main content

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

Release files for ept-python 0.8

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for ept-python 0.8
File Size Uploaded
ept-python-0.8.tar.gz 3.0 MB Details

Release files / ept-python-0.8.tar.gz

Download URL ept-python-0.8.tar.gz
Size 3.0 MB
Tags Source
SHA-256 checksum
How to use checksums
14cee948e8b31b1c314aa564861f6e371627f34df6d28123fc41d1c21c4a0c6b
BLAKE2b-256 checksum
How to use checksums
2e5fb2b651af890cb7ea39b41d9f2aa6f760db1aaf5a57796ae180c84ea9c6ff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release history Release notifications | RSS feed

This release

0.8 This release

1 release file

0.7

1 release file

0.6

1 release file

0.5

1 release file

0.4.2

1 release file

0.4.1

1 release file

0.4

1 release file

0.3

1 release file

0.2

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page