A high availability GIS client
Project description
Hagis
A GIS client
pip install hagis
from hagis import Layer, Point
class City:
objectid: int
areaname: str
pop2000: int
geometry: Point
layer = Layer("https://sampleserver6.arcgisonline.com/arcgis/rest/services/USA/MapServer/0", City)
for city in layer.query():
print(city.areaname, city.pop2000, city.geometry.x, city.geometry.y)
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
hagis-0.8.7.tar.gz
(8.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
hagis-0.8.7-py3-none-any.whl
(8.0 kB
view details)
File details
Details for the file hagis-0.8.7.tar.gz.
File metadata
- Download URL: hagis-0.8.7.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
692283048bc953a9a9e3511e492dec3f152452a1815c09ed7f414462ba6e1f8b
|
|
| MD5 |
579c2774e91e97b798a36cd6479d454a
|
|
| BLAKE2b-256 |
e7bfe2a17ca195b9a221bf64167dbefaf82340127e4474d4d8c7b6fab583fc6e
|
File details
Details for the file hagis-0.8.7-py3-none-any.whl.
File metadata
- Download URL: hagis-0.8.7-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7806f19e83a2aa9f149ac0fff47616e06a5fc3e01c9877f163a982357631d0d
|
|
| MD5 |
64f9b3e3bc9cd59b5dcd6d45ea3918fe
|
|
| BLAKE2b-256 |
ce1f8817b062d27bc2733bc41b9ec69dd55811f878d1245a8121da51f0607167
|