olivierhagolle / peps_download

Tool to download Sentinel images from PEPS sentinel mirror site : https://peps.cnes.fr
95 stars 47 forks source link

Update to continue using peps_download #48

Open scpsc opened 7 months ago

scpsc commented 7 months ago

Hi,

Some change in the code is necessary, line 390, to use peps_download.py as of today (30/01/2024):

if storage_dict[prod] == "disk":

Should be replaced by:

if storage_dict[prod] in ["disk", "tier2"]:

olivierhagolle commented 7 months ago

Thanks ! It seems I have not been using if for a while...