Skip to content

Commit

Permalink
Add GLIDE source hazards collection and update glide-events ID
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Jan 13, 2025
1 parent 4487b6c commit 1e56c16
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/glide-events/glide-events.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"https://ifrcgo.github.io/monty/v0.1.0/schema.json"
],
"type": "Collection",
"id": "collection",
"id": "glide-events",
"title": "GLIDE Source Events",
"description": "A collection of GLIDE source events loaded into Monty",
"license": "unknown",
Expand Down
70 changes: 70 additions & 0 deletions examples/glide-hazards/glide-hazards.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"stac_version": "1.0.0",
"stac_extensions": [
"https://ifrcgo.github.io/monty/v0.1.0/schema.json"
],
"type": "Collection",
"id": "glide-hazards",
"title": "GLIDE Source Hazards",
"description": "A collection of GLIDE source hazards loaded into Monty",
"license": "unknown",
"roles": [
"event",
"source"
],
"providers": [
{
"name": "GLIDE",
"roles": [
"producer"
],
"url": "https://glide.org/",
"email": "gliderep@adrc.asia"
}
],
"extent": {
"spatial": {
"bbox": [
[
-180,
-90,
180,
90
]
]
},
"temporal": {
"interval": [
[
"2000-01-01T00:00:00Z",
null
]
]
}
},
"summaries": {
"datetime": {
"minimum": "2015-06-23T00:00:00Z",
"maximum": "2019-07-10T13:44:56Z"
},
"roles": [
"event",
"source"
],
"monty:country_codes": [
"CHN",
"SPN"
],
"monty:hazard_codes": [
"GH0001",
"GH0002",
"GH0004"
]
},
"links": [
{
"href": "glide-hazards.json",
"rel": "self"
}
]
}

0 comments on commit 1e56c16

Please sign in to comment.