Datasets:
Formats:
parquet
Languages:
English
Size:
1K - 10K
Tags:
remote-sensing
carbon-flux
time-series
earth-system-science
knowledge-guided-machine-learning
process-based-modeling
Upload README.md
Browse files- GlobalMask/README.md +29 -0
GlobalMask/README.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# GlobalMask
|
| 2 |
+
|
| 3 |
+
The released GlobalMask dataset is divided into fixed training and testing
|
| 4 |
+
splits. Both files contain the same arrays and dimensions, but differ in the
|
| 5 |
+
number of global grid-cell samples.
|
| 6 |
+
|
| 7 |
+
| Split | Samples | File |
|
| 8 |
+
|---|---:|---|
|
| 9 |
+
| Training | 3373 | `train/GlobalMask_train.npz` |
|
| 10 |
+
| Testing | 852 | `test/GlobalMask_test.npz` |
|
| 11 |
+
|
| 12 |
+
## Variables
|
| 13 |
+
|
| 14 |
+
- `ed_simulation_x` — monthly ED input features
|
| 15 |
+
- `ed_simulation_y` — age-specific ED simulation targets
|
| 16 |
+
- `ed_simulation_pft_bl` — annual age-specific ED broadleaf PFT fractions
|
| 17 |
+
- `ed_simulation_pft_nl` — annual age-specific ED needleleaf PFT fractions
|
| 18 |
+
- `ed_simulation_pft_gs` — annual age-specific ED grass-and-shrub PFT fractions
|
| 19 |
+
- `lidar_age_weight_fraction` — LiDAR-derived forest-age fractions
|
| 20 |
+
- `esa_cci_bl_fraction` — annual ESA CCI broadleaf PFT fractions
|
| 21 |
+
- `esa_cci_nl_fraction` — annual ESA CCI needleleaf PFT fractions
|
| 22 |
+
- `esa_cci_gs_fraction` — annual ESA CCI grass-and-shrub PFT fractions
|
| 23 |
+
|
| 24 |
+
All released arrays use sample-first orientation.
|
| 25 |
+
|
| 26 |
+
Detailed dimensions and normalization statistics are provided in:
|
| 27 |
+
|
| 28 |
+
- `../metadata/dimension_definitions.md`
|
| 29 |
+
- `../metadata/normalization_statistics.npz`
|