Skip to content

Commit

Permalink
Revert "Clearify Sentinel2 angle bands. Open-EO/openeo-geotrellis-ext…
Browse files Browse the repository at this point in the history
…ensions#177"

This reverts commit cc6f910.
  • Loading branch information
EmileSonneveld committed Aug 7, 2023
1 parent cc6f910 commit 960edaf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions federation/backends/collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ The common name for this collection is 'SENTINEL2_L2A'. It refers to the L2A pro
Band names for spectral bands follow the Bxx naming convention used by ESA. For example: B01, B02, B03, B08, B8A, B12

- `SCL` = the Sen2Cor scene classification band
- `sunAzimuthApproximate`/`sunZenithApproximate` = collective term for the sun azimuth and zenith angles. Depending on which backend is processing the data, the accurate angle (for Sentinel Hub) or the mean angle (for Terrascope) is used. If the accurate angle (`sunAzimuthAngles`/`sunZenithAngles`) or the mean angle (`sunAzimuthMean`/`sunZenithMean`) is explicitly specified, the data is processed on the backend that holds the specified band.
- `viewAzimuthApproximate`/`viewZenithApproximate` = collective term for the viewing azimuth and zenith angles. Depending on which backend is processing the data, the accurate angle (for Sentinel Hub) or the mean angle (for Terrascope) is used. If the accurate angle (`viewAzimuthAngles`/`viewZenithAngles`) or the mean angle (`viewAzimuthMean`/`viewZenithMean`) is explicitly specified, the data is processed on the backend that holds the specified band.
- `approximateViewAzimuth` = collective term for the mean and accurate viewing azimuth angle. Depending on which backend is processing the data, the mean angle (for Sentinel Hub) or the accurate angle (for Terrascope) is used. If the accurate angle (`viewAzimuthAngles`) or the mean angle (`viewAzimuthMean`) is explicitly specified, the data is processed on the backend that holds the specified band.
- `viewZenithMean` = collective term for the mean and accurate viewing zenith angle. Depending on which backend is processing the data, the mean angle (for Sentinel Hub) or the accurate angle (for Terrascope) is used. If the accurate angle (`viewZenithMean`) or the mean angle (`viewZenithAngles`) is explicitly specified, the data is processed on the backend that holds those bands.
- `sunAzimuthAngles`/`sunZenithAngles` = collective term for the exact sun azimuth and sun zenith angle.

### Common Properties

Expand Down

0 comments on commit 960edaf

Please sign in to comment.