GISAPI SDK enabling geospatial data search and discovery
Project description
gisapi-sdk-python
Python SDK for GISAPI.io
Install
pip install gisapi-sdk
Usage
from gisapi import client
api = client.GISAPIClient()
# regular search query. returns 200 raw results data
search_results = api.search_data("Florida")
# category search. returns 200 raw results from given category
category_results = api.get_data_by_category("Education and Research")
# returns dictionary of layer results in a list
layer_details = api.parse_layer_details(search_results)
# returns just a list of layer urls
layer_urls = api.get_layer_urls(search_results)
# returns list of host urls with no duplicates
host_urls = api.get_host_urls(search_results)
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
gisapi_sdk-0.1.5.tar.gz
(15.9 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
File details
Details for the file gisapi_sdk-0.1.5.tar.gz.
File metadata
- Download URL: gisapi_sdk-0.1.5.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6d20dc7508349c3801c7170989510f90baaffb9e4064bacc3c07b94b97f67f4
|
|
| MD5 |
57951099629f426af32a5717fd2e8cfd
|
|
| BLAKE2b-256 |
4c0a11a6070a5d0ef645c7c78ba9c358dfff87025cf9397647d4b190cd8f98b6
|
File details
Details for the file GISAPI_SDK-0.1.5-py3-none-any.whl.
File metadata
- Download URL: GISAPI_SDK-0.1.5-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
899f2c9b6bf3f6c0f4847e9fa7b92c3ce7f3c1261f0b3f9999d1a7588029ede8
|
|
| MD5 |
e7ab03422da015bbd6013d6512544f69
|
|
| BLAKE2b-256 |
2bab3c3cb4db7731733d0b1fd42832a2034b732a0cbdcbd115582670cb99ea4f
|