This repository contains an ipython notebook that shows how to use folium and geopy python packages to visulaize geolocation data on a map. The data used is the vacant properties obtained from open data Louisville portal.
To run this code, you will need to install Geopy (https://pypi.python.org/pypi/geopy), folium (https://pypi.python.org/pypi/folium/0.2.0) , and pandas (http://pandas.pydata.org/) python packages.