File size: 5,684 Bytes
433ef31
e10be46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
433ef31
 
e10be46
 
 
 
433ef31
e10be46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
---
annotations_creators:
- no-annotation
language_creators:
- found
language:
- en
license: cc-by-4.0
multilinguality:
- monolingual
size_categories:
- 10K<n<100K
source_datasets:
- original
task_categories:
- other
task_ids: []
tags:
- africa
- humanitarian
- hdx
- electric-sheep-africa
- cyclones-hurricanes-typhoons
- hxl
- com
pretty_name: "Comoros: IBTrACS Storm Tracks"
dataset_info:
  splits:
    - name: train
      num_examples: 69812
    - name: test
      num_examples: 17453
---

# Comoros: IBTrACS Storm Tracks

**Publisher:** HDX · **Source:** [HDX](https://data.humdata.org/dataset/com-ibtracs-tropical-storm-tracks) · **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 available:   
 SID: A unique storm identifier (SID) assigned by IBTrACS algorithm.  
 ISO_TIME: Time of the observation in ISO format (YYYY-MM-DD hh:mm:ss)   
 BASIN: Basin of the current storm position   
 SUBBASIN: Sub-basin of the current storm position   
 NATURE: Type of storm (a combination of the various types from the available sources)   
 NUMBER: Number of the storm for the year (restarts at 1 for each year   
 LAT: Mean position - latitude (a combination of the available positions)   
 LON: Mean position - longitude (a combination of the available positions)   
 WMO_WIND: Maximum sustained wind speed assigned by the responsible WMO agency   
 WMO_PRES: Minimum central pressure assigned by the responsible WMO agency.

Each row in this dataset represents geolocated point observations. Temporal coverage is indicated by the `iso_time` column(s). Geographic scope: **COM**.

*Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).*

---

## Dataset Characteristics

| | |
|---|---|
| **Domain** | Climate and environment |
| **Unit of observation** | Geolocated point observations |
| **Rows (total)** | 87,266 |
| **Columns** | 12 (3 numeric, 8 categorical, 1 datetime) |
| **Train split** | 69,812 rows |
| **Test split** | 17,453 rows |
| **Geographic scope** | COM |
| **Publisher** | HDX |
| **HDX last updated** | 2026-02-24 |

---

## Variables

**Geographic**`iso_time`, `lat` (range -47.4–8.7), `lon` (range 11.3–119.3).

**Outcome / Measurement**`number` (range 1.0–145.0).

**Identifier / Metadata**`sid` (1997013S08101, 2023036S12117, 2000032S11116), `esa_source` (HDX), `esa_processed` (2026-04-06).

**Other**`basin` (South Indian, North India,  ), `subbasin` (Missing, Western Australia, Arabian Sea), `nature` (Tropical, Not reported, Mixture(contradicting report from different agencies)), `wmo_wind` ( , 25, 20), `wmo_pres` ( , 1000, 997).

---

## Quick Start

```python
from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/africa-com-ibtracs-tropical-storm-tracks")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()
```

---

## Schema

| Column | Type | Null % | Range / Sample Values |
|---|---|---|---|
| `sid` | object | 0.0% | 1997013S08101, 2023036S12117, 2000032S11116 |
| `number` | float64 | 0.0% | 1.0 – 145.0 (mean 27.2034) |
| `basin` | object | 0.0% | South Indian, North India,   |
| `subbasin` | object | 0.0% | Missing, Western Australia, Arabian Sea |
| `iso_time` | datetime64[ns] | 0.0% |  |
| `nature` | object | 0.0% | Tropical, Not reported, Mixture(contradicting report from different agencies) |
| `lat` | float64 | 0.0% | -47.4 – 8.7 (mean -18.3376) |
| `lon` | float64 | 0.0% | 11.3 – 119.3 (mean 57.4127) |
| `wmo_wind` | object | 0.0% |  , 25, 20 |
| `wmo_pres` | object | 0.0% |  , 1000, 997 |
| `esa_source` | object | 0.0% | HDX |
| `esa_processed` | object | 0.0% | 2026-04-06 |

---

## Numeric Summary

| Column | Min | Max | Mean | Median |
|---|---|---|---|---|
| `number` | 1.0 | 145.0 | 27.2034 | 12.0 |
| `lat` | -47.4 | 8.7 | -18.3376 | -17.8 |
| `lon` | 11.3 | 119.3 | 57.4127 | 56.8 |

---

## Curation

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.

---

## Limitations

- Data originates from HDX and has not been independently validated by ESA.
- Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
- Refer to the [original HDX dataset page](https://data.humdata.org/dataset/com-ibtracs-tropical-storm-tracks) for the publisher's own methodology notes and caveats.

---

## Citation

```bibtex
@dataset{hdx_africa_com_ibtracs_tropical_storm_tracks,
  title     = {Comoros: IBTrACS Storm Tracks},
  author    = {HDX},
  year      = {2026},
  url       = {https://data.humdata.org/dataset/com-ibtracs-tropical-storm-tracks},
  note      = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
}
```

---

*[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.*