NUmPyGIS
A Python library for GIS using numpy only.
Objective
The primary objective of this library is to provide a highly performant API for GIS functionality such as polygon simplification, smoothing, validity check. A core design decision is that the library be only dependent on numpy and nothing else. There is a plethora of libraries in the GIS ecosystem today, most of which are not of general use-case. Another design decision is that this library will work only at polygon level. This way, the expected data structure of both input and output will always be same.
Generalization Algorithms Supported
- Vertex Cluster Reduction for polygon simplification
- Douglas-Peucker algorithm for polygon simplification
- Lang algorithm for polygon simplification
- McMaster's sliding average polygon smoothing algorithm
- Taubin-Laplacian polygon smoothing algorithm
- Snakes polygon smoothing algorithm
- B-spline snakes polygon smoothing algorithm
Release files for nupgis 0.1.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nupgis-0.1.8.tar.gz | 14.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nupgis-0.1.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 29.1 kB
Release files / nupgis-0.1.8.tar.gz
| Download URL | nupgis-0.1.8.tar.gz |
|---|---|
| Size | 14.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c8d6f8a3f60b22c52204d7550b60443b9fdf6c4c87643471805c41092511aa40
|
|
BLAKE2b-256 checksum How to use checksums |
13833213d5a9cb75a8026e84dd8a0e5662274baec88e55e18560a02594875e33
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.7.11
|
Release files / nupgis-0.1.8-py3-none-any.whl
| Download URL | nupgis-0.1.8-py3-none-any.whl |
|---|---|
| Size | 14.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
16e8db240ecf67716e6623b750e473faf5c8026b610e5dea66ce4d4f7f42181e
|
|
BLAKE2b-256 checksum How to use checksums |
dd73a33d07611e79681d253850b38babd16c56e75f8e48363be135258c49e3d6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.7.11
|