Skip to content

A web application which displays a list of the volcano around the USA

License

Notifications You must be signed in to change notification settings

soumikbaithalu/Volcanoes_Map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Volcanoes_Map

An interactive web map of volcano locations throughout the USA..

Install Folium.

To html in python use folium to install folium in you system you need

pip3 install folium

This will help you to create good website for map.

Usage

Use of pandas

pip3 install pandas 

Below is another example of displaying

import csv

with open("sample.csv","r") as csvinput: # read input csv file
    reader = csv.reader(csvinput) # create a reader
    for row in reader:
        print(row[0])

About

A web application which displays a list of the volcano around the USA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published