Skip to content

Instantly share code, notes, and snippets.

View ksindy's full-sized avatar

ksindy ksindy

View GitHub Profile
@ksindy
ksindy / farters-heatmp20220317.py
Created March 17, 2022 15:52
I used Python, geonames and folium to create a heatmap of the FARTers who have made orders around the country.
"""
I used Python, geonames and folium to create a heatmap of the FARTers who have made orders around the country.
I used Mike Cunha's excellent example to aid in creation on the map. https://github.com/mikecunha/pygeo_heatmap
https://python-visualization.github.io/folium/
https://www.geonames.org/
"""
import csv, os
from geopy.geocoders import Nominatim
import pandas as pd