From f008b25a89b5810ff15469a8a5180c480abea15f Mon Sep 17 00:00:00 2001 From: Roberta Hunt Date: Thu, 9 Apr 2020 13:01:53 +0200 Subject: [PATCH] updated bounding boxes --- config/zones.json | 74 +++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 65 insertions(+), 9 deletions(-) diff --git a/config/zones.json b/config/zones.json index 24d75aab2b..0ffd851d79 100644 --- a/config/zones.json +++ b/config/zones.json @@ -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": [ @@ -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": { @@ -979,7 +999,7 @@ [ -123.31910336003193, 70.15420156500005 - ] + ] ], "capacity": { "hydro": 92 @@ -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", @@ -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": [ @@ -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": [ @@ -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": [ @@ -6618,4 +6674,4 @@ }, "timezone": "America/Montevideo" } -} +} \ No newline at end of file