Skip to content

Commit

Permalink
CEOS ARD -> CEOS-ARD #3
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Apr 3, 2024
1 parent e5bdc0d commit 6471f71
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions examples/optical-sr/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
}
]
}
8 changes: 4 additions & 4 deletions optical.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 6471f71

Please sign in to comment.