Datasets:
Standardize Electric Sheep Africa dataset card
Browse files
README.md
CHANGED
|
@@ -1,163 +1,142 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
- no-annotation
|
| 4 |
-
language_creators:
|
| 5 |
-
- found
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
-
|
|
|
|
| 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 |
-
-
|
| 21 |
-
-
|
| 22 |
-
-
|
| 23 |
-
-
|
| 24 |
-
-
|
| 25 |
-
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
|
|
|
| 33 |
---
|
| 34 |
|
| 35 |
-
# Democratic Republic of the Congo: IBTrACS Storm Tracks
|
| 36 |
|
| 37 |
-
**
|
| 38 |
|
| 39 |
-
--
|
|
|
|
|
|
|
|
|
|
| 40 |
|
| 41 |
-
##
|
| 42 |
|
| 43 |
-
|
| 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 |
-
|
| 58 |
|
| 59 |
-
|
| 60 |
|
| 61 |
-
---
|
| 62 |
|
| 63 |
-
## Dataset
|
| 64 |
|
| 65 |
-
| | |
|
| 66 |
|---|---|
|
| 67 |
-
|
|
| 68 |
-
|
|
| 69 |
-
|
|
| 70 |
-
|
|
| 71 |
-
|
|
| 72 |
-
|
|
| 73 |
-
|
|
| 74 |
-
|
|
| 75 |
-
|
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 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
|
| 97 |
-
|
| 98 |
-
test = ds["test"].to_pandas()
|
| 99 |
|
| 100 |
-
|
| 101 |
-
|
|
|
|
|
|
|
| 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 |
-
|
|
|
|
| 126 |
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
|
| 133 |
-
|
| 134 |
|
| 135 |
-
|
|
|
|
|
|
|
|
|
|
| 136 |
|
| 137 |
-
|
| 138 |
|
| 139 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 140 |
|
| 141 |
-
##
|
| 142 |
|
| 143 |
-
-
|
| 144 |
-
-
|
| 145 |
-
-
|
| 146 |
-
|
| 147 |
-
---
|
| 148 |
|
| 149 |
## Citation
|
| 150 |
|
| 151 |
```bibtex
|
| 152 |
-
@
|
| 153 |
-
title
|
| 154 |
-
author
|
| 155 |
-
year
|
| 156 |
-
url
|
| 157 |
-
|
|
|
|
| 158 |
}
|
| 159 |
```
|
| 160 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 161 |
---
|
| 162 |
|
| 163 |
-
|
|
|
|
| 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 |
+

|
| 34 |
+

|
| 35 |
+

|
| 36 |
+

|
| 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`.
|