mapbox-sdk-py icon indicating copy to clipboard operation
mapbox-sdk-py copied to clipboard

Python SDK for Mapbox APIs **DEVELOPMENT IS TEMPORARILY PAUSED, SEE CONTRIBUTING.md**

Results 17 mapbox-sdk-py issues
Sort by recently updated
recently updated
newest added

Hi, users are unable to run **_mapbox_** due to dependency conflict with _**python-dateutil**_ package. As shown in the following full dependency graph of **_mapbox_**, **_mapbox_** requires **_ python-dateutil >=2.5.0_**,while **_botocore_**...

Add route leg duration annotations from Directions API request. Only total durations for the entire route are printed in the response. https://github.com/mapbox/mapbox-sdk-py/blob/master/mapbox/services/directions.py#L269

I am re-opening mapbox/mapbox-sdk-py#236 -- i'm guessing that @critical-path just gave up waiting for that PR to be reviewed and merged. @critical-path -- thanks for the code. Given that this...

The Directions and Map Matching APIs support submitting requests via HTTP POST when the size of the request is large. Per https://docs.mapbox.com/api/navigation/#using-http-post, they need the `access_token` to be part of...

Add the access token when creating the direction object to avoid 401 responses.

On this [page](https://github.com/mapbox/mapbox-sdk-py/blob/master/docs/datasets.md#datasets), it would be helpful to show an example of the preferred way to upload geoJSON featureCollections. Do I need to loop over the geojson features one by...

documentation

would it be an option to overrule to automatically generated minimum-maximum zoomlevels in the Upload class? I upload my geoJSON and the mimimum zoom extent is restricted to level 5...

Very preliminary. Towards resolving #156.

enhancement

https://www.mapbox.com/api-documentation/#tokens

enhancement
intermediate