Open In Github
Python scripts for testing the mapillary python library functionalities
Installation
1
pip install git+[https://github.com/ibaiGorordo/mapillary-python-sdk.git@simple_dependencies](https://github.com/ibaiGorordo/mapillary-python-sdk.git@simple_dependencies)
Setup
You need to modify the mly_token.py
file with your token. To get one:
- Visit https://www.mapillary.com/dashboard/developer, go to ‘developers’,
- Then ‘register application’, register a new application (read access atleast),
- then copy & paste the ‘Client Token’ to the
mly_token.py
file.