diff --git a/README.md b/README.md index 5b33bb2..ed96574 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ It is planned that this extension supersedes the existing [CARD4L extension](htt which itself is planned to be deprecated. **WORK IN PROGRESS** - Examples: - - [Collection example](examples/optical-sr/collection.json): A STAC Collection for a Sentinel-2 L2A data using the STAC CEOS ARD Optical profile + - [Collection example](examples/optical-sr/collection.json): A STAC Collection for a Sentinel-2 L2A data using the STAC CEOS-ARD Optical profile - [Item example](examples/optical-sr/item.json): An examplary Item for the Sentinel-2 L2A Collection - [JSON Schema](json-schema/schema.json) - [Changelog](./CHANGELOG.md) diff --git a/examples/optical-sr/collection.json b/examples/optical-sr/collection.json index b9edac2..d7c8b80 100644 --- a/examples/optical-sr/collection.json +++ b/examples/optical-sr/collection.json @@ -889,13 +889,13 @@ "rel": "ceos-ard-specification", "type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "href": "https://ceos.org/ard/files/PFS/SR/v5.0.1/CEOS-ARD_Product_Family_Specification_Surface_Reflectance-v5.0.1.docx", - "title": "CEOS ARD Product Specification for Surface Reflectance (Word)" + "title": "CEOS-ARD Product Specification for Surface Reflectance (Word)" }, { "rel": "ceos-ard-specification", "type": "application/pdf", "href": "https://ceos.org/ard/files/PFS/SR/v5.0.1/CEOS-ARD_Product_Family_Specification_Surface_Reflectance-v5.0.1.pdf", - "title": "CEOS ARD Product Specification for Surface Reflectance (PDF)" + "title": "CEOS-ARD Product Specification for Surface Reflectance (PDF)" } ] } \ No newline at end of file diff --git a/optical.md b/optical.md index d11350d..8b82931 100644 --- a/optical.md +++ b/optical.md @@ -23,7 +23,7 @@ comply to the [CEOS-ARD product family specifications] (PFS) for optical sensors **Additional resources:** - Examples: - - [Collection example](examples/optical-sr/collection.json): A STAC Collection for a Sentinel-2 L2A data using the STAC CEOS ARD Optical profile + - [Collection example](examples/optical-sr/collection.json): A STAC Collection for a Sentinel-2 L2A data using the STAC CEOS-ARD Optical profile - [Item example](examples/optical-sr/item.json): An examplary Item for the Sentinel-2 L2A Collection - JSON Schema: - [AR](json-schema/optical-ar/schema.json) (ToDo) @@ -58,7 +58,7 @@ Any additional optional field provided may lead to a higher percentage for the C The column *Field Name* refers to the STAC field names. The column *Req.* refers to the requirement number in the CEOS-ARD specification. -CEOS ARD requirements 1.1, 1.2, and 2.1 are generally covered by implementing and publishing STAC metadata for the data. +CEOS-ARD requirements 1.1, 1.2, and 2.1 are generally covered by implementing and publishing STAC metadata for the data. ## STAC Extensions @@ -84,8 +84,8 @@ The following STAC extensions are relevant for this profile: | [Raster] | `https://stac-extensions.github.io/raster/v2.0.0/schema.json` | ✓ | | [View Geometry] | `https://stac-extensions.github.io/view/v1.1.0/schema.json` | ✓ | -For details about the CEOS ARD extension, please see the separate [CEOS-ARD extension README](README.md#fields). -The CEOS ARD extension fields can either be provided in the Collection or in the Items. +For details about the CEOS-ARD extension, please see the separate [CEOS-ARD extension README](README.md#fields). +The CEOS-ARD extension fields can either be provided in the Collection or in the Items. ## STAC Collections