Skip to content

Commit

Permalink
updated bounding boxes (electricitymaps#2366)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberta Hunt authored Apr 14, 2020
1 parent efdf5a0 commit b413410
Showing 1 changed file with 65 additions and 9 deletions.
74 changes: 65 additions & 9 deletions config/zones.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,17 @@
"parsers": {
"consumption": "GCCIA.fetch_consumption"
},
"timezone": "Asia/Dubai"
"timezone": "Asia/Dubai",
"bounding_box": [
[
51.069346550000034,
22.120945943000052
],
[
56.88363691500007,
26.574791972000085
]
]
},
"AL": {
"bounding_box": [
Expand Down Expand Up @@ -509,7 +519,17 @@
"parsers": {
"consumption": "GCCIA.fetch_consumption"
},
"timezone": "Asia/Bahrain"
"timezone": "Asia/Bahrain",
"bounding_box": [
[
49.94890384200005,
25.289536851000037
],
[
51.14565981318161,
26.742580471000053
]
]
},
"BO": {
"capacity": {
Expand Down Expand Up @@ -979,7 +999,7 @@
[
-123.31910336003193,
70.15420156500005
]
]
],
"capacity": {
"hydro": 92
Expand Down Expand Up @@ -2406,8 +2426,14 @@
},
"IN-MH": {
"bounding_box": [
[72.799410, 15.613079],
[80.661984, 22.105644]
[
72.79941,
15.613079
],
[
80.661984,
22.105644
]
],
"contributors": [
"https://github.com/GitMatze",
Expand Down Expand Up @@ -3615,7 +3641,17 @@
"parsers": {
"consumption": "GCCIA.fetch_consumption"
},
"timezone": "Asia/Muscat"
"timezone": "Asia/Muscat",
"bounding_box": [
[
51.47861495000012,
16.142401434000078
],
[
60.34457441500007,
26.885972398000035
]
]
},
"PA": {
"bounding_box": [
Expand Down Expand Up @@ -3776,7 +3812,17 @@
"parsers": {
"consumption": "GCCIA.fetch_consumption"
},
"timezone": "Asia/Qatar"
"timezone": "Asia/Qatar",
"bounding_box": [
[
50.250987175000034,
24.059871521000062
],
[
52.11654707100007,
26.660101630000042
]
]
},
"RE": {
"bounding_box": [
Expand Down Expand Up @@ -3996,7 +4042,17 @@
"parsers": {
"consumption": "GCCIA.fetch_consumption"
},
"timezone": "Asia/Riyadh"
"timezone": "Asia/Riyadh",
"bounding_box": [
[
34.07276451900009,
15.87095774900007
],
[
56.13756473800004,
32.62134796200006
]
]
},
"SE": {
"bounding_box": [
Expand Down Expand Up @@ -6618,4 +6674,4 @@
},
"timezone": "America/Montevideo"
}
}
}

0 comments on commit b413410

Please sign in to comment.