From f7fd64bb0218f7c8b9bff76d36d7d8f0bc47d18a Mon Sep 17 00:00:00 2001 From: Remi Cresson <remi.cresson@irstea.fr> Date: Mon, 28 Feb 2022 15:13:08 +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 feeb11d..086a51c 100644 --- a/test/download_test.py +++ b/test/download_test.py @@ -10,4 +10,4 @@ params = parser.parse_args() # Get all scenes in the root_dir _, _, bbox = utils.get_epsg_extent_bbox(params.refimage) -download.download(config_file=params.theia_cfg, acq_envelope=bbox, acq_date=datetime.datetime(year=2020, month=01, day=01)) \ No newline at end of file +download.download(config_file=params.theia_cfg, acq_envelope=bbox, acq_date=datetime.datetime(year=2020, month=1, day=1)) \ No newline at end of file -- GitLab