Skip to main content

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.4.1.tar.gz (8.7 kB view details)

Uploaded Source

File details

Details for the file ept-python-0.4.1.tar.gz.

File metadata

  • Download URL: ept-python-0.4.1.tar.gz
  • Upload date:
  • Size: 8.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for ept-python-0.4.1.tar.gz
Algorithm Hash digest
SHA256 ec81b4cfcc1a836c25173d7490f28b2c7cb2f9d96e331bdb022589da58d46db7
MD5 7c6850ef58512b52b947858d724252b3
BLAKE2b-256 3c5e5090204c17374a6b099f001e904b34a27ce5606393871250769b18cb2c46

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