From 4f0401a79a42f85b82e68fdf8f47442e6486fc14 Mon Sep 17 00:00:00 2001
From: Remi Cresson <remi.cresson@irstea.fr>
Date: Mon, 28 Feb 2022 17:23:46 +0100
Subject: [PATCH] WIP: S2 download

---
 test/download_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/download_test.py b/test/download_test.py
index e4edd6c..0f1e645 100644
--- a/test/download_test.py
+++ b/test/download_test.py
@@ -12,5 +12,5 @@ params = parser.parse_args()
 # Get all scenes in the root_dir
 _, _, bbox = utils.get_epsg_extent_bbox(params.refimage)
 acq_date = datetime.datetime(year=2020, month=1, day=1)
-download.download_closest(config_file=params.theia_cfg, acq_envelope=bbox, acq_date=acq_date,
+download.download_closest(config_file=params.theia_cfg, bbox_wgs84=bbox, acq_date=acq_date,
                           download_dir=params.download_dir)
-- 
GitLab