chicagomaroon / data-visualizations

This repository contains and hosts interactive visuals used in The Chicago Maroon publication.
https://chicagomaroon.com/
3 stars 2 forks source link

Add Migrant Issue Shelter Map #55

Closed asteinhart closed 6 months ago

asteinhart commented 8 months ago

What does this PR do?

adds a map using mapbox for the migrant issue stories. followed an example here. putting up an early draft to noodle over with others.

pulled data from map embded on New Arrivals Data Dashboard. @vernonli1 took KML file (in folder as shelters.kml) to convert to geopandas frame and I did some additional light cleaning and converted to geojson for mapbox all in shelters.ipynb file. will probably need to move these somewhere else for better organization.

Screenshot 2024-01-17 at 2 07 01 PM

How was the functionality tested and verified?

All steps should be completed in the order presented, and you should not move on to the next step until the previous is completed.

michplunkett commented 8 months ago

I'll need you to update the branch before I can look at it.

asteinhart commented 7 months ago

Great work! We discussed some issues with MapBox, they still apply here. Is there another package you can do this with? In this PR #50 you have the Jupyter notebook in the data_analysis folder, I'd like you to add this notebook to that folder as well.

Ya going to move this over to leaflet as well!