Skip to content

Commit

Permalink
Merge branch 'main' into sar
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed May 7, 2024
2 parents ad4e009 + 72590aa commit ee93151
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ The fields in the table below can be used in these parts of STAC documents:
The fields don't need to be provided in each Item to minimize the required changes in the Items.
The fields can be provided in the Items to make the fields available in search.

| Field Name | Data Type | Description |
| ------------------------------ | --------- | ----------- |
| Field Name | Data Type | Description |
| ----------------------------- | --------- | ----------- |
| ceosard:type | string | **REQUIRED.** The CEOS-ARD (sensor) type implemented, one of `optical` or `radar`. |
| ceosard:specification | string | **REQUIRED.** The CEOS-ARD product family specification implemented. |
| ceosard:specification_version | string | **REQUIRED.** The CEOS-ARD product family specification version implemented. |
Expand Down Expand Up @@ -66,12 +66,12 @@ One of the profiles above must be implemented.

## Relation types

The following types should be used as applicable `rel` types in the
The following types must be used as applicable `rel` types in the
[Link Object](https://github.com/radiantearth/stac-spec/tree/master/item-spec/item-spec.md#link-object).

| Type | Description |
| ---------------------- | ----------- |
| ceos-ard-specification | *n/a* | **REQUIRED.** Provides at least one link to the CEOS-ARD specification document. Word (media type: `application/vnd.openxmlformats-officedocument.wordprocessingml.document`) and/or PDF (media type: `application/pdf`). |
| ceos-ard-specification | **REQUIRED.** Provides at least one link to the applicable CEOS-ARD specification document. Word (media type: `application/vnd.openxmlformats-officedocument.wordprocessingml.document`) and/or PDF (media type: `application/pdf`). |

## Contributing

Expand Down
15 changes: 8 additions & 7 deletions optical.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CEOS-ARD for Optical data <!-- omit in toc -->
# CEOS-ARD for Optical <!-- omit in toc -->

- **Title:** CEOS-ARD for Optical
- **Identifier:**
Expand Down Expand Up @@ -109,9 +109,9 @@ only additional requirements and mappings to fulfill the CEOS-ARD requirements a

| Field Name | Req. | Description |
| --------------- | ----- | ----------- |
| stac_extensions | *n/a* | **REQUIRED.** Must contain [all STAC extensions](#stac-extensions) implemented. |
| geometry | 1.4 | **REQUIRED.** The geometry of the acquisition. |
| bbox | 1.4 | **REQUIRED.** The bounding box of the acquisition. |
| stac_extensions | *n/a* | **REQUIRED.** Must contain [all implemented STAC extensions](#stac-extensions). |
| geometry | 1.4 | **REQUIRED.** The geometry of the acquisition in WGS84. |
| bbox | 1.4 | **REQUIRED.** The bounding box of the acquisition in WGS84. |

Generally, CEOS-ARD requests to provide DOIs for various resources.
For STAC, DOIs (e.g. `10.1109/5.771073`) must be converted to URLs (e.g. `https://doi.org/10.1109/5.771073`).
Expand Down Expand Up @@ -197,8 +197,9 @@ The following links may be provided:
The metadata is **required** to specify the coordinate reference system (1.5) and the map projection (1.6) through
either `proj:epsg` or one of the alternatives. The map projection is not required for ST.

**Deprecation Notice:** In a future version of the version of the projection extension `proj:epsg` will be replaced by `proj:code`.
It is recommended to provide both for now.
> \[!WARNING]
> **Deprecation Notice:** In a future version of the version of the projection extension `proj:epsg` will be replaced by `proj:code`.
> It is recommended to provide both for now.
| Field Name | Req. | Description |
| ------------------------------------- | --------- | ------------------------------------------------------------ |
Expand Down Expand Up @@ -388,7 +389,7 @@ All links can be provided either in the Collection or in the Item,
unless the links are specific for each Item and/or differ between the Items.
If that's the case, they must be provided per Item.

In addition to the links defined in specific extensions above, the relation types may listed in the table below can be used.
In addition to the links defined in specific extensions above, the relation types listed in the table below can be used.

| Relation Type | Req. | Description |
| ------------- | --------- | ----------- |
Expand Down

0 comments on commit ee93151

Please sign in to comment.