Skip to content

BuntingLabs/bunting-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bunting Python SDK

Bunting Lab's Python SDK allows you to use the Bunting Labs geospatial APIs in your own libraries.

Installation

$ pip install bunting

Example

import BuntingClient from bunting

# Get your API key from https://buntinglabs.com/account/register
bc = BuntingClient('gK6vkrFQXiU9')

# Download from openstreetmap
highways = bc.osm.extract('leisure=park', bbox=(5.976563,52.449314,6.245728,52.562995))

# Get as GeoDataFrame
highways.as_gdf()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages