Library with some less common or extended spatial functions
Project description
PyGeoOps
PyGeoOps provides some less common or extended spatial algorithms and utility functions.
Usage
Calculate a centerline for a polygon:
import pygeoops
import shapely
polygon = shapely.from_wkt("POLYGON ((0 0, 0 8, -2 10, 4 10, 2 8, 2 2, 10 2, 10 0, 0 0))")
centerline = pygeoops.centerline(polygon)
Installation
PyGeoOps is available on PyPi, so can be installed using pip:
pip install pygeoops
Another option is to use conda or mamba, as it is also available on conda-forge:
conda install pygeoops --channel conda-forge
Project details
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
pygeoops-0.4.0.tar.gz
(41.4 kB
view details)
Built Distribution
pygeoops-0.4.0-py3-none-any.whl
(29.3 kB
view details)
File details
Details for the file pygeoops-0.4.0.tar.gz
.
File metadata
- Download URL: pygeoops-0.4.0.tar.gz
- Upload date:
- Size: 41.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 300dcc52ec09718841b79086b3f1dcda514c2c0b25171af764c3be724f22dbf1 |
|
MD5 | cc0aa4749ab1c9fd41d12805d659e75b |
|
BLAKE2b-256 | 0eb5d0c2fce9baf643b544ac5c5919338d338126e48a112f4de96c16b89ce7be |
File details
Details for the file pygeoops-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: pygeoops-0.4.0-py3-none-any.whl
- Upload date:
- Size: 29.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8edc533f011349b52ee68e023aa00a3b8928dc973172e60b092b6329e4c96af8 |
|
MD5 | ce3ca3ec6f3c4e347ed39ab6ca1764de |
|
BLAKE2b-256 | 6a3e2b586e3476f031bf8f9b9d7a3a6bfb42e485daf2bf3a868d45b5c99a7c38 |