peps_download icon indicating copy to clipboard operation
peps_download copied to clipboard

Tool to download Sentinel images from PEPS sentinel mirror site : https://peps.cnes.fr

Results 14 peps_download issues
Sort by recently updated
recently updated
newest added

I had some trouble with my peps password because I usually use special characters such as * $. I change my password and it's work. Maybe you can fix it...

Protect authentication parameters (login:password) from being parsed by the shell, which cause a malformed curl command issue.

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"]:`