vkoves / electrify-chicago

Learn about Chicago's most polluting buildings, and what they can do to clean up their act!
http://electrifychicago.net
9 stars 5 forks source link

Update Site with Newly Released 2021 Emissions Data #29

Closed vkoves closed 10 months ago

vkoves commented 1 year ago

Exciting news, our data source got updated!

image

We should re-pull the main CSV and update the site with the 2021 data. This is a good opportunity for some data pipeline tuning, since I did a lot of manual work originally, and we should expect annual updates. Some things to do may be:

  1. Create a clear data workflow README
  2. Have a dataset info JSON file or something so we can store the year the data is relevant for
  3. Figure out how to handle buildings that no longer reported data in 2021 (see comment below)
  4. ???
vkoves commented 1 year ago

It might be useful to integrate historical emissions data and not reporting information with this, because it's possible that some large buildings (like the Art Institute of Chicago) reported in 2020 but didn't report in 2021:

image

In this case, we'd ideally show the 2020 data but with a flag showing that the property didn't report 2021 data.

vkoves commented 10 months ago

Closed via PR #40