0

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?

  • CSV file of the sentinel-2 data is available, which lists the available granules, their acquisition dates, and their spatial extent as minimum and maximum latitudes and longitudes. The file is found in the Sentinel-2 Cloud Storage bucket: gs://gcp-public-data-sentinel-2/index.csv.gz . Is it works for you? – aga Mar 04 '20 at 12:00
  • Yes I know. But the cool part behind the functions I use for L1C is that it works without the csv only with google bigquery (see my link to the other post). I wonder if this is also possible for L2A? The Problem with the csv is, that , as fas as I undertood this, I have to download the entire csv (unzipped 4 GB !!!). It would be really annoying if I want to that on a regular base. Or is it possible to use the csv without downloading? – Florian Beyer Mar 06 '20 at 13:23
  • Is there someoene who can answer my question? – Florian Beyer Mar 11 '20 at 19:26
  • As you can see in the [documentation](https://cloud.google.com/storage/docs/public-datasets/sentinel-2) this index data is available in BigQuery for you to easily query using SQL. – aga Mar 16 '20 at 09:43
  • As I already wrote above... I already did this with Sentinel-2 L1C. The actual question is, what I have to change in the script (see link in my post) to do the same with L2A??? – Florian Beyer Mar 20 '20 at 10:17
  • Was this ever resolved, I would also like to query L2A, but it looks like we can only query L1C at this time. – Thomas Jun 20 '22 at 21:33

0 Answers0