ward-wise / data-analysis

Data analysis on Chicago infrastructure and infrastructure spending
MIT License
3 stars 7 forks source link

Convert geocoded CSV data into geoJSON #32

Open smacmullan opened 6 months ago

smacmullan commented 6 months ago

John Ruf geocoded data from 2022 back to 2005. We'd like to get this into a geoJSON format. https://github.com/JohnCRuf/alderman_machine/tree/master/tasks/data_geocode_menu/output

He's got this ID column on each row. He's generating those IDs as part of his scraping, so each project will have a unique idea. I believe the geocoded data can have multiple rows with the same ID because he split text with multiple locations into multiple rows

smacmullan commented 4 weeks ago

I think we can close this out. Rejoining the menu data to the geoJSON will be easier to do in the database.