-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from carbon-data-specification/abg/update_meta…
…data Abg/update metadata
- Loading branch information
Showing
7 changed files
with
609 additions
and
58 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
power_systems_data_api_demonstrator/data/example/fuel_source_metadata.csv
This file contains 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,5 @@ | ||
name,external_reference,external_id | ||
Solar - Photovoltaic - Unspecified,EECS Rules Fact Sheet 5 TYPES OF ENERGY INPUTS AND TECHNOLOGIES,T010100 | ||
Fossil - Solid - Hard Coal - Unspecified,EECS Rules Fact Sheet 5 TYPES OF ENERGY INPUTS AND TECHNOLOGIES,F02010100 | ||
Mechanical source or other - Wind - Unspecified, EECS Rules Fact Sheet 5 TYPES OF ENERGY INPUTS AND TECHNOLOGIES,F01050100 | ||
Thermal - Steam engine - Unspecified,EECS Rules Fact Sheet 5 TYPES OF ENERGY INPUTS AND TECHNOLOGIES,T050900 |
5 changes: 5 additions & 0 deletions
5
power_systems_data_api_demonstrator/data/example/psr_metadata.csv
This file contains 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,5 @@ | ||
Grid Node,Topology Level,Unit,Connected Node,Capacity | ||
US-WECC-CISO,1,MW,US-WECC-PACW,800 | ||
US-WECC-CISO,1,MW,US-WECC-BANC,100 | ||
US-WECC-PACW,0,MW,US-WECC-CISO,800 | ||
US-WECC-BANC,1,MW,US-WECC-CISO,100 |
159 changes: 159 additions & 0 deletions
159
power_systems_data_api_demonstrator/data/example/psr_metadata.json
This file contains 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,159 @@ | ||
[ | ||
{ | ||
"id": "US-WECC-BANC", | ||
"topology_level": 1, | ||
"transmission_capacity": [ | ||
{ | ||
"connectedPSR": "US-WECC-CISO", | ||
"unit": "MW", | ||
"value": 700 | ||
} | ||
], | ||
"fuelSource_capacity": [ | ||
{ | ||
"type": "Renewable-Heat-Solar-Unespecified", | ||
"technology": "Solar-Photovoltaic-Classic silicon", | ||
"unit": "MW", | ||
"capacity": [ | ||
{ | ||
"value": 500, | ||
"startDatetime": "2017-10-10" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "Renewable-Mechanical source or other-Wind-Unespecified", | ||
"technology": "Wind-Offshore-Unespecified", | ||
"unit": "MW", | ||
"capacity": [ | ||
{ | ||
"value": 500, | ||
"startDatetime": "2016-02-28" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "US-WECC-PACW", | ||
"topology_level": 1, | ||
"transmission_capacity": [ | ||
{ | ||
"connectedPSR": "US-WECC-CISO", | ||
"unit": "MW", | ||
"value": 1000 | ||
} | ||
], | ||
"fuelSource_capacity": [ | ||
{ | ||
"type": "Renewable-Mechanical source or other-Wind-Unespecified", | ||
"technology": "Wind-Onshore-Unespecified", | ||
"unit": "MW", | ||
"capacity": [ | ||
{ | ||
"value": 1000, | ||
"startDatetime": "2017-01-01" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "Nuclear-Solid-Radiactive fuel-UOX", | ||
"technology": "Thermal-Steam Turbine with condensation turbine-Unespecified", | ||
"unit": "MW", | ||
"capacity": [ | ||
{ | ||
"value": 800, | ||
"startDatetime": "1975-10-15", | ||
"endDatetime": "2016-12-31" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "US-WECC-CISO", | ||
"topology_level": 1, | ||
"transmission_capacity": [ | ||
{ | ||
"connectedPSR": "US-WECC-BANC", | ||
"unit": "MW", | ||
"value": 700 | ||
}, | ||
{ | ||
"connectedPSR": "US-WECC-PACW", | ||
"unit": "MW", | ||
"value": 1000 | ||
} | ||
], | ||
"fuelSource_capacity": [ | ||
{ | ||
"type": "Renewable-Heat-Solar-Unespecified", | ||
"technology": "Solar-Photovoltaic-Classic silicon", | ||
"unit": "MW", | ||
"capacity": [ | ||
{ | ||
"value": 500, | ||
"startDatetime": "2020-10-15" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "Fossil-Solid-Hard Coal-Antracite", | ||
"technology": "Thermal-Steam Turbine with condensation turbine-Unespecified", | ||
"unit": "MW", | ||
"capacity": [ | ||
{ | ||
"value": 1000, | ||
"startDatetime": "1999-12-13" | ||
}, | ||
{ | ||
"value": 500, | ||
"startDatetime": "1980-10-15", | ||
"endDatetime": "1999-12-12" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "US-WECC-AZPS", | ||
"topology_level": 2, | ||
"parent": "US-WECC-CISO", | ||
"fuelSource_capacity": [ | ||
{ | ||
"type": "Renewable-Heat-Solar-Unespecified", | ||
"technology": "Solar-Photovoltaic-Classic silicon", | ||
"unit": "MW", | ||
"capacity": [ | ||
{ | ||
"value": 500, | ||
"startDatetime": "2020-10-15" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "US-WECC-CEN", | ||
"topology_level": 2, | ||
"parent": "US-WECC-CISO", | ||
"fuelSource_capacity": [ | ||
{ | ||
"type": "Fossil-Solid-Hard Coal-Antracite", | ||
"technology": "Thermal-Steam Turbine with condensation turbine-Unespecified", | ||
"unit": "MW", | ||
"capacity": [ | ||
{ | ||
"value": 1000, | ||
"startDatetime": "1999-12-13" | ||
}, | ||
{ | ||
"value": 500, | ||
"startDatetime": "1980-10-15", | ||
"endDatetime": "1999-12-12" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] |
6 changes: 6 additions & 0 deletions
6
power_systems_data_api_demonstrator/data/example/topology_metadata.csv
This file contains 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,6 @@ | ||
level,id | ||
0,Interconnection | ||
1,Balancing Area | ||
2,Generating Plant | ||
3,Generating Unit | ||
4,Consumption Unit |
This file contains 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
Oops, something went wrong.