Skip to content

Shows world population and prominent volcano positions on the world map. This application uses pandas to read a txt file and a json file, then it passes that data frame to folium which use feature group to show them on a leaflet map.

RishabhPandita/python_folium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python_folium

Folium makes it easy to visualize data that's been manipulated in Python on an interactive Leaflet map. The idea of the project is to use the functionalities of folium and plot volacones positions and represent world population on the map rendered by folium. Pandas is used to read data from csv and json files and provide that data to folium.

  1. folium: https://pypi.python.org/pypi/folium
  2. pandas: http://pandas.pydata.org/

About

Shows world population and prominent volcano positions on the world map. This application uses pandas to read a txt file and a json file, then it passes that data frame to folium which use feature group to show them on a leaflet map.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages