Skip to content

Commit

Permalink
Deprecate snow/ice cover
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Apr 4, 2024
1 parent e73fe90 commit ba158c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ The fields in the table below can be used in these parts of STAC documents:
| s2:processing_baseline | string | [Processing Baseline](https://sentinels.copernicus.eu/web/sentinel/technical-guides/sentinel-2-msi/processing-baseline) |
| s2:reflectance_conversion_factor | number | Reflectance Conversion Factor |
| s2:water_percentage | number | Water Percentage |
| s2:snow_ice_percentage | number | Snow and Ice Percentage |
| s2:vegetation_percentage | number | Vegetation Percentage |
| s2:thin_cirrus_percentage | number | Thin Cirrus Percentage |
| s2:cloud_shadow_percentage | number | Cloud Shadow Percentage |
Expand All @@ -55,13 +54,16 @@ The fields in the table below can be used in these parts of STAC documents:
| s2:high_proba_clouds_percentage | number | High Probability Clouds Percentage |
| s2:medium_proba_clouds_percentage | number | Medium Probability Clouds Percentage |
| s2:saturated_defective_pixel_percentage | number | Saturated Defective Pixel Percentage |
| s2:snow_ice_percentage | number | **DEPRECATED** Snow and Ice Percentage |
| s2:granule_id | string | **DEPRECATED** Granule Identifier |
| s2:mgrs_tile | string | **DEPRECATED** Sentinel-2 MGRS Tile Identifier |
| s2:mean_solar_zenith | number | **DEPRECATED** Mean Solar Zenith |
| s2:mean_solar_azimuth | number | **DEPRECATED** Mean Solar Azimuth |

### Additional Field Information

**s2:snow_ice_percentage** is deprecated in favor of `eo:snow_cover`

**s2:granule_id** is deprecated in favor of `s2:tile_id`

**s2:mean_solar_zenith** is deprecated in favor of the View Extension field `view:sun_elevation`
Expand Down
1 change: 0 additions & 1 deletion json-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
{ "required": ["s2:generation_time"] },
{ "required": ["s2:processing_baseline"] },
{ "required": ["s2:water_percentage"] },
{ "required": ["s2:snow_ice_percentage"] },
{ "required": ["s2:vegetation_percentage"] },
{ "required": ["s2:thin_cirrus_percentage"] },
{ "required": ["s2:cloud_shadow_percentage"] },
Expand Down

0 comments on commit ba158c0

Please sign in to comment.