SDK for Geobox's APIs
Project description
Geobox® is a cloud-based GIS platform that enables users (local governments, companies and individuals) to easily upload their geo-spatial data, publish them as geo-services, visualize and analyze their geo-content (geo-data or -services) and share them with others. Geobox is a modern, world-class and cloud-ready geo-spatial platform that provides standard, safe, efficient and easy to use GI-Services.
Geobox python SDK provides seamless integration with the Geobox API, enabling developers to work with geospatial data and services programmatically. This comprehensive toolkit empowers applications to leverage advanced geospatial capabilities including data management and analysis.
Installation
Enable Virtualenv and Install Dependencies:
pip install geobox
Install with Geometry Dependencies
pip install geobox[geometry]
from geobox import GeoboxClient
client = GeoboxClient()
layer = client.get_vectors(search='tehran')[0]
feature = layer.get_feature(feature_id=1)
geom = feature.geometry
Install with Progress Bar Support
pip install geobox[tqdm]
from geobox import GeoboxClient
client = GeoboxClient()
task = client.get_tasks()[0]
task.wait() # shows progress bar by default. use progress_bar=False to disable it.
Install with All Available Dependencies
pip install geobox[all]
Example
from geobox import GeoboxClient
client = GeoboxClient()
layer = client.get_vectors(search='tehran')[0]
features = layer.get_features(out_srid=4326, bbox_srid=4326)
fields = layer.get_fields()
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
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
File details
Details for the file geobox-1.3.2.tar.gz.
File metadata
- Download URL: geobox-1.3.2.tar.gz
- Upload date:
- Size: 121.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6a79564da8c64a685daeed429091a9e8aaa95e7cf74bcc1114ce78a25a06bb2
|
|
| MD5 |
a8a83d45f31892d55c2e4716c5a16b12
|
|
| BLAKE2b-256 |
9855c0fb893e776f54f075c5e1f8e695646de9bd9add783b57d5eb78e1420f3b
|
File details
Details for the file geobox-1.3.2-py3-none-any.whl.
File metadata
- Download URL: geobox-1.3.2-py3-none-any.whl
- Upload date:
- Size: 106.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f95579a240821cb7b5998367dcb365a7340fdeba23ac70230e38f2235020215
|
|
| MD5 |
85d9eebca81cb2af43f7b44a7475d82d
|
|
| BLAKE2b-256 |
7f1dc6965693b343c4aa0002cfae5b919dd8ef2d2e82915cb54708f3d0bade5b
|