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
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
GISAPI-SDK-0.1.3.tar.gz
(15.8 kB
view hashes)
Built Distribution
GISAPI_SDK-0.1.3-py3-none-any.whl
(15.3 kB
view hashes)
Close
Hashes for GISAPI_SDK-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84a4d3c5d5de7fc7b07daa5641dd60ccbb84b883368b3648224d467477f63dd5 |
|
MD5 | e98c429c1c5a4b54e598f01cf1d02e3c |
|
BLAKE2b-256 | ec63c55f313fa1d4de73fa4098709290e0fd85c9cd1be2f2c1983f22a869c838 |