From 4b38524a59b188f31f7e0c5d8faded90c79bb3a1 Mon Sep 17 00:00:00 2001
From: "Niels.Verouden" <niels.verouden@wur.nl>
Date: Wed, 6 Jul 2022 18:47:02 +0200
Subject: [PATCH] Change coordinates Change coordinates so they are in line
 with the other scripts

---
 urban_areas/main1_precipDownload.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/urban_areas/main1_precipDownload.py b/urban_areas/main1_precipDownload.py
index 89063e7..c7feb4a 100644
--- a/urban_areas/main1_precipDownload.py
+++ b/urban_areas/main1_precipDownload.py
@@ -57,7 +57,7 @@ from urban_areas.py.s13CalculatePrecipSum import calculatePrecipSum
 # =============================================================================
 start = '2022-01-01'
 end = '2022-07-01'
-coordinates = (-72.225786,19.719889,-72.173258,19.765477)
+coordinates = (-72.243484,19.697338,-72.154221,19.773160)
 dest_name = "CapHaitien_Jan2022Jun2022"
 grid = 4
 sum_days = 14
-- 
GitLab