Skip to content

Commit 8500aa5

Browse files
committed
Add Venus in documentation #235
1 parent dc0716c commit 8500aa5

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

docs/_static/optical_band_mapping.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/_static/optical_band_mapping_inline.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/optical.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ However, especially for SAR data, the default pixel size of GRD bands is differe
1515
| Sentinel-2 | {meth}`~eoreader.products.optical.s2_product.S2Product` ||
1616
| Sentinel-2 on AWS cloud | {meth}`~eoreader.products.optical.s2_product.S2CloudProduct` | - |
1717
| Sentinel-2 Theia | {meth}`~eoreader.products.optical.s2_theia_product.S2TheiaProduct` ||
18+
| Vénμs | {meth}`~eoreader.products.optical.venus.VenusProduct` ||
1819
| Sentinel-3 SLSTR | {meth}`~eoreader.products.optical.s3_slstr_product.S3SlstrProduct` ||
1920
| Sentinel-3 OLCI | {meth}`~eoreader.products.optical.s3_olci_product.S3OlciProduct` ||
2021
| Landsat 8/9 OLI-TIRS | {meth}`~eoreader.products.optical.landsat_product.LandsatProduct` ||
@@ -47,6 +48,7 @@ Satellites products that cannot be used as archived have to be extracted before
4748
| Sentinel-2 | L1C & L2A & L2Ap | 10 m |
4849
| Sentinel-2 on AWS Cloud | L2A (for now) | 10 m |
4950
| Sentinel-2 Theia | L2A | 10 m |
51+
| Vénμs | L2A | 5 m |
5052
| Sentinel-3 SLSTR | RBT | 300 m |
5153
| Sentinel-3 OLCI | EFR | 500 m |
5254
| Landsat 8/9 OLI-TIRS | Level 1 & 2 | 30 m |
@@ -111,7 +113,8 @@ The names are the ones from Sentinel-2, even if sometimes it can be confusing (e
111113

112114
Some additions to the Sentinel-2 bands have been made (`YELLOW`, `PAN`...):
113115

114-
- {meth}`~eoreader.bands.band_names.SpectralBandNames.CA`: Coastal Aerosol
116+
- {meth}`~eoreader.bands.band_names.SpectralBandNames.DEEP_BLUE`: Deep Blue (same goal as Coastal Aerosol, mainly for VHR data, centered around 420 nm)
117+
- {meth}`~eoreader.bands.band_names.SpectralBandNames.CA`: Coastal Aerosol (mainly for HR data, centered around 440 nm)
115118
- {meth}`~eoreader.bands.band_names.SpectralBandNames.BLUE`
116119
- {meth}`~eoreader.bands.band_names.SpectralBandNames.GREEN_1`: First Green band of PlanetScope 8 bands, mapped to the fifth band of Sentinel-3 OLCI
117120
- {meth}`~eoreader.bands.band_names.SpectralBandNames.GREEN`
@@ -185,6 +188,7 @@ The only difference with the other bands is that the cloud bands are provided in
185188
|------------------------------|-------------|-----------------------------------------------------------|
186189
| Sentinel-2 || `RAW_CLOUDS`, `CLOUDS`, `CIRRUS`, `ALL_CLOUDS` |
187190
| Sentinel-2 Theia || `RAW_CLOUDS`, `CLOUDS`, `SHADOWS`, `CIRRUS`, `ALL_CLOUDS` |
191+
| Vénµs || `RAW_CLOUDS`, `CLOUDS`, `SHADOWS`, `CIRRUS`, `ALL_CLOUDS` |
188192
| Sentinel-3 OLCI || |
189193
| Sentinel-3 SLSTR || `RAW_CLOUDS`, `CLOUDS`, `CIRRUS`, `ALL_CLOUDS` |
190194
| Landsat 8/9 || `RAW_CLOUDS`, `CLOUDS`, `SHADOWS`, `CIRRUS`, `ALL_CLOUDS` |
@@ -333,6 +337,12 @@ For now it doesn't work automatically on archived or cloud-stored products.
333337
- [Product Specification (Processing Baseline < 4.0)](https://sentinel.esa.int/documents/247904/349490/S2_MSI_Product_Specification.pdf)
334338
- [Product Specification (Processing Baseline > 4.0)](https://sentinels.copernicus.eu/documents/247904/685211/Sentinel-2-Products-Specification-Document-14_8.pdf)
335339

340+
### Vénµs
341+
342+
- [Mission](https://www.mdpi.com/2072-4292/14/14/3281)
343+
- [Format L2A](https://www.cesbio.cnrs.fr/multitemp/format-of-ven%c2%b5s-l2a-produced-by-muscate/)
344+
- [Instrument](https://database.eohandbook.com/database/missionsummary.aspx?missionID=601&utm_source=eoportal&utm_content=venus)
345+
336346
### Harmonize Landsat-Sentinel
337347
- [Product Guide v2.0](https://lpdaac.usgs.gov/documents/1698/HLS_User_Guide_V2.pdf)
338348

0 commit comments

Comments
 (0)