From 21316bf1d59f2aab999302556af4dadb7ab12856 Mon Sep 17 00:00:00 2001 From: BRAUN REMI Date: Thu, 2 Nov 2023 18:49:47 +0100 Subject: [PATCH] Add S2 on AWS cloud in the documentation --- docs/optical.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/optical.md b/docs/optical.md index dcb1678f..c89899c8 100644 --- a/docs/optical.md +++ b/docs/optical.md @@ -13,6 +13,7 @@ However, especially for SAR data, the default pixel size of GRD bands is not the | Constellations | Class | Use archive | |-----------------------------|--------------------------------------------------------------------|------------------------------| | Sentinel-2 | {meth}`~eoreader.products.optical.s2_product.S2Product` | ✅ | +| Sentinel-2 on AWS cloud | {meth}`~eoreader.products.optical.s2_product.S2CloudProduct` | - | | Sentinel-2 Theia | {meth}`~eoreader.products.optical.s2_theia_product.S2TheiaProduct` | ✅ | | Sentinel-3 SLSTR | {meth}`~eoreader.products.optical.s3_slstr_product.S3SlstrProduct` | ✅ | | Sentinel-3 OLCI | {meth}`~eoreader.products.optical.s3_olci_product.S3OlciProduct` | ✅ | @@ -44,6 +45,7 @@ Satellites products that cannot be used as archived have to be extracted before | Constellations | Product Types | Default Pixel Size | |-----------------------------|---------------------------|------------------------------------| | Sentinel-2 | L1C & L2A & L2Ap | 10 m | +| Sentinel-2 on AWS Cloud | L2A (for now) | 10 m | | Sentinel-2 Theia | L2A | 10 m | | Sentinel-3 SLSTR | RBT | 300 m | | Sentinel-3 OLCI | EFR | 500 m |