Skip to content

How to use summaries and datetimes. #1156

Discussion options

You must be logged in to vote

Hi @billgeo,

summarizing Item Properties works as you have described it. You could add something like the following to the Collection:

"summaries": {
  "created": {
    "minimum": "2018-10-02T00:00:03Z",
    "maximum": "2019-10-02T00:00:03Z"
  },
  "updated": {
    "minimum": "2020-05-20T12:13:02Z",
    "maximum": "2021-05-20T12:13:02Z"
  }
}

Note: this describes/summarizes the Item creation/update timestamps. To add the creation/update time of the collection metadata, just add the updated/created fields to the Collection (top-level).

To give specific values for Item Assets there's the Item Asset Definition extension:
https://github.com/stac-extensions/item-assets
Unfortunately, it doesn…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@billgeo
Comment options

Answer selected by billgeo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants