/volcano-folium

Analysis of web map to visualize volcanoes in the USA

Primary LanguageJupyter Notebook

Volcano visualization using Pandas & Folium

Description

Here I have created a web map which visualizes the volcanoes in the USA analysing the Volcano.txt file. This map is built with python libraries - Folium & Pandas.

The map has a base layer and a marker layer to point out the volcanoes.

Installation

For a local installation, make sure you have pip installed and run:

$ pip install jupyter

Install Pandas:

$ pip install pandas

Install Folium:

$ pip install folium

Clone this repository: git clone https://github.com/sumaiyatasmeem/volcano-folium.git

Navigate the repository: cd volcano-folium

Run Jupyter in a local installation:

$ jupyter notebook

Navigate to http://localhost:8888.