Skip to content

Commit

Permalink
Simplifications and Clarifications #2, add example + JSON schema
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Mar 15, 2024
1 parent 49c43bd commit 9ad94e5
Show file tree
Hide file tree
Showing 14 changed files with 1,990 additions and 359 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
- **Identifier:**
- <https://stac-extensions.github.io/ceos-ard/v0.2.0/schema.json>
- See section [Profiles](#profiles) for more

- **Field Name Prefix:** ceos_ard
- **Scope:** Item, Collection
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Proposal
Expand All @@ -17,10 +16,10 @@ It is planned that this extension supersedes the existing [CARD4L extension](htt
which itself is planned to be deprecated. **WORK IN PROGRESS**

- Examples:
- [Item example](examples/item.json): Shows the basic usage of the extension in a STAC Item (ToDo)
- [Collection example](examples/collection.json): Shows the basic usage of the extension in a STAC Collection (ToDo)
- [JSON Schema](json-schema/schema.json) (ToDo)
- [Changelog](./CHANGELOG.md) (ToDo)
- [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)

## Fields

Expand All @@ -32,6 +31,9 @@ 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

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 |
| ------------------------------ | --------- | ----------- |
| ceos_ard:type | string | **REQUIRED.** The CEOS-ARD (sensor) type implemented, one of `optical` or `radar`. |
Expand Down
54 changes: 0 additions & 54 deletions examples/collection.json

This file was deleted.

57 changes: 0 additions & 57 deletions examples/item.json

This file was deleted.

Loading

0 comments on commit 9ad94e5

Please sign in to comment.