Skip to content

Commit

Permalink
Add first draft of Optical
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Dec 18, 2023
1 parent 7213f56 commit 1a761ad
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CEOS ARD Extension Specification
# CEOS-ARD Extension Specification

- **Title:** CEOS-ARD
- **Identifier:** <https://stac-extensions.github.io/ceos-ard/v0.2.0/schema.json>
Expand All @@ -8,7 +8,7 @@
- **Owner**: @m-mohr

This document explains the CEOS-ARD Extension to the [SpatioTemporal Asset Catalog](https://github.com/radiantearth/stac-spec) (STAC) specification.
It specifies how to create STAC Items and Collections that comply to the various CEOS ARD product family specifications.
It specifies how to create STAC Items and Collections that comply to the various CEOS-ARD product family specifications.
It is planned that this extension supersedes the existing [CARD4L extension](https://github.com/stac-extensions/card4l),
which itself is planned to be deprecated.

Expand All @@ -35,6 +35,10 @@ The fields in the table below can be used in these parts of STAC documents:
| ceos_ard:specification | string | **REQUIRED.** The CARD4L product family specification implemented. |
| ceos_ard:specification_version | string | **REQUIRED.** The CEOS-ARD product family specification version. |

Additional requirements are specified in the mapping documents:

- [Optical](optical/README.md)

### Additional Field Information

#### ceos_ard:specification
Expand All @@ -44,6 +48,7 @@ The following values are supported:
**Type 'Optical':**
- `optical-ar`: Aquatic Reflectance
- `optical-lidar-tcth`: LiDAR Terrain and Canopy Top Height
- `optical-nighttime-lights-sr`: Nighttime Lights Surface Radiance
- `optical-sr`: Surface Reflectance
- `optical-st`: Surface Temperature

Expand Down
Loading

0 comments on commit 1a761ad

Please sign in to comment.