Makes a map showing all the landslides cases. Pressing the circle gives information about that case.
Source: https://data.nasa.gov/dataset/Global-Landslide-Catalog-Export/dd9e-wu2v/data
- Need to finish developing the searchbar [DONE]
- Need to work on how to template the popup html file [DONE]
- Made a child template, "map_page.html", which is a new way of bringing the map. could be used for relocating the map [DONE]
- Develop a function that filters the map depending on the search result, making a cluster around the search area so that we don't have to make pop up table for areas that is not in the search area ( use the pandas filter function) [DONE]
- Modifying the python from 2 to 3, for deployment [DONE]
- Randomly choosing 100 landslides for the origin html using pd.samples()
- Changing folium into JS for using the popUp.html to increase the speed.
- Deploying the Flask app on Heroku