Chase Deposits
Technology Used: jQuery, Leaflet, geoJSON
About: This web map was part of a school assignment. The assignment was to create a spatiotemporal visualization web map that had at least 15 point locations, across at least 7 timestamps, and at least 5 different interactions. The web map needed to use jQuery and Leaflet.
Process: This was my introduction to both Leaflet and jQuery. I located the data from Kaggle and narrowed down the list of cities to the top 30 most populated U.S. cities. After getting the data into a usable format, I converted the Excel sheet into a geoJSON file. Through Leaflet, I used the AJAX function to load the geoJSON. I created a function that looped through the data based on years. By looping through the years, the points would either grow or shrink based on the number of deposits for the city.