Skip to content

Commit

Permalink
added example summary
Browse files Browse the repository at this point in the history
  • Loading branch information
TonioF committed Jul 11, 2024
1 parent 3dccc96 commit 9b5c285
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions example/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,22 @@
"description": "An example STAC collection",
"extent": {
"spatial": {
"bbox": [[-180, -90, 180, 90]]
"bbox": [
[
-180,
-90,
180,
90
]
]
},
"temporal": {
"interval": [["2020-01-01T00:00:00Z", "2020-12-31T23:59:59Z"]]
"interval": [
[
"2020-01-01T00:00:00Z",
"2020-12-31T23:59:59Z"
]
]
}
},
"links": [
Expand All @@ -27,5 +39,11 @@
"type": "application/json",
"title": "Example Item"
}
]
],
"summaries": {
"day_of_year": {
"minimum": 1,
"maximum": 366
}
}
}

0 comments on commit 9b5c285

Please sign in to comment.