You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
[A clear and concise description of what you expected to happen.]
Actual behavior
[Describe what actually happened.]
[If applicable, add logs to help explain your problem:]
[Paste logs here]
Additional context
[Add any other context about the problem here.]
Tasks
Check if summaries can be extended or not
If we can, create new summary properties that relate only to assets and make mandatory
If we can't, discuss alternatives to capturing this metadata somewhere and make mandatory
Remove mandatory schema check for summaries having an 'updatedandcreated` datetimes [Bill confirmed this is only mandatory for published data so the mandatory schema check can be removed]
The text was updated successfully, but these errors were encountered:
[Please remove this and other [placeholder text] before submitting.]
Describe the bug
Currently the summaries we have specified look like this:
stac/extensions/linz/examples/collection.json
Lines 39 to 51 in 7443877
This is what the summary of the item created updated datetimes look like (when the metadata is updated, not the asset).
See discussion here. radiantearth/stac-spec#1153 and radiantearth/stac-spec#1156
Could look like this:
And the the summary with other
properties
would look something like this.To Reproduce
Steps to reproduce the behavior:
Expected behavior
[A clear and concise description of what you expected to happen.]
Actual behavior
[Describe what actually happened.]
[If applicable, add logs to help explain your problem:]
[Paste logs here]
Additional context
[Add any other context about the problem here.]
Tasks
and
created` datetimes [Bill confirmed this is only mandatory for published data so the mandatory schema check can be removed]The text was updated successfully, but these errors were encountered: