ParkingReformNetwork / reform-map

A map of where parking reforms have happened.
https://parkingreform.org/mandates-map/
MIT License
6 stars 8 forks source link

Remove unused fields in CSV #456

Closed Eric-Arellano closed 3 weeks ago

Eric-Arellano commented 3 weeks ago

We don't use many of the original fields from the R project. Even researchers wouldn't be using the fields like is_magnitude_regional because we intentionally scrubbed them from trimmed_map_data.csv, which was the only CSV we pointed people to publicly.

So, we can remove all these unused fields to simplify our app and reduce data usage (smaller CSV). This also allows us to remove tidied_map_data.csv, since with these edits it's the same as the previous trimmed_map_data.csv. So we can simply have a single file data.csv. (We need to update all links to the CSV.)