datamade / chi-councilmatic

:eyes: keep tabs on Chicago city council
https://chicago.councilmatic.org/
MIT License
21 stars 16 forks source link

preparing for upcoming 2023 legislative session #340

Closed derekeder closed 1 year ago

derekeder commented 1 year ago

A new legislative session will begin in May 2023. We should prepare this site to update when that happens.

As part of the annual redistricting process, there are new wards that will come into effect, which are up on the data portal: https://data.cityofchicago.org/Facilities-Geographic-Boundaries/Boundaries-Wards-2023-Map/cdf7-bgn3

@fgregg what needs to be updated on the scraper & data side?

fgregg commented 1 year ago

the scraper should do the right for alders and their posts.

the only thing we really need to change in the scraper is code that defines legislative sessions and code that assigns a bill to a legislative session

hancush commented 1 year ago

@derekeder Here's how to add the new legislative session to the scrapers: https://github.com/opencivicdata/scrapers-us-municipal/pull/279

derekeder commented 1 year ago

@hancush thx!

Looks like I can update the ward shapefiles by updating the data source in the Makefile: https://github.com/datamade/chi-councilmatic/blob/main/data/Makefile#L1

fgregg commented 1 year ago

today would be the day to do it.

fgregg commented 1 year ago

got the ward map updated this morning. @derekeder , i think the only thing left is images for the new alders?

derekeder commented 1 year ago

@fgregg nice! this page is pretty zippy now too https://chicago.councilmatic.org/council-members/

I can work on the images and alder details next in a new PR