NLeSC / team-atlas

1 stars 0 forks source link

Retrieve Sentinel-2 scenes #134

Open fnattino opened 4 years ago

fnattino commented 4 years ago

In order to test the Eratosthenes starting code, Sentinel-2 scenes need to be downloaded.

fnattino commented 4 years ago

See #57 for overview of tools to automatise search and download of imagery.

yifatdzigan commented 4 years ago

https://labo.obs-mip.fr/multitemp/the-sentinel-2-tiles-how-they-work/

fnattino commented 4 years ago

This is how I have played with sat-search when trying it out:

sat-search search -c sentinel-s2-l1c --url https://earth-search.aws.element84.com/v0  -q "sentinel:utm_zone=5" "sentinel:latitude_band=V" "sentinel:grid_square=PL" --datetime 2018-02-25 --save results.json
rogerkuou commented 3 years ago

Initial implementation done in https://github.com/GO-Eratosthenes/image_retrieval.

rogerkuou commented 3 years ago

@fnattino @meiertgrootes The initial implementation for S2 image retrieval is done, you can clone it from our git repo. sat-search is used to query the data. The level 2A data is downloaded with sat-search from amazon bucket, and 1C data from Google Cloud Storage.

Could you please make a short review? There is an example script included in the repository.