taxapp commited on
Commit
93f121e
·
verified ·
1 Parent(s): ce878c0

Upload dataset folder

Browse files
README.md ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ task_categories:
6
+ - tabular-classification
7
+ - tabular-regression
8
+ multilinguality: monolingual
9
+ size_categories:
10
+ - 10K<n<100K
11
+ tags:
12
+ - tabular
13
+ - csv
14
+ - africa
15
+ - mali
16
+ - official-statistics
17
+ - open-data
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: data/train-00000-of-00001.parquet
23
+ pretty_name: "Wildfire: Humanitarian Response Plan (HRP) Countries Hazard Data for Disaster Risk Assessment | Africa (Mali official open data)"
24
+ ---
25
+
26
+ # Wildfire: Humanitarian Response Plan (HRP) Countries Hazard Data for Disaster Risk Assessment | Africa (Mali official open data)
27
+
28
+ 21,914 rows - 1 Africa country - 2000-2021 - Repackaged by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)
29
+
30
+ ![rows](https://img.shields.io/badge/rows-21914-blue)
31
+ ![countries](https://img.shields.io/badge/countries-1-green)
32
+ ![years](https://img.shields.io/badge/years-2000-2021-orange)
33
+ ![indicators](https://img.shields.io/badge/indicators-0-purple)
34
+ ![license](https://img.shields.io/badge/license-cc-by-4.0-lightgrey)
35
+
36
+ ## TL;DR
37
+
38
+ This dataset packages one official `CSV` resource from **Mali** as
39
+ ML-ready Parquet. The source file is the provenance boundary; all usable
40
+ indicators or tabular columns from the resource stay together in this repo.
41
+
42
+ ## About the source
43
+
44
+ - **Source:** [Wildfire: Humanitarian Response Plan (HRP) Countries Hazard Data for Disaster Risk Assessment](https://data.humdata.org/dataset/climada-wildfire-dataset)
45
+ - **Publisher:** ETH Zürich - Weather and Climate Risks
46
+ - **Resource:** [yemen-admin1-wildfire.csv](https://data.humdata.org/dataset/ca740910-069b-4a78-92a8-595bd5b2c930/resource/1e709d31-6394-40f2-808a-cdc317235bee/download/yemen-admin1-wildfire.csv)
47
+ - **Format:** `CSV`
48
+ - **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
49
+ - **Packaging mode:** `tabular_resource`
50
+
51
+ ## Geographic coverage
52
+
53
+ 1 Africa country:
54
+
55
+ | Country | Rows | First year | Last year | Name |
56
+ |---------|-----:|-----------:|----------:|------|
57
+ | `MLI` | 21,914 | 2000 | 2021 | `Mali` |
58
+
59
+ ## Indicators or Resource Contents
60
+
61
+ - This source file is packaged as a normalized tabular resource.
62
+
63
+ ## Schema
64
+
65
+ | Column | Type | Description | Example |
66
+ |--------|------|-------------|---------|
67
+ | `source_record_id` | `string` | Stable row identifier for tabular resources. | `1e709d31-6394-40f2-808a-cdc317235bee:0` |
68
+ | `country_iso3` | `category` | ISO3 country code. | `MLI` |
69
+ | `country_name` | `category` | Country name. | `Mali` |
70
+ | `country_name_2` | `string` | Source column. | `#country` |
71
+ | `admin1_name` | `string` | Source column. | `#adm1+name` |
72
+ | `latitude` | `float64` | Source column. | `` |
73
+ | `longitude` | `float64` | Source column. | `` |
74
+ | `aggregation` | `string` | Source column. | `` |
75
+ | `indicator` | `string` | Source column. | `#indicator+name` |
76
+ | `value` | `float64` | Numeric observation value. | `` |
77
+ | `source_period_start_year` | `Int64` | First year inferred from source resource metadata. | `2000` |
78
+ | `source_period_end_year` | `Int64` | Last year inferred from source resource metadata. | `2021` |
79
+ | `source_period_label` | `category` | Human-readable period inferred from source resource metadata. | `2000-2021` |
80
+ | `source_provider` | `category` | Publishing organization. | `ETH Zürich - Weather and Climate Risks` |
81
+ | `source_dataset` | `category` | Source package title. | `Wildfire: Humanitarian Response Plan (HRP) Countries Hazard Data for Dis` |
82
+ | `source_resource` | `category` | Source resource title. | `yemen-admin1-wildfire.csv` |
83
+ | `source_package_id` | `category` | CKAN package UUID. | `ca740910-069b-4a78-92a8-595bd5b2c930` |
84
+ | `source_resource_id` | `category` | CKAN resource UUID. | `1e709d31-6394-40f2-808a-cdc317235bee` |
85
+ | `source_url` | `category` | Original source resource URL. | `https://data.humdata.org/dataset/ca740910-069b-4a78-92a8-595bd5b2c930/re` |
86
+ | `license_id` | `category` | Source license identifier. | `cc-by` |
87
+ | `retrieved_at` | `category` | UTC retrieval timestamp. | `2026-08-12T23:12:09Z` |
88
+
89
+ ## Usage
90
+
91
+ ```python
92
+ from datasets import load_dataset
93
+
94
+ ds = load_dataset("electricsheepafrica/africa-mali-wildfire-humanitarian-response-plan-hrp-countries-hazard-d-3f15eb28")
95
+ df = ds["train"].to_pandas()
96
+ print(df.head())
97
+ ```
98
+
99
+ ### Filter to one country
100
+
101
+ ```python
102
+ sample_country = df[df["country_iso3"] == "MLI"]
103
+ ```
104
+
105
+ ### Work with indicators
106
+
107
+ ```python
108
+ if "indicator_id" in df.columns:
109
+ print(df["indicator_id"].value_counts().head())
110
+ sample = df.sort_values([c for c in ["indicator_id", "year"] if c in df.columns])
111
+ ```
112
+
113
+ ## Citation
114
+
115
+ ```bibtex
116
+ @misc{electric_sheep_africa_africa_mali_wildfire_humanitarian_response_plan_hrp_countries_hazard_d_3f15eb28_2021,
117
+ title = {Wildfire: Humanitarian Response Plan (HRP) Countries Hazard Data for Disaster Risk Assessment | Africa (Mali official open data)},
118
+ author = {ETH Zürich - Weather and Climate Risks},
119
+ year = {2021},
120
+ url = {https://data.humdata.org/dataset/climada-wildfire-dataset},
121
+ publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
122
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-mali-wildfire-humanitarian-response-plan-hrp-countries-hazard-d-3f15eb28}}
123
+ }
124
+ ```
125
+
126
+ ## License
127
+
128
+ Released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
129
+
130
+ Original data (c) ETH Zürich - Weather and Climate Risks. When using this dataset, please cite both the
131
+ original source above and the Electric Sheep Africa repackaging.
132
+
133
+ ## About Electric Sheep
134
+
135
+ Electric Sheep Africa is part of the Electric Sheep mission: a unified,
136
+ ML-ready data layer for Africa on Hugging Face. We pull data from authoritative
137
+ open sources, normalize the schemas, package as Parquet, and publish with
138
+ consistent dataset cards so researchers and developers can use `load_dataset()`
139
+ to start working in seconds.
140
+
141
+ Browse the full collection: [huggingface.co/electricsheepafrica](https://huggingface.co/electricsheepafrica)
142
+
143
+ ---
144
+
145
+ Provenance: ingested 2026-08-13 via the Electric Sheep pipeline. Source URL:
146
+ https://data.humdata.org/dataset/ca740910-069b-4a78-92a8-595bd5b2c930/resource/1e709d31-6394-40f2-808a-cdc317235bee/download/yemen-admin1-wildfire.csv
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8ff94e933d0756f49698089c7e9afd96f9845171d865a76aa511148daab755b
3
+ size 82538
metadata/source_snapshot.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "columns": [
3
+ "source_record_id",
4
+ "country_iso3",
5
+ "country_name",
6
+ "country_name_2",
7
+ "admin1_name",
8
+ "latitude",
9
+ "longitude",
10
+ "aggregation",
11
+ "indicator",
12
+ "value",
13
+ "source_period_start_year",
14
+ "source_period_end_year",
15
+ "source_period_label",
16
+ "source_provider",
17
+ "source_dataset",
18
+ "source_resource",
19
+ "source_package_id",
20
+ "source_resource_id",
21
+ "source_url",
22
+ "license_id",
23
+ "retrieved_at"
24
+ ],
25
+ "generated_at": "2026-08-13T00:19:52Z",
26
+ "indicator_count": 0,
27
+ "mode": "tabular_resource",
28
+ "repo_id": "electricsheepafrica/africa-mali-wildfire-humanitarian-response-plan-hrp-countries-hazard-d-3f15eb28",
29
+ "rows": 21914,
30
+ "source": {
31
+ "api_base_url": "https://data.humdata.org/api/3/action",
32
+ "country_iso3": "MLI",
33
+ "country_name": "Mali",
34
+ "group_names": "afg,bfa,bdi,cmr,caf,tcd,col,cod,eth,hti,mli,moz,mmr,ner,nga,som,ssd,pse,sdn,syr,ukr,ven,yem",
35
+ "license_id": "cc-by",
36
+ "license_title": "Creative Commons Attribution International (CC BY)",
37
+ "license_url": "http://www.opendefinition.org/licenses/cc-by",
38
+ "organization_name": "eth-zurich-weather-and-climate-risks",
39
+ "organization_title": "ETH Zürich - Weather and Climate Risks",
40
+ "package_id": "ca740910-069b-4a78-92a8-595bd5b2c930",
41
+ "package_name": "climada-wildfire-dataset",
42
+ "package_notes": "Global wildfire dataset at 4km resolution, based on MODIS satellite data 2000-2021 (cf https://firms.modaps.eosdis.nasa.gov).",
43
+ "package_page_url": "https://data.humdata.org/dataset/climada-wildfire-dataset",
44
+ "package_title": "Wildfire: Humanitarian Response Plan (HRP) Countries Hazard Data for Disaster Risk Assessment",
45
+ "portal_url": "https://data.humdata.org",
46
+ "resource_description": "Gridded (4kmx4km) wildfire extent for Yemen at with admin1 name column",
47
+ "resource_format": "CSV",
48
+ "resource_id": "1e709d31-6394-40f2-808a-cdc317235bee",
49
+ "resource_last_modified": "2025-09-05T07:54:14.876335",
50
+ "resource_name": "yemen-admin1-wildfire.csv",
51
+ "resource_position": "24",
52
+ "resource_url": "https://data.humdata.org/dataset/ca740910-069b-4a78-92a8-595bd5b2c930/resource/1e709d31-6394-40f2-808a-cdc317235bee/download/yemen-admin1-wildfire.csv",
53
+ "tag_names": "geodata,hazards and risk,humanitarian response plan-hrp,hxl"
54
+ },
55
+ "year_max": 2021,
56
+ "year_min": 2000
57
+ }