-
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.
Merge pull request #11 from IFRCGo/IDMC
Initial analysis of IDMC
- Loading branch information
Showing
17 changed files
with
179,449 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"stac_version": "1.0.0", | ||
"stac_extensions": [ | ||
"https://ifrcgo.github.io/monty/v0.1.0/schema.json" | ||
], | ||
"type": "Feature", | ||
"id": "idmc-event-32145", | ||
"collection": "idmc-events", | ||
"bbox": [ | ||
117.8902, | ||
-2.4833, | ||
117.8902, | ||
-2.4833 | ||
], | ||
"geometry": { | ||
"type": "Point", | ||
"coordinates": [ | ||
117.8902, | ||
-2.4833 | ||
] | ||
}, | ||
"properties": { | ||
"title": "Tropical Cyclone Seroja", | ||
"description": "Tropical Cyclone Seroja in Indonesia from April 4-5, 2021 causing 17,882 new displacements", | ||
"datetime": "2021-04-04T00:00:00Z", | ||
"start_datetime": "2021-04-04T00:00:00Z", | ||
"end_datetime": "2021-04-05T00:00:00Z", | ||
"monty:country_codes": [ | ||
"IDN" | ||
], | ||
"monty:hazard_codes": [ | ||
"nat-met-sto-tro" | ||
], | ||
"monty:episode_number": 1, | ||
"monty:corr_id": "20210404T000000-IDN-MH-CYCLN-001-GCDB", | ||
"roles": [ | ||
"event", | ||
"source" | ||
], | ||
"keywords": [ | ||
"tropical cyclone", | ||
"storm", | ||
"weather related", | ||
"indonesia", | ||
"displacement" | ||
] | ||
}, | ||
"assets": { | ||
"source": { | ||
"href": "https://www.internal-displacement.org/database", | ||
"title": "IDMC GIDD Database", | ||
"type": "text/html", | ||
"roles": [ | ||
"source" | ||
] | ||
} | ||
}, | ||
"links": [ | ||
{ | ||
"href": "idmc-event-32145.json", | ||
"rel": "self" | ||
}, | ||
{ | ||
"href": "idmc-events.json", | ||
"rel": "collection" | ||
} | ||
] | ||
} |
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/v0.1.0/schema.json" | ||
], | ||
"type": "Collection", | ||
"id": "idmc-events", | ||
"title": "IDMC Source Events", | ||
"description": "Global Internal Displacement Database (GIDD) Events", | ||
"license": "TBD", | ||
"roles": [ | ||
"event", | ||
"source" | ||
], | ||
"providers": [ | ||
{ | ||
"name": "Internal Displacement Monitoring Centre", | ||
"roles": [ | ||
"producer" | ||
], | ||
"url": "https://www.internal-displacement.org/database", | ||
"email": "info@idmc.ch" | ||
} | ||
], | ||
"extent": { | ||
"spatial": { | ||
"bbox": [ | ||
[ | ||
-180, | ||
-90, | ||
180, | ||
90 | ||
] | ||
] | ||
}, | ||
"temporal": { | ||
"interval": [ | ||
[ | ||
"2008-01-01T00:00:00Z", | ||
null | ||
] | ||
] | ||
} | ||
}, | ||
"summaries": { | ||
"datetime": { | ||
"minimum": "2008-01-01T00:00:00Z", | ||
"maximum": "2025-01-23T00:00:00Z" | ||
}, | ||
"roles": [ | ||
"event", | ||
"source" | ||
], | ||
"monty:country_codes": [ | ||
"IDN" | ||
], | ||
"monty:hazard_codes": [ | ||
"nat-met-sto-tro" | ||
] | ||
}, | ||
"links": [ | ||
{ | ||
"href": "idmc-events.json", | ||
"rel": "self" | ||
} | ||
] | ||
} |
70 changes: 70 additions & 0 deletions
70
examples/idmc-gidd-impacts/idmc-gidd-impact-107479-displaced.json
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 @@ | ||
{ | ||
"type": "Feature", | ||
"stac_version": "1.0.0", | ||
"stac_extensions": [ | ||
"https://ifrcgo.github.io/monty/v0.1.0/schema.json" | ||
], | ||
"id": "idmc-gidd-impact-107479-displaced", | ||
"collection": "idmc-gidd-impacts", | ||
"geometry": { | ||
"type": "MultiPoint", | ||
"coordinates": [ | ||
[ | ||
37.411121, | ||
36.15263 | ||
] | ||
] | ||
}, | ||
"bbox": [ | ||
37.411121, | ||
36.15263, | ||
37.411121, | ||
36.15263 | ||
], | ||
"properties": { | ||
"title": "Internal Displacements of People for Syria, Türkiye: Earthquake - 06/02/2023", | ||
"datetime": "2023-02-06T00:00:00Z", | ||
"start_datetime": "2023-02-06T00:00:00Z", | ||
"end_datetime": "2023-03-09T00:00:00Z", | ||
"monty:country_codes": [ | ||
"SYR" | ||
], | ||
"monty:hazard_codes": [ | ||
"nat-geo-ear-gro" | ||
], | ||
"monty:impact_detail": { | ||
"category": "people", | ||
"type": "displaced_internal", | ||
"value": 193245, | ||
"unit": "count", | ||
"estimate_type": "primary" | ||
}, | ||
"roles": [ | ||
"source", | ||
"impact" | ||
], | ||
"monty:corr_id": "20230206-SYR-nat-geo-ear-gro-1-GCDB", | ||
"keywords": [ | ||
"Syria", | ||
"Middle East and North Africa", | ||
"Disaster", | ||
"Internal Displacements", | ||
"Household", | ||
"Geophysical", | ||
"Earthquake" | ||
] | ||
}, | ||
"assets": {}, | ||
"links": [ | ||
{ | ||
"rel": "collection", | ||
"type": "application/json", | ||
"href": "./idmc-gidd-impacts.json" | ||
}, | ||
{ | ||
"rel": "root", | ||
"type": "application/json", | ||
"href": "./idmc-gidd-impacts.json" | ||
} | ||
] | ||
} |
71 changes: 71 additions & 0 deletions
71
examples/idmc-gidd-impacts/idmc-gidd-impact-107555-displaced.json
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,71 @@ | ||
{ | ||
"type": "Feature", | ||
"stac_version": "1.0.0", | ||
"stac_extensions": [ | ||
"https://ifrcgo.github.io/monty/v0.1.0/schema.json" | ||
], | ||
"id": "idmc-gidd-impact-107555-displaced", | ||
"collection": "idmc-gidd-impacts", | ||
"geometry": { | ||
"type": "MultiPoint", | ||
"coordinates": [ | ||
[ | ||
36.673649, | ||
36.010311 | ||
] | ||
] | ||
}, | ||
"bbox": [ | ||
36.673649, | ||
36.010311, | ||
36.673649, | ||
36.010311 | ||
], | ||
"properties": { | ||
"title": "Internal Displacements of People for Syria: Flood - Idleb (Maaret Tamsrin) - 14/01/2023", | ||
"datetime": "2023-01-14T00:00:00Z", | ||
"start_datetime": "2023-01-14T00:00:00Z", | ||
"end_datetime": "2023-01-14T00:00:00Z", | ||
"keywords": [ | ||
"Syria", | ||
"Middle East and North Africa", | ||
"Disaster", | ||
"Internal Displacements", | ||
"Household", | ||
"Weather related", | ||
"Hydrological", | ||
"Flood" | ||
], | ||
"monty:country_codes": [ | ||
"SYR" | ||
], | ||
"monty:hazard_codes": [ | ||
"nat-hyd-flo-flo" | ||
], | ||
"monty:impact_detail": { | ||
"category": "people", | ||
"type": "displaced_internal", | ||
"value": 30, | ||
"unit": "count", | ||
"estimate_type": "primary" | ||
}, | ||
"roles": [ | ||
"source", | ||
"impact" | ||
], | ||
"monty:corr_id": "20230114-SYR-nat-hyd-flo-flo-1-GCDB" | ||
}, | ||
"assets": {}, | ||
"links": [ | ||
{ | ||
"rel": "collection", | ||
"type": "application/json", | ||
"href": "./idmc-gidd-impacts.json" | ||
}, | ||
{ | ||
"rel": "root", | ||
"type": "application/json", | ||
"href": "./idmc-gidd-impacts.json" | ||
} | ||
] | ||
} |
71 changes: 71 additions & 0 deletions
71
examples/idmc-gidd-impacts/idmc-gidd-impact-108364-displaced.json
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,71 @@ | ||
{ | ||
"type": "Feature", | ||
"stac_version": "1.0.0", | ||
"stac_extensions": [ | ||
"https://ifrcgo.github.io/monty/v0.1.0/schema.json" | ||
], | ||
"id": "idmc-gidd-impact-108364-displaced", | ||
"collection": "idmc-gidd-impacts", | ||
"geometry": { | ||
"type": "MultiPoint", | ||
"coordinates": [ | ||
[ | ||
36.688499, | ||
36.395481 | ||
] | ||
] | ||
}, | ||
"bbox": [ | ||
36.688499, | ||
36.395481, | ||
36.688499, | ||
36.395481 | ||
], | ||
"properties": { | ||
"title": "Internal Displacements of People for Syria: Storm - Northern Syria - 29/03/2023", | ||
"datetime": "2023-03-29T00:00:00Z", | ||
"start_datetime": "2023-03-29T00:00:00Z", | ||
"end_datetime": "2023-03-29T00:00:00Z", | ||
"monty:country_codes": [ | ||
"SYR" | ||
], | ||
"monty:hazard_codes": [ | ||
"nat-met-sto-sto" | ||
], | ||
"monty:impact_detail": { | ||
"category": "people", | ||
"type": "displaced_internal", | ||
"value": 20, | ||
"unit": "count", | ||
"estimate_type": "primary" | ||
}, | ||
"roles": [ | ||
"source", | ||
"impact" | ||
], | ||
"monty:corr_id": "20230329-SYR-nat-met-sto-sto-1-GCDB", | ||
"keywords": [ | ||
"Syria", | ||
"Middle East and North Africa", | ||
"Disaster", | ||
"Internal Displacements", | ||
"Household", | ||
"Weather related", | ||
"Meteorological", | ||
"Storm" | ||
] | ||
}, | ||
"assets": {}, | ||
"links": [ | ||
{ | ||
"rel": "collection", | ||
"type": "application/json", | ||
"href": "./idmc-gidd-impacts.json" | ||
}, | ||
{ | ||
"rel": "root", | ||
"type": "application/json", | ||
"href": "./idmc-gidd-impacts.json" | ||
} | ||
] | ||
} |
Oops, something went wrong.