I'm trying to download Sentinel-2 data in Level 2A from Google Cloud Storage.
Level 1C works perfect with the following (already dicussed) method: Download script for L1C
Now I want to do the same with L2A data but I do not know how to change the existing function query_sentinel
.
Could anybody help me?