Hello,
I currently access the data on the sentinel-2 L2A data using a path in the following pattern
tiles/[UTM code]/latitude band/square/[year]/[month]/[day]/[sequence]/DATA
The files inside DATA
are similar to what I would find inside the tile folder of a product downloaded from SciHub. The only difference is the naming of the files and folders. As an example in the product we have QI_DATA
, but on the bucket it is only qi
.
I would like to know what is the pattern used for the name conversion between what is found in a product and what is found in the bucket.
Thanks.