Olaroti commited on
Commit
2a61e15
·
verified ·
1 Parent(s): f7aee8b

Standardize Electric Sheep Africa dataset card

Browse files
Files changed (1) hide show
  1. README.md +100 -121
README.md CHANGED
@@ -1,163 +1,142 @@
1
  ---
2
- annotations_creators:
3
- - no-annotation
4
- language_creators:
5
- - found
6
  language:
7
  - en
8
- license: cc-by-4.0
9
- multilinguality:
10
- - monolingual
 
11
  size_categories:
12
  - 10K<n<100K
13
- source_datasets:
14
- - original
15
- task_categories:
16
- - other
17
- task_ids: []
18
  tags:
19
- - africa
20
- - humanitarian
21
- - hdx
22
- - electric-sheep-africa
23
- - cyclones-hurricanes-typhoons
24
- - hxl
25
- - cod
26
- pretty_name: "Democratic Republic of the Congo: IBTrACS Storm Tracks"
27
- dataset_info:
28
- splits:
29
- - name: train
30
- num_examples: 29692
31
- - name: test
32
- num_examples: 7423
 
33
  ---
34
 
35
- # Democratic Republic of the Congo: IBTrACS Storm Tracks
36
 
37
- **Publisher:** HDX · **Source:** [HDX](https://data.humdata.org/dataset/cod-ibtracs-tropical-storm-tracks) · **License:** `cc-by-igo` · **Updated:** 2026-02-24
38
 
39
- ---
 
 
 
40
 
41
- ## Abstract
42
 
43
- The International Best Track Archive for Climate Stewardship (IBTrACS) project is the most complete global collection of tropical cyclones available. It merges recent and historical tropical cyclone data from multiple agencies to create a unified, publicly available, best-track dataset that improves inter-agency comparisons.
44
-
45
- Fields available:
46
- SID: A unique storm identifier (SID) assigned by IBTrACS algorithm.
47
- ISO_TIME: Time of the observation in ISO format (YYYY-MM-DD hh:mm:ss)
48
- BASIN: Basin of the current storm position
49
- SUBBASIN: Sub-basin of the current storm position
50
- NATURE: Type of storm (a combination of the various types from the available sources)
51
- NUMBER: Number of the storm for the year (restarts at 1 for each year
52
- LAT: Mean position - latitude (a combination of the available positions)
53
- LON: Mean position - longitude (a combination of the available positions)
54
- WMO_WIND: Maximum sustained wind speed assigned by the responsible WMO agency
55
- WMO_PRES: Minimum central pressure assigned by the responsible WMO agency.
56
 
57
- Each row in this dataset represents geolocated point observations. Temporal coverage is indicated by the `iso_time` column(s). Geographic scope: **COD**.
58
 
59
- *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).*
60
 
61
- ---
62
 
63
- ## Dataset Characteristics
64
 
65
- | | |
66
  |---|---|
67
- | **Domain** | Climate and environment |
68
- | **Unit of observation** | Geolocated point observations |
69
- | **Rows (total)** | 37,116 |
70
- | **Columns** | 12 (3 numeric, 8 categorical, 1 datetime) |
71
- | **Train split** | 29,692 rows |
72
- | **Test split** | 7,423 rows |
73
- | **Geographic scope** | COD |
74
- | **Publisher** | HDX |
75
- | **HDX last updated** | 2026-02-24 |
76
-
77
- ---
78
-
79
- ## Variables
80
-
81
- **Geographic** `iso_time`, `lat` (range -43.7–19.0), `lon` (range 11.3–119.1).
82
-
83
- **Outcome / Measurement** `number` (range 1.0–145.0).
84
-
85
- **Identifier / Metadata** — `sid` (2023036S12117, 2000032S11116, 1951008S07074), `esa_source` (HDX), `esa_processed` (2026-04-05).
86
-
87
- **Other** — `basin` (South Indian, North India, ), `subbasin` (Missing, Arabian Sea, Western Australia), `nature` (Tropical, Not reported, Mixture(contradicting report from different agencies)), `wmo_wind` ( , 25, 20), `wmo_pres` ( , 1000, 1002).
88
-
89
- ---
90
-
91
- ## Quick Start
92
 
93
  ```python
94
  from datasets import load_dataset
95
 
96
- ds = load_dataset("electricsheepafrica/africa-cod-ibtracs-tropical-storm-tracks")
97
- train = ds["train"].to_pandas()
98
- test = ds["test"].to_pandas()
99
 
100
- print(train.shape)
101
- train.head()
 
 
102
  ```
103
 
104
- ---
105
-
106
- ## Schema
107
-
108
- | Column | Type | Null % | Range / Sample Values |
109
- |---|---|---|---|
110
- | `sid` | object | 0.0% | 2023036S12117, 2000032S11116, 1951008S07074 |
111
- | `number` | float64 | 0.0% | 1.0 – 145.0 (mean 29.692) |
112
- | `basin` | object | 0.0% | South Indian, North India, |
113
- | `subbasin` | object | 0.0% | Missing, Arabian Sea, Western Australia |
114
- | `iso_time` | datetime64[ns] | 0.0% | |
115
- | `nature` | object | 0.0% | Tropical, Not reported, Mixture(contradicting report from different agencies) |
116
- | `lat` | float64 | 0.0% | -43.7 – 19.0 (mean -17.7825) |
117
- | `lon` | float64 | 0.0% | 11.3 – 119.1 (mean 50.6742) |
118
- | `wmo_wind` | object | 0.0% | , 25, 20 |
119
- | `wmo_pres` | object | 0.0% | , 1000, 1002 |
120
- | `esa_source` | object | 0.0% | HDX |
121
- | `esa_processed` | object | 0.0% | 2026-04-05 |
122
-
123
- ---
124
 
125
- ## Numeric Summary
 
126
 
127
- | Column | Min | Max | Mean | Median |
128
- |---|---|---|---|---|
129
- | `number` | 1.0 | 145.0 | 29.692 | 13.0 |
130
- | `lat` | -43.7 | 19.0 | -17.7825 | -17.7 |
131
- | `lon` | 11.3 | 119.1 | 50.6742 | 48.7 |
132
 
133
- ---
134
 
135
- ## Curation
 
 
 
136
 
137
- Raw data was downloaded from HDX via the CKAN API and converted to Parquet. Column names were lowercased and standardised to snake_case. Common missing-value markers (`N/A`, `null`, `none`, `-`, `unknown`, `no data`, `#N/A`) were unified to `NaN`. 4 column(s) were cast from string to numeric or datetime based on parse-success rate (>85% threshold). The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet.
138
 
139
- ---
 
 
 
 
140
 
141
- ## Limitations
142
 
143
- - Data originates from HDX and has not been independently validated by ESA.
144
- - Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
145
- - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/cod-ibtracs-tropical-storm-tracks) for the publisher's own methodology notes and caveats.
146
-
147
- ---
148
 
149
  ## Citation
150
 
151
  ```bibtex
152
- @dataset{hdx_africa_cod_ibtracs_tropical_storm_tracks,
153
- title = {Democratic Republic of the Congo: IBTrACS Storm Tracks},
154
- author = {HDX},
155
- year = {2026},
156
- url = {https://data.humdata.org/dataset/cod-ibtracs-tropical-storm-tracks},
157
- note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
 
158
  }
159
  ```
160
 
 
 
 
 
 
 
 
 
 
 
161
  ---
162
 
163
- *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) Africa's ML dataset infrastructure. Lagos, Nigeria.*
 
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
+ - "africa"
13
+ - "electric-sheep-africa"
14
+ - "open-data"
15
+ - "metadata-backed"
16
+ - "climate-environment"
17
+ - "parquet"
18
+ - "tabular"
19
+ - "text"
20
+ - "humanitarian"
21
+ - "hdx"
22
+ - "cyclones-hurricanes-typhoons"
23
+ - "hxl"
24
+ - "cod"
25
+ - "climate"
26
+ pretty_name: "Democratic Republic of the Congo: IBTrACS Storm Tracks | Africa (original)"
27
  ---
28
 
29
+ # Democratic Republic of the Congo: IBTrACS Storm Tracks | Africa (original)
30
 
31
+ **Size category:** `10K<n<100K` - **Formats:** `parquet` - **Sector:** climate_environment - *Engineered by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)*
32
 
33
+ ![size](https://img.shields.io/badge/size-10K%3Cn%3C100K-blue)
34
+ ![sector](https://img.shields.io/badge/sector-climate_environment-green)
35
+ ![downloads](https://img.shields.io/badge/HF_downloads-38-orange)
36
+ ![license](https://img.shields.io/badge/license-cc--by--4.0-lightgrey)
37
 
38
+ ## TL;DR
39
 
40
+ This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context.
 
 
 
 
 
 
 
 
 
 
 
 
41
 
42
+ ## What This Dataset Covers
43
 
44
+ Public datasets help analysts inspect structured evidence, build reproducible workflows, and compare patterns across domains.
45
 
46
+ Dataset context from the existing Hugging Face card: Democratic Republic of the Congo: IBTrACS Storm Tracks Publisher: HDX · Source: HDX · License: cc-by-igo · Updated: 2026-02-24 Abstract The International Best Track Archive for Climate Stewardship (IBTrACS) project is the most complete global collection of tropical cyclones available. It merges recent and historical tropical cyclone data from multiple agencies to create a unified, publicly available, best-track dataset that improves inter-agency comparisons. Fields… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-cod-ibtracs-tropical-storm-tracks.
47
 
48
+ ## Dataset Profile
49
 
50
+ | Field | Value |
51
  |---|---|
52
+ | Hugging Face repo | [`electricsheepafrica/africa-cod-ibtracs-tropical-storm-tracks`](https://huggingface.co/datasets/electricsheepafrica/africa-cod-ibtracs-tropical-storm-tracks) |
53
+ | Sector | climate_environment |
54
+ | Topic tags | humanitarian, hdx, electric-sheep-africa, cyclones-hurricanes-typhoons, hxl, cod |
55
+ | Modalities | `tabular`, `text` |
56
+ | Formats | `parquet` |
57
+ | Size category | `10K<n<100K` |
58
+ | Countries | Democratic Republic of the Congo |
59
+ | ISO3 coverage | `COD` |
60
+ | Last modified on HF | `2026-04-05 21:40:22+00:00` |
61
+ | Inventory snapshot | `2026-07-16T16:00:34Z` |
62
+
63
+ ## How To Read This Dataset
64
+
65
+ - Start from the repository files and the dataset viewer when available.
66
+ - Treat the README context as a fast orientation layer; confirm variable definitions and units in the data files before modeling.
67
+ - Use explicit country columns when present. When geography is only implied by the title or source metadata, document that assumption in downstream analysis.
68
+ - Preserve missing values until you have a defensible imputation rule.
69
+
70
+ ## Usage
 
 
 
 
 
 
71
 
72
  ```python
73
  from datasets import load_dataset
74
 
75
+ ds = load_dataset("electricsheepafrica/africa-cod-ibtracs-tropical-storm-tracks")
76
+ print(ds)
 
77
 
78
+ split_name = next(iter(ds))
79
+ table = ds[split_name]
80
+ print(table.features)
81
+ print(table[:3])
82
  ```
83
 
84
+ ### Convert To Pandas When Tabular
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
 
86
+ ```python
87
+ from datasets import Dataset
88
 
89
+ first_split = ds[next(iter(ds))]
90
+ if isinstance(first_split, Dataset):
91
+ df = first_split.to_pandas()
92
+ print(df.head())
93
+ ```
94
 
95
+ ## Data Quality Notes
96
 
97
+ - This card was standardized from the Electric Sheep Africa Hugging Face metadata inventory.
98
+ - Exact schema, row counts, and source files should be inspected in the repository data files.
99
+ - Metadata gaps from the inventory: upstream_publisher.
100
+ - Do not infer policy meaning from labels alone; confirm definitions, units, and methods in the source material.
101
 
102
+ ## Source And Provenance
103
 
104
+ - **Source context:** original
105
+ - **Publisher/source attribution:** original
106
+ - **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
107
+ - **Hugging Face URL:** [https://huggingface.co/datasets/electricsheepafrica/africa-cod-ibtracs-tropical-storm-tracks](https://huggingface.co/datasets/electricsheepafrica/africa-cod-ibtracs-tropical-storm-tracks)
108
+ - **Inventory retrieved at:** `2026-07-16T16:00:34Z`
109
 
110
+ ## Suggested Analyses
111
 
112
+ - Inspect schema and missingness before modeling.
113
+ - Profile variables by geography, time, and subgroup columns where present.
114
+ - Join with other Electric Sheep Africa datasets using explicit country, year, and indicator fields when available.
115
+ - Build reproducible notebooks that cite both the original source context and the Electric Sheep Africa Hugging Face repo.
 
116
 
117
  ## Citation
118
 
119
  ```bibtex
120
+ @misc{electric_sheep_africa_africa_cod_ibtracs_tropical_storm_tracks_2026,
121
+ title = {Democratic Republic of the Congo: IBTrACS Storm Tracks | Africa (original)},
122
+ author = {original},
123
+ year = {2026},
124
+ url = {https://huggingface.co/datasets/electricsheepafrica/africa-cod-ibtracs-tropical-storm-tracks},
125
+ publisher = {Hugging Face Datasets, engineered by Electric Sheep Africa},
126
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-cod-ibtracs-tropical-storm-tracks}}
127
  }
128
  ```
129
 
130
+ ## License
131
+
132
+ Released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
133
+
134
+ Original source rights remain with the original publisher or data provider. Electric Sheep Africa engineering standardizes discovery metadata, documentation, and usage guidance for analysis on Hugging Face.
135
+
136
+ ## About Electric Sheep Africa
137
+
138
+ Electric Sheep Africa publishes ML-ready African public datasets on Hugging Face.
139
+
140
  ---
141
 
142
+ Provenance: metadata-backed README standardized 2026-08-12 by the Electric Sheep Africa README system. Inventory source: `catalog/esa_metadata_inventory/master_metadata.jsonl`.