Link to the repository for the web application
-
Clone the repository
-
Install Mini Conda
-
Create a new environment and install the following packages and their dependencies
- Scipy
- NumPy
- Pillow
- Requests
- JSON
- imageio
- skimage
-
Activate the environment
- Go to https://www.bingmapsportal.com/ and create an API key
- In MapLogic.py, change the variable KEY to your API key in type string
- Change the 'orig_lat' and 'orig_long' variables to the latitude and longitude of the location you want to transform
- Run 'MapLogic.py'
- Run 'warpAnimation.py'
- Run 'makeAnimation.py'