This python script is used to create a webmap that shows the location of volcanoes using the locations(latitude and longitude points from the 'Volcanoes.txt' and population indication using the 'GeoJson.json' file which is also provided.
-
Python 3 installed.
-
Folium(to access the openstreetmap and other functions) and Pandas(to access the dataframe).
-
Run volcano_webmap and a html file is created which shows the volcanoes' location on the webmap.