Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Summary: retrieving data from Bing Maps; this includes routing information, elevation changes along the route, and speedlimits along the route.

This page is an overview of the code files under the routemodel folder in the Strategy repository on GitHub.

Documentation from Bing Maps for their REST API services can be found here.

See the relevant child pages for each file seen under the routemodel/data_retrieval folder.

Tests for each file and their respective functions are found in the routemodel/tests folder. To run these tests, go onto your command line, make sure you can run Python scripts from there (if you use Anaconda, this will mean opening the Anaconda Command Prompt instead of the normal one), change into the strategy/routemodel directory and run the command pytest.

  • No labels