Kossiesa commited on
Commit
8b1459b
·
verified ·
1 Parent(s): 53723cc

Add ML-ready official indicator dataset

Browse files
README.md ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ language:
4
+ - en
5
+ task_categories:
6
+ - tabular-regression
7
+ - time-series-forecasting
8
+ multilinguality: monolingual
9
+ size_categories:
10
+ - n<1K
11
+ tags:
12
+ - tabular
13
+ - csv
14
+ - africa
15
+ - tunisia
16
+ - official-statistics
17
+ - open-data
18
+ pretty_name: "Station Climatique [Zaghouan Oued Sbaihia] DGACTA | Africa (Tunisia official open data)"
19
+ ---
20
+
21
+ # Station Climatique [Zaghouan Oued Sbaihia] DGACTA | Africa (Tunisia official open data)
22
+
23
+ 42 rows - 1 Africa country - 2026 - Repackaged by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)
24
+
25
+ ![rows](https://img.shields.io/badge/rows-42-blue)
26
+ ![countries](https://img.shields.io/badge/countries-1-green)
27
+ ![years](https://img.shields.io/badge/years-2026-orange)
28
+ ![indicators](https://img.shields.io/badge/indicators-1-purple)
29
+ ![license](https://img.shields.io/badge/license-other-lightgrey)
30
+
31
+ ## TL;DR
32
+
33
+ This dataset packages one official `CSV` resource from **Tunisia** as
34
+ ML-ready Parquet. The source file is the provenance boundary; all usable
35
+ indicators or tabular columns from the resource stay together in this repo.
36
+
37
+ ## About the source
38
+
39
+ - **Source:** [Station Climatique [Zaghouan Oued Sbaihia] DGACTA](https://catalog.data.gov.tn/dataset/station-climatique-zaghouan-oued-sbaihia-dgacta)
40
+ - **Publisher:** Ministère de l'Agriculture, des Ressources Hydrauliques et de la Pêche
41
+ - **Resource:** [Capteur d'humidité du sol à 30 cm de la station climatique](https://catalog.agridata.tn/dataset/3ded8d73-2c17-45f9-9bfd-3b8e6422317c/resource/f36e6afc-3dae-4dc8-9eea-36e3f7b362af/download/ac_n1s050u_capteur-dhumidite-du-sol-a-30-cm-de-la-station-climatique.csv)
42
+ - **Format:** `CSV`
43
+ - **License:** [Licence Nationale de Données Publiques Ouvertes](https://data.gov.tn/fr/licences-de-r%C3%A9utilisation-des-donn%C3%A9es-publiques-ouvertes/licence-nationale-de-donn%C3%A9es-publiques-ouvertes/)
44
+ - **Packaging mode:** `indicator_long`
45
+
46
+ ## Geographic coverage
47
+
48
+ 1 Africa country:
49
+
50
+ | Country | Rows | First year | Last year | Name |
51
+ |---------|-----:|-----------:|----------:|------|
52
+ | `TUN` | 42 | 2026 | 2026 | `Tunisia` |
53
+
54
+ ## Indicators or Resource Contents
55
+
56
+ - `station-climatique-zaghouan-oued-sbaihia-dgacta-486ba8d3` - Station Climatique [Zaghouan Oued Sbaihia] DGACTA
57
+
58
+ ## Schema
59
+
60
+ | Column | Type | Description | Example |
61
+ |--------|------|-------------|---------|
62
+ | `indicator_id` | `string` | Stable indicator identifier. | `station-climatique-zaghouan-oued-sbaihia-dgacta-486ba8d3` |
63
+ | `indicator_name` | `string` | Human-readable indicator name. | `Station Climatique [Zaghouan Oued Sbaihia] DGACTA` |
64
+ | `country_iso3` | `string` | ISO3 country code. | `TUN` |
65
+ | `country_name` | `string` | Country name. | `Tunisia` |
66
+ | `year` | `Int64` | Observation year. | `2026` |
67
+ | `value` | `float64` | Numeric observation value. | `11.4` |
68
+ | `unit` | `string` | Measurement unit, when available. | `source_units_unspecified` |
69
+ | `dimension_nom_ar` | `string` | Source dimension. | `Température` |
70
+ | `dimension_nom_fr` | `string` | Source dimension. | `Température` |
71
+ | `dimension_unite` | `string` | Source dimension. | `°C` |
72
+ | `source_period_start_year` | `Int64` | First year inferred from source resource metadata. | `` |
73
+ | `source_period_end_year` | `Int64` | Last year inferred from source resource metadata. | `` |
74
+ | `source_period_label` | `string` | Human-readable period inferred from source resource metadata. | `` |
75
+ | `source_provider` | `string` | Publishing organization. | `Ministère de l'Agriculture, des Ressources Hydrauliques et de la Pêche` |
76
+ | `source_dataset` | `string` | Source package title. | `Station Climatique [Zaghouan Oued Sbaihia] DGACTA` |
77
+ | `source_resource` | `string` | Source resource title. | `Capteur d'humidité du sol à 30 cm de la station climatique` |
78
+ | `source_package_id` | `string` | CKAN package UUID. | `5df03ac6-2e8a-4dd9-b394-e183d4cae42e` |
79
+ | `source_resource_id` | `string` | CKAN resource UUID. | `767c5b2a-c065-4df7-8ad7-5146769345ec` |
80
+ | `source_url` | `string` | Original source resource URL. | `https://catalog.agridata.tn/dataset/3ded8d73-2c17-45f9-9bfd-3b8e6422317c` |
81
+ | `license_id` | `string` | Source license identifier. | `licence-nationale-de-données-publiques-ouvertes` |
82
+ | `retrieved_at` | `string` | UTC retrieval timestamp. | `2026-07-18T23:08:36Z` |
83
+
84
+ ## Usage
85
+
86
+ ```python
87
+ from datasets import load_dataset
88
+
89
+ ds = load_dataset("electricsheepafrica/africa-tunisia-station-climatique-zaghouan-oued-sbaihia-dgacta-af3e47d1")
90
+ df = ds["train"].to_pandas()
91
+ print(df.head())
92
+ ```
93
+
94
+ ### Filter to one country
95
+
96
+ ```python
97
+ sample_country = df[df["country_iso3"] == "TUN"]
98
+ ```
99
+
100
+ ### Work with indicators
101
+
102
+ ```python
103
+ if "indicator_id" in df.columns:
104
+ print(df["indicator_id"].value_counts().head())
105
+ sample = df.sort_values([c for c in ["indicator_id", "year"] if c in df.columns])
106
+ ```
107
+
108
+ ## Citation
109
+
110
+ ```bibtex
111
+ @misc{electric_sheep_africa_africa_tunisia_station_climatique_zaghouan_oued_sbaihia_dgacta_af3e47d1_2026,
112
+ title = {Station Climatique [Zaghouan Oued Sbaihia] DGACTA | Africa (Tunisia official open data)},
113
+ author = {Ministère de l'Agriculture, des Ressources Hydrauliques et de la Pêche},
114
+ year = {2026},
115
+ url = {https://catalog.data.gov.tn/dataset/station-climatique-zaghouan-oued-sbaihia-dgacta},
116
+ publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
117
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-tunisia-station-climatique-zaghouan-oued-sbaihia-dgacta-af3e47d1}}
118
+ }
119
+ ```
120
+
121
+ ## License
122
+
123
+ Released under [Licence Nationale de Données Publiques Ouvertes](https://data.gov.tn/fr/licences-de-r%C3%A9utilisation-des-donn%C3%A9es-publiques-ouvertes/licence-nationale-de-donn%C3%A9es-publiques-ouvertes/).
124
+
125
+ Original data (c) Ministère de l'Agriculture, des Ressources Hydrauliques et de la Pêche. When using this dataset, please cite both the
126
+ original source above and the Electric Sheep Africa repackaging.
127
+
128
+ ## About Electric Sheep
129
+
130
+ Electric Sheep Africa is part of the Electric Sheep mission: a unified,
131
+ ML-ready data layer for Africa on Hugging Face. We pull data from authoritative
132
+ open sources, normalize the schemas, package as Parquet, and publish with
133
+ consistent dataset cards so researchers and developers can use `load_dataset()`
134
+ to start working in seconds.
135
+
136
+ Browse the full collection: [huggingface.co/electricsheepafrica](https://huggingface.co/electricsheepafrica)
137
+
138
+ ---
139
+
140
+ Provenance: ingested 2026-07-19 via the Electric Sheep pipeline. Source URL:
141
+ https://catalog.agridata.tn/dataset/3ded8d73-2c17-45f9-9bfd-3b8e6422317c/resource/f36e6afc-3dae-4dc8-9eea-36e3f7b362af/download/ac_n1s050u_capteur-dhumidite-du-sol-a-30-cm-de-la-station-climatique.csv
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72187c8860a87ca3ea7ed3ee4b9ed2e6752f189dc3cd0f3f4f1977ef794ef2db
3
+ size 16110
metadata/source_snapshot.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "columns": [
3
+ "indicator_id",
4
+ "indicator_name",
5
+ "country_iso3",
6
+ "country_name",
7
+ "year",
8
+ "value",
9
+ "unit",
10
+ "dimension_nom_ar",
11
+ "dimension_nom_fr",
12
+ "dimension_unite",
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-07-18T23:09:08Z",
26
+ "indicator_count": 1,
27
+ "mode": "indicator_long",
28
+ "repo_id": "electricsheepafrica/africa-tunisia-station-climatique-zaghouan-oued-sbaihia-dgacta-af3e47d1",
29
+ "rows": 42,
30
+ "source": {
31
+ "api_base_url": "https://catalog.data.gov.tn",
32
+ "country_iso3": "TUN",
33
+ "country_name": "Tunisia",
34
+ "group_names": "agriculture-ressources-hydrauliques-et-peche-maritime",
35
+ "license_id": "licence-nationale-de-données-publiques-ouvertes",
36
+ "license_title": "Licence Nationale de Données Publiques Ouvertes",
37
+ "license_url": "https://data.gov.tn/fr/licences-de-r%C3%A9utilisation-des-donn%C3%A9es-publiques-ouvertes/licence-nationale-de-donn%C3%A9es-publiques-ouvertes/",
38
+ "organization_id": "abe24c35-bc70-4835-9cca-429eaa9a7e37",
39
+ "organization_name": "ministere-de-l-agriculture-des-ressources-hydrauliques-et-de-la-peche",
40
+ "organization_title": "Ministère de l'Agriculture, des Ressources Hydrauliques et de la Pêche",
41
+ "package_author": "DGACTA",
42
+ "package_id": "5df03ac6-2e8a-4dd9-b394-e183d4cae42e",
43
+ "package_maintainer": "Onagri",
44
+ "package_metadata_created": "2025-04-25T15:30:07.955095",
45
+ "package_metadata_modified": "2026-07-16T01:34:22.355789",
46
+ "package_name": "station-climatique-zaghouan-oued-sbaihia-dgacta",
47
+ "package_notes": "Ce jeu de données contient les observations météorologiques enregistrées toutes les 15 minutes par la station climatique de la station Climatique \"Zaghouan Oued Sbaihia\", incluant la température, l’humidité relative, la vitesse et direction du vent, la pression atmosphérique et la pluviométrie. Le propriétaire de la station est la Direction Générale de l'Aménagement et de la Conservations des Terres Agricoles (DGACTA).",
48
+ "package_page_url": "https://catalog.data.gov.tn/dataset/station-climatique-zaghouan-oued-sbaihia-dgacta",
49
+ "package_private": "False",
50
+ "package_state": "active",
51
+ "package_title": "Station Climatique [Zaghouan Oued Sbaihia] DGACTA",
52
+ "package_version": "",
53
+ "portal_url": "https://catalog.data.gov.tn",
54
+ "resource_created": "2025-04-25T15:30:07.957406",
55
+ "resource_datastore_active": "True",
56
+ "resource_description": "Données de Capteur d'humidité du sol à 30 cm de la station climatique",
57
+ "resource_format": "CSV",
58
+ "resource_hash": "",
59
+ "resource_id": "767c5b2a-c065-4df7-8ad7-5146769345ec",
60
+ "resource_last_modified": "",
61
+ "resource_mimetype": "text/csv",
62
+ "resource_name": "Capteur d'humidité du sol à 30 cm de la station climatique",
63
+ "resource_position": "5",
64
+ "resource_size": "",
65
+ "resource_state": "active",
66
+ "resource_url": "https://catalog.agridata.tn/dataset/3ded8d73-2c17-45f9-9bfd-3b8e6422317c/resource/f36e6afc-3dae-4dc8-9eea-36e3f7b362af/download/ac_n1s050u_capteur-dhumidite-du-sol-a-30-cm-de-la-station-climatique.csv",
67
+ "retrieved_at": "2026-07-18T23:01:29Z",
68
+ "tag_names": "climatique; station; محطة; مناخية"
69
+ },
70
+ "year_max": 2026,
71
+ "year_min": 2026
72
+ }