-
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.
- Loading branch information
Showing
3 changed files
with
100 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
license_id: cc-by | ||
methodology: Other | ||
caveats: None | ||
dataset_source: Proper name of source organization | ||
methodology_other: https://gdacs.org/Knowledge/overview.aspx | ||
caveats: While we try everything to ensure accuracy, this information is purely indicative and should not be used for any decision making without alternate sources of information. The JRC is not responsible for any damage or loss resulting from use of the information presented on this website. | ||
dataset_source: European Union | ||
package_creator: HDX Data Systems Team | ||
private: False | ||
maintainer: dataset maintainer HDX ID | ||
owner_org: dataset organization HDX ID | ||
data_update_frequency: update frequency | ||
notes: dataset notes | ||
maintainer: aa13de36-28c5-47a7-8d0b-6d7c754ba8c8 | ||
owner_org: f27b8618-52b9-4827-9440-eb65a1f66d41 | ||
data_update_frequency: 1 | ||
notes: Disaster alerts in the past 4 days. European Union, 2024 | ||
subnational: "1" |
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 |
---|---|---|
@@ -1,3 +1,38 @@ | ||
# Collector specific configuration | ||
|
||
base_url: "https://www.gdacs.org/XML/RSS.xml" | ||
|
||
dataset_name: "gdacs-rss-information" | ||
|
||
dataset_title: "GDACS RSS information" | ||
|
||
disaster_conversion: | ||
"DR": "Drought" | ||
"EQ": "Earthquake" | ||
"FL": "Flood" | ||
"TC": "Tropical Cyclone" | ||
"VO": "Volcano" | ||
"WF": "Wildfire" | ||
|
||
tags: | ||
- "cyclones-hurricanes-typhoons" | ||
- "earthquake-tsunami" | ||
- "flooding" | ||
- "natural disasters" | ||
|
||
hxl_tags: | ||
"id": "#event+id" | ||
"iso3": "#country+code" | ||
"country": "#country+name" | ||
"title": "#meta+title" | ||
"summary": "#meta+summary" | ||
"event_type": "#event+type" | ||
"severity_unit": "#event+severity+unit" | ||
"severity_value": "#event+severity+value" | ||
"source": "#meta+source" | ||
"from_date": "#date+start" | ||
"to_date": "#date+end" | ||
"link": "#meta+link" | ||
"geo_lat": "#geo+lat" | ||
"geo_long": "#geo+lon" | ||
"gdacs_bbox": "#geo+bbox" |
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