This notebook shows a step-by-step process for filtering & organizing data from the Instagram API to display on web applications. Uses the following libraries: Pickle, Folium, Fiona, Shapely.
High-Level steps:
- Gather data from API, save to file -> SEE HERE!
- Read that file, remove extra attributes we don't need
- Remove posts without location data
- Remove posts that don't lie within a specific geographic area
- Continually use inline maps to check our work
- Save our cleaned data to geoJSON files for use on the web
I developed this process to make a visualization of National Parks Photography. Check it out!