Skip to content

Commit

Permalink
Add BH renewable Capacity (electricitymaps#2516)
Browse files Browse the repository at this point in the history
* Add BH renewable Capacity

* Update README.md

* Update zones.json

Co-authored-by: martincollignon <2604526+martincollignon@users.noreply.github.com>
  • Loading branch information
nessie2013 and martincollignon authored May 27, 2020
1 parent 979048e commit 95b985c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ Production capacities are centralized in the [zones.json](https://github.com/tmr
- Austria
- Wind: [IGWindKraft](https://www.igwindkraft.at)
- Other: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)
- Bahrain: [IRENA](https://www.irena.org/-/media/Files/IRENA/Agency/Publication/2020/Mar/IRENA_RE_Capacity_Statistics_2020.pdf)
- Belarus: [belstat.gov.by](http://www.belstat.gov.by/upload/iblock/7f7/7f70938f51eb9e49abc4a6e62f831a2c.rar), [RenEn](http://director.by/zhurnal/arkhiv-zhurnala/arkhiv-nomerov-2017/375-7-2017-iyul-2017/5456-zelenaya-energetika-nabiraet-oboroty)
- Belgium
- Hydro, Oil: [ENTSO-E](https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show)
Expand Down
7 changes: 6 additions & 1 deletion config/zones.json
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,13 @@
},
"BH": {
"contributors": [
"https://github.com/q--"
"https://github.com/q--",
"https://github.com/nessie2013"
],
"capacity": {
"solar": 6,
"wind": 1
},
"parsers": {
"consumption": "GCCIA.fetch_consumption"
},
Expand Down

0 comments on commit 95b985c

Please sign in to comment.