refactor: add mwmiles calculations to design.transmission module#291
refactor: add mwmiles calculations to design.transmission module#291danielolsen merged 2 commits intodevelopfrom
Conversation
|
Do you plan to create the generation folder in a different PR? |
Is it worth creating the folder now without putting anything in it? I was thinking I would wait until some generation design analysis code is ready for a PR. |
I thought there was already modules in |
You are right, |
If I understand, Can we create a powersimdata/design/mimic folder where |
Done. |
In my head, I'm thinking that a |
BainanXia
left a comment
There was a problem hiding this comment.
Reading through the discussion, I like the plan. Thanks for taking care of this.
d008ef4 to
34f0257
Compare
34f0257 to
518f32c
Compare
Purpose
Moves analyses of scenario design (i.e., analyses that only work on the Grid or ChangeTable and do not require any results) from PostREISE to PowerSimData. See https://github.com/Breakthrough-Energy/RenewableEnergyProject/issues/307 and Breakthrough-Energy/PostREISE#162.
What is the code doing
There is no new code, only code from PostREISE being added (into the new
powersimdata/design/transmissionfolder), renamed (powersimdata.design.transmission->powersimdata.design.transmission.upgrade), or import corrections.Validation
All tests pass.
Time to review
10 minutes.