Is PUDL tied to EIA's V1 API and best means of building a PUDL pipeline #1686
-
Is PUDL dependent on EIA's V1 API which deprecates in October? Why did you choose to stop updating the database after 2020? It's a little murky to me how I go about building a pipeline to update and maintain the PUDL database. Is that part of the python tools. Sorry for the newbie question. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey there, sorry I didn't see this until this evening. Neither the EIA (860/923) nor the FERC Form 1 data for 2021 have been released yet. The final annual EIA data typically comes out in September or October. FERC 1 (and all the other FERC forms) are transitioning to XBRL instead of Visual FoxPro this year, and that's been a rocky process -- both for them, and for us. See our FERC XBRL extractor project that @zschira is working on. We're also just about to remove the EIA API dependence (see #1696, #1343), and are going to be filling in the missing fuel prices ourselves instead (though potentially validating our imputations based on the EIA API numbers, if they contain information from the redacted fuel prices). |
Beta Was this translation helpful? Give feedback.
Hey there, sorry I didn't see this until this evening.
Neither the EIA (860/923) nor the FERC Form 1 data for 2021 have been released yet. The final annual EIA data typically comes out in September or October. FERC 1 (and all the other FERC forms) are transitioning to XBRL instead of Visual FoxPro this year, and that's been a rocky process -- both for them, and for us. See our FERC XBRL extractor project that @zschira is working on.
We're also just about to remove the EIA API dependence (see #1696, #1343), and are going to be filling in the missing fuel prices ourselves instead (though potentially validating our imputations based on the EIA API numbers, if they contain information from th…