-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GLIDE source hazards collection and update glide-events ID
- Loading branch information
1 parent
4487b6c
commit 1e56c16
Showing
2 changed files
with
71 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |