-
Notifications
You must be signed in to change notification settings - Fork 89
Description
In the ReadMe, it says
For example, GeoJSON for New York's 1st district can be found at:
https://theunitedstates.io/districts/cds/2012/NY-1/shape.geojson
The 2012 here refers to the year that these districts came into effect, and is the most current districts. "At Large" districts, where only 1 person represents an entire state or territory, are coded with a district number of 0 (e.g. WY-0 and PR-0).
I expected this to mean that a given year's folder only contained states whose district boundaries were changed in that year. The 2018 folder has only PA, but 2016 has everybody (not just VA, FL, and NC). Which way is intended? Either way, if the "and is the most current districts" line could be clarified to match the expectation, I think that would be good.
If the intention was to avoid data duplication in the repo, here's what I'd suggest: What are the odds that a special directory (now
, current
, etc.) could be created in cds
that contained symlinks to the current map files? It would link to the 2012 districts for NY, to 2016 for FL, and (soon) to 2018 for PA. Then you could drop the states from 2016 who do not have changes and avoid adding everyone (again) to 2018.