xairon commited on
Commit
9e15dfe
·
verified ·
1 Parent(s): 9452f65

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -1,8 +1,9 @@
1
  ---
2
  license: apache-2.0
3
  task_categories:
4
- - time-series-classification
5
  - feature-extraction
 
6
  language:
7
  - fr
8
  tags:
@@ -22,6 +23,13 @@ size_categories:
22
  Daily groundwater level time series from ~4200 French monitoring stations,
23
  with ERA5 climate covariates and hydrogeological labels.
24
 
 
 
 
 
 
 
 
25
  ## Dataset Description
26
 
27
  This dataset supports the comparative evaluation of time series embedding
@@ -33,6 +41,14 @@ methods for piezometric groundwater stations. It contains:
33
  - **Multivariate daily series** (2000 stations, ~10.6M rows): groundwater level +
34
  3 ERA5 covariates (temperature_2m, total_precipitation, potential_evaporation)
35
 
 
 
 
 
 
 
 
 
36
  ## Source
37
 
38
  - Groundwater data: [BRGM HubEau API](https://hubeau.eaufrance.fr/page/api-piezometrie)
 
1
  ---
2
  license: apache-2.0
3
  task_categories:
4
+ - time-series-forecasting
5
  - feature-extraction
6
+ - tabular-classification
7
  language:
8
  - fr
9
  tags:
 
23
  Daily groundwater level time series from ~4200 French monitoring stations,
24
  with ERA5 climate covariates and hydrogeological labels.
25
 
26
+ ## Notebooks
27
+
28
+ | Notebook | Description |
29
+ |----------|-------------|
30
+ | [01_data_exploration.ipynb](notebooks/01_data_exploration.ipynb) | Dataset overview, label distributions, geographic maps, time series examples |
31
+ | [02_benchmark_analysis.ipynb](notebooks/02_benchmark_analysis.ipynb) | Encoder comparison, whitening effect, uni vs multi, ranking |
32
+
33
  ## Dataset Description
34
 
35
  This dataset supports the comparative evaluation of time series embedding
 
41
  - **Multivariate daily series** (2000 stations, ~10.6M rows): groundwater level +
42
  3 ERA5 covariates (temperature_2m, total_precipitation, potential_evaporation)
43
 
44
+ ## Files
45
+
46
+ | File | Rows | Size | Description |
47
+ |------|------|------|-------------|
48
+ | data/station_metadata.parquet | 4,210 | 258 KB | Station coordinates, labels, properties |
49
+ | data/piezo_daily_uni.parquet | 10.6M | 38 MB | Univariate daily groundwater level |
50
+ | data/piezo_daily_multi.parquet | 10.6M | 119 MB | Multivariate (level + 3 ERA5 covariates) |
51
+
52
  ## Source
53
 
54
  - Groundwater data: [BRGM HubEau API](https://hubeau.eaufrance.fr/page/api-piezometrie)