-
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 GDACS hazards data and update event roles in JSON examples
- Loading branch information
1 parent
14e845f
commit d20c3be
Showing
8 changed files
with
231 additions
and
11 deletions.
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
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,67 @@ | ||
{ | ||
"stac_version": "1.0.0", | ||
"stac_extensions": [ | ||
"https://ifrcgo.github.io/monty/v1.0.0/schema.json" | ||
], | ||
"type": "Feature", | ||
"id": "1102983", | ||
"collection": "gdacs-events", | ||
"bbox": [ | ||
103.279, | ||
31.0992, | ||
103.279, | ||
31.0992 | ||
], | ||
"geometry": { | ||
"type": "Point", | ||
"coordinates": [ | ||
103.279, | ||
31.0992 | ||
] | ||
}, | ||
"properties": { | ||
"datetime": "2008-05-12T06:28:00Z", | ||
"monty:country_codes": [ | ||
"CHN" | ||
], | ||
"monty:hazard_codes": [ | ||
"MH0004", | ||
"MH0005", | ||
"MH0006" | ||
], | ||
"monty:corr_id": "20080512T062800Z-CHN-GEO-SEIS-001-GCDB", | ||
"roles": [ | ||
"event", | ||
"source" | ||
], | ||
"keywords": [ | ||
"earthquake", | ||
"china", | ||
"Ground Shaking (Earthquake)", | ||
"Earthquake Surface Rupture, Fissures, and Tectonic Uplift/Subsidence" | ||
] | ||
}, | ||
"links": [ | ||
{ | ||
"href": "20080512T062800Z-CHN-GEO-SEIS-001-GCDB.json", | ||
"rel": "self" | ||
}, | ||
{ | ||
"href": "gdacs-events.json", | ||
"rel": "collection" | ||
}, | ||
{ | ||
"href": "https://monty-api.ifrc.org/stac/glide-events/EQ-2008-000062-CHN", | ||
"rel": "via" | ||
}, | ||
{ | ||
"href": "20080512T062800Z-CHN-GEO-SEIS-001-GCDB.json", | ||
"rel": "related", | ||
"roles": [ | ||
"hazard" | ||
], | ||
"type": "application/json" | ||
} | ||
], | ||
"assets": {} | ||
} |
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,58 @@ | ||
{ | ||
"stac_version": "1.0.0", | ||
"stac_extensions": [ | ||
"https://ifrcgo.github.io/monty/v1.0.0/schema.json" | ||
], | ||
"type": "Collection", | ||
"id": "collection", | ||
"title": "GDACS Hazards", | ||
"description": "A collection of GDACS hazards loaded into Monty", | ||
"license": "MIT", | ||
"roles": [ | ||
"hazard" | ||
], | ||
"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": [ | ||
"hazard" | ||
], | ||
"monty:country_codes": [ | ||
"CHN", | ||
"SPN" | ||
], | ||
"monty:hazard_codes": [ | ||
"MH0004", | ||
"MH0005", | ||
"MH0006" | ||
] | ||
}, | ||
"links": [ | ||
{ | ||
"href": "gdacs-events.json", | ||
"rel": "self" | ||
} | ||
] | ||
} |
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
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