A Python client for Mapbox services
Project description
A Python client for Mapbox web services
The Mapbox Python SDK is a low-level client API, not a Resource API such as the ones in boto3 or github3.py. Its methods return objects containing HTTP responses from the Mapbox API.
Services
Analytics V1 examples, website
API usage for services by resource.
available for premium and enterprise plans.
Directions V4 examples, website
Profiles for driving, walking, and cycling
GeoJSON & Polyline formatting
Instructions as text or HTML
Distance V1 DEPRECATED
Geocoding V5 examples, website
Forward (place names ⇢ longitude, latitude)
Reverse (longitude, latitude ⇢ place names)
Map Matching V4 examples, website
Snap GPS traces to OpenStreetMap data
Static Maps V4 examples, website
Generate standalone images from existing Mapbox mapids (tilesets)
Render with GeoJSON overlays
Static Styles V1 examples, website
Generate standalone images from existing Mapbox styles
Render with GeoJSON overlays
Adjust pitch and bearing, decimal zoom levels
-
Interpolates values along lines. Useful for elevation traces.
-
Upload data to be processed and hosted by Mapbox.
-
Manage editable collections of GeoJSON features
Persistent storage for custom geographic data
Please note that there may be some lag between the release of new Mapbox web services and releases of this package.
Installation
$ pip install mapbox
Testing
pip install -e .[test]
py.test
To run the examples as integration tests on your own Mapbox account
MAPBOX_ACCESS_TOKEN="MY_ACCESS_TOKEN" py.test --doctest-glob='*.md' docs/*.md
See Also
Command line interface: https://github.com/mapbox/mapbox-cli-py
Javascript SDK: https://github.com/mapbox/mapbox-sdk-js
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
Built Distribution
File details
Details for the file mapbox-0.15.0.tar.gz
.
File metadata
- Download URL: mapbox-0.15.0.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 135e7e25d62a6dc1d321122e5bd76ffc384bc94dc4a19732421ea395b347e926 |
|
MD5 | 9e0b3db5bf2e676462ebce82679a631e |
|
BLAKE2b-256 | 691536b0fc5e3eaa565d1938306410423c7732f667afd88fdb610fcf6ffe5767 |
File details
Details for the file mapbox-0.15.0-py2.py3-none-any.whl
.
File metadata
- Download URL: mapbox-0.15.0-py2.py3-none-any.whl
- Upload date:
- Size: 23.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf6a7b033ff143ee18bae11bfb4f305e914daeeb3e584aea8cb034bc0df26e61 |
|
MD5 | aadeb9164faf61f67193e67ac77576a6 |
|
BLAKE2b-256 | fee7887598ea4b368d46d9f84da8574c49d2116bca3f84d489940baa701844cc |