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

Generate property-types.json dynamically #43

Closed derekeder closed 9 months ago

derekeder commented 10 months ago

We should output a json file of unique property types here: https://github.com/vkoves/electrify-chicago/blob/main/src/data/dist/property-types.json

Right now you have to manually create the property-types.json by copy pasting some logs so that the FE knows what the property types are. Python should do this automatically.

vkoves commented 9 months ago

Closed by PR #49!