deinal commited on
Commit
2811be7
·
verified ·
1 Parent(s): ccaf001

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # Dataset for Accurate Mediterranean Sea Forecasting via Graph-based Deep Learning
6
+
7
+ This repo contains the dataset to get started with SeaCast and reproduce published results.
8
+
9
+ The file structure is as follows:
10
+
11
+ ```
12
+ model_weights/
13
+ graphs/
14
+ data/
15
+ └── mediterranean/
16
+ └── samples/
17
+ ├── test/
18
+ ├── train/ (*202310* files)
19
+ └── val/ (*202403* files)
20
+ ├── observations/
21
+ ├── metrics/
22
+ └── static/
23
+ ```
24
+
25
+ where the folders contain:
26
+
27
+ - `model_weights`: SeaCast model weights
28
+ - `graphs`: hierarchical graphs for the Mediterranean Sea
29
+ - `test`: test set from July to December 2024
30
+ - `train`: training subset from October 2023
31
+ - `val`: validation subset from March 2024
32
+ - `observations`: satellite and in-situ measurements for evaluation
33
+ - `metrics`: precalculated metrics
34
+ - `static`: static data to run SeaCast