/mapzip

A demonstration of how to use folium to create a map for a particular zip code.

Primary LanguagePython

Mapzip

A demonstration of how to use folium to create a map for a particular zip code.

Prerequisites

  • Folium (pip install folium)
  • Jinja2 (pip install Jinja2)
  • This database of zip code info that lists city and lat/lon for zip codes in CSV format. Saved as the file zips.csv.