Is there any place I can find the metadata schema definitions for Sentinel-2 products, specifically L1C and L2A?
The problem that I’m facing is L2A products don’t have tileid information in the metadata. From what I understand, L2A products are generated using transformations on the images, so the footprint shouldn’t change. So, the corresponding L2A product for a L1C product should have the same tileid. Why is it missing then?
Previous question:
I’m using sentinelsat.SentinelAPI to fetch metadata for products. I noticed that L2Ap products don’t have Tile ID attribute. Neither in the product description that comes as a part of SentinelAPI.query method, nor in the SentinelAPI.get_product_odata method.
Are talking about georeference metadata info that each JPEG2000 image should have or about metadata XML file contained in each GRANULE folder? Which info exactly would you like to obtain?