All Projects → mapbox → Mapbox Sdk Py

mapbox / Mapbox Sdk Py

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

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Mapbox Sdk Py

jradio
Software radio decoding
Stars: ✭ 40 (-86.67%)
Mutual labels:  satellite
KS-1Q
Opensat first generation cubesat bus, launch into orbit at 2016/11/11
Stars: ✭ 22 (-92.67%)
Mutual labels:  satellite
geowombat
GeoWombat: Utilities for geospatial data
Stars: ✭ 34 (-88.67%)
Mutual labels:  satellite
supermercado
Supercharger for mercantile
Stars: ✭ 100 (-66.67%)
Mutual labels:  satellite
ORBITM
🌏 📡 🌏 📡 ORBITM - Orbit maintenance, propulsion sizing, and life-time estimation of space objects!
Stars: ✭ 28 (-90.67%)
Mutual labels:  satellite
sentinel-tiler
A serverless Sentinel-2 tiles server using AWS Lambda
Stars: ✭ 59 (-80.33%)
Mutual labels:  satellite
ClimateVegetationDynamics GrangerCausality
Source code for the publications on "a non-linear Granger-causality framework to investigate climate–vegetation dynamics", by Papagiannopoulou et al., GMD & ERL 2017
Stars: ✭ 16 (-94.67%)
Mutual labels:  satellite
Torchsat
🔥TorchSat 🌏 is an open-source deep learning framework for satellite imagery analysis based on PyTorch.
Stars: ✭ 261 (-13%)
Mutual labels:  satellite
HAMRadio
How-To and Wiki pages for PW-Sat2 Ground Segment equipment and software dedicated for radio amateurs.
Stars: ✭ 21 (-93%)
Mutual labels:  satellite
landslide
Research project on building and evaluating deep learning models for landslides detection on satellite images
Stars: ✭ 36 (-88%)
Mutual labels:  satellite
CANopen-monitor
An NCurses-based TUI application for tracking activity over the CAN bus and decoding messages with provided EDS/OD files.
Stars: ✭ 15 (-95%)
Mutual labels:  satellite
obdh2
On-Board Data Handling Module 2
Stars: ✭ 12 (-96%)
Mutual labels:  satellite
himawari-rx
📡 Receive images from weather satellite Himawari-8 via HimawariCast.
Stars: ✭ 21 (-93%)
Mutual labels:  satellite
modape
MODIS Assimilation and Processing Engine
Stars: ✭ 19 (-93.67%)
Mutual labels:  satellite
Noaa Apt
NOAA APT weather satellite image decoder, for Linux, Windows, RPi 2+ and OSX
Stars: ✭ 257 (-14.33%)
Mutual labels:  satellite
SDK
Myriota Software Development Kit
Stars: ✭ 14 (-95.33%)
Mutual labels:  satellite
geoblaze
Blazing Fast JavaScript Raster Processing Engine
Stars: ✭ 80 (-73.33%)
Mutual labels:  satellite
Opensatelliteproject
Open Satellite Project Information
Stars: ✭ 265 (-11.67%)
Mutual labels:  satellite
Libcsp
Cubesat Space Protocol - A small network-layer delivery protocol designed for Cubesats
Stars: ✭ 258 (-14%)
Mutual labels:  satellite
snuggs
Snuggs are s-expressions for Numpy
Stars: ✭ 15 (-95%)
Mutual labels:  satellite

============= mapbox-sdk-py

.. image:: https://travis-ci.org/mapbox/mapbox-sdk-py.png?branch=master :target: https://travis-ci.org/mapbox/mapbox-sdk-py

.. image:: https://coveralls.io/repos/mapbox/mapbox-sdk-py/badge.png :target: https://coveralls.io/r/mapbox/mapbox-sdk-py

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 <http://aws.amazon.com/sdk-for-python/>__ or github3.py <https://github3py.readthedocs.org/en/master/>. Its methods return objects containing HTTP responses <http://docs.python-requests.org/en/latest/api/#requests.Response> from the Mapbox API.

Services

  • Analytics V1 examples <./docs/analytics.md>, website <https://www.mapbox.com/api-documentation/accounts/#analytics>

    • API usage for services by resource.
    • available for premium and enterprise plans.
  • Directions V5 examples <./docs/directions.md#directions>, website <https://www.mapbox.com/api-documentation/navigation/#directions>

    • Profiles for driving, walking, and cycling
    • GeoJSON & Polyline formatting
  • Distance V1 DEPRECATED

  • Geocoding V5 examples <./docs/geocoding.md#geocoding>, website <https://www.mapbox.com/api-documentation/search/#geocoding>

    • Forward (place names ⇢ longitude, latitude)
    • Reverse (longitude, latitude ⇢ place names)
  • Map Matching V4 examples <./docs/mapmatching.md#map-matching>, website <https://www.mapbox.com/api-documentation/navigation/#map-matching>

    • Snap GPS traces to OpenStreetMap data
  • Static Maps V4 examples <./docs/static.md#static-maps>, website <https://www.mapbox.com/api-documentation/legacy/static-classic>

    • Generate standalone images from existing Mapbox mapids (tilesets)
    • Render with GeoJSON overlays
  • Static Styles V1 examples <./docs/static.md#static-maps>, website <https://www.mapbox.com/api-documentation/maps/#static>

    • Generate standalone images from existing Mapbox styles
    • Render with GeoJSON overlays
    • Adjust pitch and bearing, decimal zoom levels
  • Surface V4 examples <./docs/surface.md#surface>, website <https://www.mapbox.com/developers/api/surface/>

    • Interpolates values along lines. Useful for elevation traces.
  • Uploads V1 examples <./docs/uploads.md#uploads>, website <https://www.mapbox.com/api-documentation/maps/#uploads>

    • Upload data to be processed and hosted by Mapbox.
  • Datasets V1 examples <./docs/datasets.md#datasets>, website <https://www.mapbox.com/api-documentation/maps/#datasets>

    • Manage editable collections of GeoJSON features
    • Persistent storage for custom geographic data
  • Tilequery V4 examples <./docs/tilequery.md#tilequery>, website <https://www.mapbox.com/api-documentation/maps/#tilequery>

    • Retrieve data about specific features from a vector tileset
  • Maps V4 examples <./docs/maps.md#maps>, website <https://www.mapbox.com/api-documentation/maps/#maps>

    • Retrieve an image tile, vector tile, or UTFGrid in the specified format
    • Retrieve vector features from Mapbox Editor projects as GeoJSON or KML
    • Retrieve TileJSON metadata for a tileset
    • Retrieve a single marker image without any background map

Please note that there may be some lag between the release of new Mapbox web services and releases of this package.

Documentation

Please see https://mapbox-mapbox.readthedocs-hosted.com/en/latest/

Installation

.. code:: bash

$ pip install mapbox

Testing

.. code:: bash

pip install -e .[test]
python -m pytest

To run the examples as integration tests on your own Mapbox account

.. code:: bash

MAPBOX_ACCESS_TOKEN="MY_ACCESS_TOKEN" python -m pytest --doctest-glob='*.md' docs/*.md

See Also

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].