/geoAPIsJourney

A journey over APIs for geographical data

Primary LanguageJupyter NotebookMIT LicenseMIT

geoAPIsJourney

A journey over APIs for geographical data

The repository contains a Jupyter notebook that will allow you to find an ice cream shop that is the closest to your location and to determine the shortest route to get there.

Installation (Python 3)

  1. [Optional] Create a virtual environment If you have Anaconda:
conda create -n geo
activate geo

Otherwise follow the docs https://docs.python.org/3/tutorial/venv.html

  1. Install required packages
pip install -r requirements.txt
  1. Run Jupyter Notebook engine
jupyter notebook
  1. Jupyter Notebook will start in your browser. Open Routing.ipynb and voila!

Have fun finding the nearest ice cream shop and enjoy your ice cream!