ESA-PhiLab / PyRawS

Python for Raw Sentinel-2 data (PyRawS) is an open-source software providing utilities to open and process Sentinel 2 RAW data, which corresponds to a decompressed version of Level-0 data with additional metadata. The software is demonstrated on the first Sentinel-2 dataset containing raw data for warm temperature hotspots detection/classification.
https://esa-philab.github.io/PyRawS/
Apache License 2.0
70 stars 7 forks source link

L1C data download #22

Closed rs9000 closed 1 year ago

rs9000 commented 1 year ago

Hi,

I'm trying to download the L1C data associated with the RAW files to reconstruct the following folder structure:

./data/THRAWS/ raw: it will contain decompressed raw. l1c: it will contain L1C.

The file uploaded on Zenodo named L1C_files.json seems to contain a list of L0 files, such as: "S2A_OPER_MSI_L0__GR_VGS1_20210205T054020_S20210205T022636_D12_N02.09" etc..

How can I retrieve the names of associated L1C products in order to search and download them from Copernicus?

Thanks, Rosario

sirbastiano commented 1 year ago

Hi, Thanks for reaching out!

Sorry for the inconvenience, a wrong file was uploaded to Zenodo containing the list of RAW files. You can find the L1C files list here: https://github.com/ESA-PhiLab/PyRawS/blob/main/pyraws/database/L1C_files.json.

The L1C_files.json file will be modified soon on Zenodo platform!