Skip to main content

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.3.tar.gz (15.8 kB view hashes)

Uploaded Source

Built Distribution

GISAPI_SDK-0.1.3-py3-none-any.whl (15.3 kB view hashes)

Uploaded Python 3

Supported by

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