Breakthrough-Energy / PreREISE

Generate input data for scenario framework
https://breakthrough-energy.github.io/docs/
MIT License
21 stars 28 forks source link

feat: add lines to HIFLD dataset before further processing #292

Closed danielolsen closed 2 years ago

danielolsen commented 2 years ago

Pull Request doc

Purpose

Add the ability to append the existing HIFLD lines dataset with additional manually-defined lines. This allows us to fill in parts of the grid where we know there are transmission lines, but these lines are missing for whatever reason. This should be at least partial fulfillment of #234; we get the capability to manually add lines, but we don't yet have a full set of required lines to connect urban areas with lots of undergrounding, or logic to estimate their connectivity.

What the code is doing

Testing

Tested manually.

Time estimate

30 minutes. ~This is a draft PR for now, since it relies on code in #286.~

danielolsen commented 2 years ago

286 is merged, so this is ready for review.

danielolsen commented 2 years ago

The commits for this PR are also now part of the branch for #289, so we could either merge this and then rebase #289, or do everything there. EDIT: #289 is merged, so closing this one.