Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add final_ancillaries option to ARD metadata types #1250

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions product_metadata/eo3_landsat_ard.odc-type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ dataset:
description: One of - final|interim|nrt (near real time)
offset: [properties, 'dea:dataset_maturity']

final_ancillaries:
description: One of - standard|nonstandard, if specificed
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: One of - standard|nonstandard, if specificed
description: One of - standard|nonstandard, if specified

offset: [properties, 'dea:final_ancillaries']
indexed: false

gqa:
description: GQA Circular error probable (90%)
type: double
Expand Down
5 changes: 5 additions & 0 deletions product_metadata/eo3_sentinel_ard.odc-type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ dataset:
offset: [properties, 'dea:dataset_maturity']
indexed: false

final_ancillaries:
description: One of - standard|nonstandard, if specificed
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: One of - standard|nonstandard, if specificed
description: One of - standard|nonstandard, if specified

offset: [properties, 'dea:final_ancillaries']
indexed: false

cloud_cover:
description: |
The proportion (from 0 to 100) of the dataset's valid data area that contains cloud pixels.
Expand Down