From be3f8636e81f8560ae7aa1ace15ab983966e7adb Mon Sep 17 00:00:00 2001 From: pmouquet <pascal.mouquet@ird.fr> Date: Thu, 25 Apr 2024 12:27:11 +0400 Subject: [PATCH] changed scihub to cop_dataspace in job ini file --- sen2chain/jobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sen2chain/jobs.py b/sen2chain/jobs.py index 6e6037d..355c899 100644 --- a/sen2chain/jobs.py +++ b/sen2chain/jobs.py @@ -284,7 +284,7 @@ class Job: "###Â Parameters", "# logs: True | False", "# timing: in cron format", - "# provider: the provider to download l1c prodicts, default peps, values: peps | scihub", + "# provider: the provider to download l1c prodicts, default peps, values: peps | cop_dataspace", "# tries: the number of times the download should loop before stopping, to download OFFLINE products", "# sleep: the time in min to wait between loops", "# nb_proc: the number of cpu cores to use for this job, default 8", -- GitLab