I am not able to download Sentinel-2 Data Products (urn:eop:VITO:CGS_S2_L1C).
I tried using the browser, Postman, the Python client and the web-service through a Java client. The response is always the same "404Not Found".
For example, the product "S2A_MSIL1C_20220102T001111_N0301_R073_T55HFA_20220102T013405" points to the following URL:
https://services.terrascope.be/download/CGS_S2/CGS_S2_L1C/2022/01/02/S2A_MSIL1C_20220102T001111_N0301_R073_T55HFA_20220102T013405/S2A_MSIL1C_20220102T001111_N0301_R073_T55HFA_20220102T013405.SAFE/GRANULE/L1C_T55HFA_A034104_20220102T001111/IMG_DATA/T55HFA_20220102T001111_B03.jp2
On the other hand, with the same credentials, I am able to download Sentinel-1 (urn:eop:VITO:CGS_S1_GRD_L1 & urn:eop:VITO:CGS_S1_SLC_L1) and Sentinel-2 (urn:eop:VITO:TERRASCOPE_S2_TOC_V2 & urn:eop:VITO:TERRASCOPE_S2_CCC_V2).
Any help would be very much appreciated.
Comments
incorrect URL
it turns out that the URLs for the "urn:eop:VITO:CGS_S1_SLC_L1" collection are incorrect (they contain an extra directory name: CGS_S2).
instead of: .../download/CGS_S2/CGS_S2_L1C/...
should be: .../download/CGS_S2_L1C/...
KO: https://services.terrascope.be/download/CGS_S2/CGS_S2_L1C/2022/01/02/S2A_MSIL1C_20220102T001111_N0301_R073_T55HFA_20220102T013405/S2A_MSIL1C_20220102T001111_N0301_R073_T55HFA_20220102T013405.SAFE/GRANULE/L1C_T55HFA_A034104_20220102T001111/IMG_DATA/T55HFA_20220102T001111_B03.jp2
OK: https://services.terrascope.be/download/CGS_S2_L1C/2022/01/02/S2A_MSIL1C_20220102T001111_N0301_R073_T55HFA_20220102T013405/S2A_MSIL1C_20220102T001111_N0301_R073_T55HFA_20220102T013405.SAFE/GRANULE/L1C_T55HFA_A034104_20220102T001111/IMG_DATA/T55HFA_20220102T001111_B03.jp2
Incorrect URL
Thanks for bringing this up. And thanks for pointing us to the solution as well. We'll take the necessary actions.
Incorrect URL
Thank you for reporting this problem. We fixed this and the catalogue now shows the correct download URLs.