Skip to content

Commit

Permalink
add censusfips metadata (#4006)
Browse files Browse the repository at this point in the history
* add censusfips metadata

* change fips dataset name

* Update src/pudl/metadata/sources.py

Co-authored-by: E. Belfer <[email protected]>

* Add extractor - currently using sandbox doi

* remove the extraction step from this pr

---------

Co-authored-by: E. Belfer <[email protected]>
  • Loading branch information
cmgosnell and e-belfer authored Jan 17, 2025
1 parent 5825a26 commit 948d3a9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/pudl/metadata/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,27 @@
"license_pudl": LICENSES["cc-by-4.0"],
"contributors": [CONTRIBUTORS["catalyst-cooperative"]],
},
"censuspep": {
"title": "Population Estimates Program's (PEP) Federal Information Processing Series (FIPS) Codes",
"path": "https://www.census.gov/geographies/reference-files/2023/demo/popest/2023-fips.html",
"description": (
"Reference files for Federal Information Processing Series (FIPS) Geographic Codes. "
"These FIPS Codes are a subset of a broader Population Estimates dataset."
),
"working_partitions": {"years": [2023]},
"keywords": sorted(
{
"fips",
"census",
"county",
"state",
"geography",
}
),
"license_raw": LICENSES["us-govt"],
"license_pudl": LICENSES["cc-by-4.0"],
"contributors": [CONTRIBUTORS["catalyst-cooperative"]],
},
"eia176": {
"title": "EIA Form 176 -- Annual Report of Natural and Supplemental Gas Supply and Disposition",
"path": "https://www.eia.gov/naturalgas/ngqs/",
Expand Down

0 comments on commit 948d3a9

Please sign in to comment.