Skip to content

vibhor98/mapbox-sdk-py

 
 

Repository files navigation

mapbox-sdk-py

image

image

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 examples, website
    • Travel-time tables between up to 100 points
    • Profiles for driving, walking and cycling
  • 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
  • Surface V4 examples, website
    • Interpolates values along lines. Useful for elevation traces.
  • Uploads V1 examples, website
    • Upload data to be processed and hosted by Mapbox.
  • Datasets V1 examples, website
    • 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

About

Python SDK for Mapbox APIs

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%