xairon commited on
Commit
24f3787
·
verified ·
1 Parent(s): 526d826

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - time-series-classification
5
+ - feature-extraction
6
+ language:
7
+ - fr
8
+ tags:
9
+ - groundwater
10
+ - piezometry
11
+ - time-series
12
+ - embedding
13
+ - hydrology
14
+ - ERA5
15
+ - BRGM
16
+ size_categories:
17
+ - 1M<n<10M
18
+ ---
19
+
20
+ # Piezometric Embedding Benchmark Dataset
21
+
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
28
+ methods for piezometric groundwater stations. It contains:
29
+
30
+ - **Station metadata** (4210 stations): coordinates, hydrogeological labels (milieu_eh),
31
+ department, altitude, and derived statistics
32
+ - **Univariate daily series** (2000 stations, ~10.6M rows): groundwater level (niveau_nappe_eau)
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)
39
+ - Climate data: [ERA5 reanalysis](https://doi.org/10.1002/qj.3803) (Hersbach et al., 2020)
40
+ - Labels: [BDLISA](https://bdlisa.eaufrance.fr/) hydrogeological environments
41
+
42
+ ## Usage
43
+
44
+
45
+
46
+ ## Associated Repository
47
+
48
+ Full benchmark code, trained models, and analysis notebooks:
49
+ https://scm.univ-tours.fr/ringuet/aida_embedding_benchmark
50
+
51
+ ## Citation
52
+
53
+