Convert EIA-861 + FERC-714 service territory and state electricity demand to Dagster assets #2437
Labels
analysis
Data analysis tasks that involve actually using PUDL to figure things out, like calculating MCOE.
dagster
Issues related to our use of the Dagster orchestrator
eia861
Anything having to do with EIA Form 861
epic
Any issue whose primary purpose is to organize other issues into a group.
ferc714
Anything having to do with FERC Form 714
geospatial
Spatial data and transformations. Anything related to mapping.
output
Exporting data from PUDL into other platforms or interchange formats.
sqlite
Issues related to interacting with sqlite databases
Milestone
Notes on how to do this:
pudl.output.ferc714
should use the standard io managercompile_geoms()
should have a factory function, iterating over entity type. The save to geoparquet function has been flaky, if we are able to get it working we could use geoparquet and write a geoparquet io manager. Otherwise, we can strip geometry and save as a table. Extensive additional work on the geometrical component is a low priority in this iteration of the transition.state_demand.py
should be used as a default for theba_ids
andutil_ids
, but these should be parameters passed in by dagster'scontext
to enable manual changes.Respondents
class inpudl.output.ferc714
pudl.output.ferc714
, thesummarize_demand
andfipsify
tables are the best candidates for inclusion into PUDL. The other two tables are just upstream intermediate outputs.Tasks
The text was updated successfully, but these errors were encountered: