Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 1 KB

README.md

File metadata and controls

10 lines (8 loc) · 1 KB

Making-Cool-Maps-In-Python

About

This is the official github repository, for the articles, Making Cool Maps with Geopy and Folium and Your Cool Folium Maps on the Web published in TOWARDS DATA SCIENCE, created to share how to create an interactive map, visualizing African cities with Geopy and Folium, and how to finally deploy it to the web.

Interactive map

The interactive map was created with the folium package in python with the help of geopy. Interactive maps are a way to present data at particular geographic locations in an aesthetically pleasing way.

Deploying to the web

The map was deployed to the web with heroku. Here, you can see the steps taken to get this done.