Folium is a Python library for dealing with world maps.
Use the package manager pip to install foobar.
pip install folium
import foobar
map = folium.Map(location= [24.680413, 80.482510],zoom_start= 2, tiles = "CartoDB dark_matter") # returns 'map with loctions'
fg = folium.FeatureGroup(name = "Confirmed Cases") # add 'FeatureGroup'
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.