PolicyEngine/populace#237 removed release generation for one-file-per-state and one-file-per-district artifacts. The replacement path is the single certified Populace national H5 plus the standard region/scoping machinery in policyengine.py, not direct hf://policyengine/policyengine-us-data/states/... or districts/... files.
GitHub code search still finds split-H5 references in this repo:
scripts/modal_pipeline.py
scripts/generate_data.py
Migration checklist:
- Stop constructing or documenting
policyengine-us-data/states/*.h5 and policyengine-us-data/districts/*.h5 dataset URIs.
- Use the certified Populace default dataset through policyengine.py, with region filters/scoping for state and congressional-district analyses.
- Add or update a regression test so future state/CD runs do not depend on split regional H5 files.
- Keep historical/generated output unchanged unless it is actively used by the app or docs.
PolicyEngine/populace#237 removed release generation for one-file-per-state and one-file-per-district artifacts. The replacement path is the single certified Populace national H5 plus the standard region/scoping machinery in policyengine.py, not direct
hf://policyengine/policyengine-us-data/states/...ordistricts/...files.GitHub code search still finds split-H5 references in this repo:
scripts/modal_pipeline.pyscripts/generate_data.pyMigration checklist:
policyengine-us-data/states/*.h5andpolicyengine-us-data/districts/*.h5dataset URIs.