From cec60efe2eae6029638004e0deae108576647f19 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Wed, 29 May 2024 13:46:29 +0200 Subject: [PATCH] Simplify README --- README.md | 72 ++++++++++++++++++++++--------------------------------- 1 file changed, 28 insertions(+), 44 deletions(-) diff --git a/README.md b/README.md index 6c1bb1c..eb0fb7e 100644 --- a/README.md +++ b/README.md @@ -31,50 +31,34 @@ The fields in the table below can be used in these parts of STAC documents: - [ ] Assets (for both Collections and Items, incl. Item Asset Definitions in Collections) - [ ] Links -| Field Name | Type | Description | -| --------------------------------------- | -------- | ---------------------------------------------- | -| s2:tile_id | string | Tile Identifier | -| s2:datatake_id | string | Datatake Identifier | -| s2:product_uri | string | Product URI | -| s2:datastrip_id | string | Datastrip Identifier | -| s2:product_type | string | Product Type | -| s2:datatake_type | string | Datatake Type | -| s2:reflectance_conversion_factor | number | Reflectance Conversion Factor | -| s2:water_percentage | number | Water Percentage | -| s2:vegetation_percentage | number | Vegetation Percentage | -| s2:thin_cirrus_percentage | number | Thin Cirrus Percentage | -| s2:cloud_shadow_percentage | number | Cloud Shadow Percentage | -| s2:nodata_pixel_percentage | number | No Data Pixel Percentage | -| s2:unclassified_percentage | number | Unclassified Percentage | -| s2:dark_features_percentage | number | Dark Features Percentage | -| s2:not_vegetated_percentage | number | Not Vegetated Percentage | -| s2:degraded_msi_data_percentage | number | Degraded MSI Data Percentage | -| 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:generation_time | datetime | **DEPRECATED** Generation Time | -| s2:processing_baseline | string | **DEPRECATED** [Processing Baseline](https://sentinels.copernicus.eu/web/sentinel/technical-guides/sentinel-2-msi/processing-baseline) | -| 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:generation_time** is deprecated in favor of `processing:datetime` - -**s2:processing_baseline** is deprecated in favor of `processing:version` - -**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` - -**s2:mean_solar_azimuth** is deprecated in favor of the View Extension field `view:sun_azimuth` - -**s2:mgrs_tile** is deprecated in favor the [MGRS Extension](https://github.com/stac-extensions/mgrs) fields +| Field Name | Type | Description | +| --------------------------------------- | -------- | ------------------------------------------------------------ | +| s2:tile_id | string | Tile Identifier | +| s2:datatake_id | string | Datatake Identifier | +| s2:product_uri | string | Product URI | +| s2:datastrip_id | string | Datastrip Identifier | +| s2:product_type | string | Product Type | +| s2:datatake_type | string | Datatake Type | +| s2:reflectance_conversion_factor | number | Reflectance Conversion Factor | +| s2:water_percentage | number | Water Percentage | +| s2:vegetation_percentage | number | Vegetation Percentage | +| s2:thin_cirrus_percentage | number | Thin Cirrus Percentage | +| s2:cloud_shadow_percentage | number | Cloud Shadow Percentage | +| s2:nodata_pixel_percentage | number | No Data Pixel Percentage | +| s2:unclassified_percentage | number | Unclassified Percentage | +| s2:dark_features_percentage | number | Dark Features Percentage | +| s2:not_vegetated_percentage | number | Not Vegetated Percentage | +| s2:degraded_msi_data_percentage | number | Degraded MSI Data Percentage | +| 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** in favor of `eo:snow_cover`. Snow and Ice Percentage | +| s2:generation_time | datetime | **DEPRECATED** in favor of `processing:datetime`. Generation Time | +| s2:processing_baseline | string | **DEPRECATED** in favor of `processing:version`. [Processing Baseline](https://sentinels.copernicus.eu/web/sentinel/technical-guides/sentinel-2-msi/processing-baseline) | +| s2:granule_id | string | **DEPRECATED** in favor of `s2:tile_id`. Granule Identifier | +| s2:mgrs_tile | string | **DEPRECATED** in favor of the [MGRS Extension](https://github.com/stac-extensions/mgrs) fields and `grid:code`. Sentinel-2 MGRS Tile Identifier | +| s2:mean_solar_zenith | number | **DEPRECATED** in favor of `view:sun_elevation`. Mean Solar Zenith | +| s2:mean_solar_azimuth | number | **DEPRECATED** in favor of `view:sun_azimuth`. Mean Solar Azimuth | ## Relation types