Skip to main content

SDK for Geobox's APIs

Project description

Geobox logo

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geobox-1.2.2.tar.gz (119.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

geobox-1.2.2-py3-none-any.whl (104.7 kB view details)

Uploaded Python 3

File details

Details for the file geobox-1.2.2.tar.gz.

File metadata

  • Download URL: geobox-1.2.2.tar.gz
  • Upload date:
  • Size: 119.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for geobox-1.2.2.tar.gz
Algorithm Hash digest
SHA256 d492840ea29d285c9f3d5f709a10d06d739b3c108813d98aeeae432f1aa2f46a
MD5 f71b54c69961a01e910181152bbf70bb
BLAKE2b-256 b8df7d0b0a38fbe0eb5c8bdf55ad9b2836a860c72653c2910e35e04a9e0fc8d1

See more details on using hashes here.

File details

Details for the file geobox-1.2.2-py3-none-any.whl.

File metadata

  • Download URL: geobox-1.2.2-py3-none-any.whl
  • Upload date:
  • Size: 104.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for geobox-1.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 10011af269240f36cce02b4da43b22b237e7168facc681418c43bd3a2b05588f
MD5 eb9277eacc9da1ac7a18cd7eea268121
BLAKE2b-256 90d72d6b173fb7decd86f6446478a4974d0b3bf5a25703228c033c3500c8fabe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page