-
Notifications
You must be signed in to change notification settings - Fork 1
Update Canada imports/exports to include 2026 projections and CHPE line to NYC #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
06026c1
General update of raw/processed inputs (including new CHPE line to NY…
kodiobika c3e973c
Remove specific ReEDS path
kodiobika 3c71c68
Add note to README about CHPE line
kodiobika 17e330f
Update README.md
kodiobika 2c348b1
Clean up manual addition of CHPE line
kodiobika cc7099e
bugfix: Wrong electricity interchange header was being parsed for New…
kodiobika File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -96,5 +96,8 @@ | |
| ], | ||
| "Courtright-St. Claire_345": [ | ||
| "EC-III-6" | ||
| ], | ||
| "Hertel-Astoria Annex_400": [ | ||
| "EP-306" | ||
| ] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| Province,p23003,p26147,p26163,p27071,p27135,p30035,p36063,p36089,p38023,p38079,p50009,p50011,p50019,p53051,p53073 | ||
| Alberta,,,,,,1.0,,,,,,,,, | ||
| British Columbia,,,,,,,,,,,,,,0.24324324324324326,0.7567567567567568 | ||
| Manitoba,,,,,0.5694294940796556,,,,,0.43057050592034446,,,,, | ||
| New Brunswick,1.0,,,,,,,,,,,,,, | ||
| Ontario,,0.363659401926001,0.14445007602635582,0.03801317790167258,,,0.4538773441459706,,,,,,,, | ||
| Quebec,,,,,,,,0.7092198581560284,,,0.19574468085106383,0.06382978723404255,0.031205673758865248,, | ||
| Saskatchewan,,,,,,,,,1.0,,,,,, | ||
| Province,p23003,p26147,p26163,p27071,p27135,p30035,p36063,p36081,p36089,p38023,p38079,p50009,p50011,p50019,p53051,p53073 | ||
| Alberta,,,,,,1.0,,,,,,,,,, | ||
| British Columbia,,,,,,,,,,,,,,,0.17647058823529413,0.8235294117647058 | ||
| Manitoba,,,,,0.5694294940796556,,,,,,0.43057050592034446,,,,, | ||
| New Brunswick,1.0,,,,,,,,,,,,,,, | ||
| Ontario,,0.37654159013382316,0.11414326948307531,0.039359748097612175,,,0.4699553922854894,,,,,,,,, | ||
| Quebec,,,,,,,,0.2617801047120419,0.5235602094240838,,,0.14450261780104712,0.04712041884816754,0.023036649214659685,, | ||
| Saskatchewan,,,,,,,,,,1.0,,,,,, |
Binary file modified
BIN
+7.85 KB
(160%)
exogenous_canadian_trade/data/raw_inputs/CER_usa_can_lines.xlsx
Binary file not shown.
Binary file modified
BIN
+756 Bytes
(100%)
exogenous_canadian_trade/data/raw_inputs/Electricity_Interchange.xlsx
Binary file not shown.
Binary file modified
BIN
+16.2 KB
(120%)
...de/data/raw_inputs/electricity-trade-summary-resume-echanges-commerciaux-electricite.xlsx
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
exogenous_canadian_trade/data/raw_inputs/manual_usa_can_lines.csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| Origin,Destination,Company,LineName,CanadianSite,AmericanSite,County,voltage,num_lines,line_ID | ||
| Quebec,New York,Quebec Hydro - Hydro-Quebec,CHPE_400,Hertel,Astoria Annex,Queens,400,1,Hertel-Astoria Annex_400 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice