shuoxu2018 commited on
Commit
094d608
·
verified ·
1 Parent(s): dd71a3e

Upload 4 files

Browse files
metadata/dimension_definitions(8).md ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dimension definitions
2
+
3
+ This document defines the dimensions and array orientations used in the
4
+ released DERE dataset.
5
+
6
+ ## Temporal prediction setup
7
+
8
+ The complete ED target sequence spans 29 calendar years from 1992 to 2020.
9
+
10
+ The ED target values from December 1992 are used once as the initial state.
11
+ Together with the monthly input features from the following 28 years, this
12
+ initial state is used to predict the ED target variables for every month of
13
+ the following 28 years.
14
+
15
+ The model performs prediction over 336 monthly time steps:
16
+
17
+ ```text
18
+ 28 years × 12 months = 336 monthly prediction steps
19
+ ```
20
+
21
+ The temporal relationship is:
22
+
23
+ ```text
24
+ Initial state:
25
+ ed_simulation_y from the final month of the first year
26
+
27
+ Inputs:
28
+ ed_simulation_x from every month of the following 28 years
29
+
30
+ Prediction targets:
31
+ ed_simulation_y from every month of the following 28 years
32
+ ```
33
+
34
+ ## Core dimensions
35
+
36
+ | Dimension | Meaning |
37
+ |---|---|
38
+ | `sample` | A sampled global grid cell or an in-situ site matched to the corresponding simulation grid cell |
39
+ | `full_year` | Year axis of the complete ED target sequence, corresponding to 1992–2020; length 29 |
40
+ | `prediction_year` | Year axis of the prediction period, corresponding to 1993–2020; length 28 |
41
+ | `month` | Calendar month within a year; length 12 |
42
+ | `feature` | Model-input variable; length 136 |
43
+ | `simulation_target` | ED simulation output variable; length 10 |
44
+ | `observed_target` | In-situ carbon-flux variable; length 3 |
45
+ | `age_class` | Forest initial-age class used for age-specific ED simulation outputs, ED simulation PFT arrays, and LiDAR-derived age weights; length 18 |
46
+ | `network` | In-situ dataset identifier: `above` (ABoVE), `ameriflux` (AmeriFlux), `fluxnet` (FLUXNET), `icos-ww` (ICOS-WW), or `multiple` (sites occurring in more than one network, separated to keep the network-specific subsets non-overlapping) |
47
+ | `split` | Dataset partition. The released data contain training and testing splits. |
48
+
49
+ The 18 representative forest ages are:
50
+
51
+ ```text
52
+ [1, 10, 20, 30, 41, 50, 60, 70, 90,
53
+ 110, 140, 190, 240, 290, 340, 390, 440, 490]
54
+ ```
55
+
56
+ ## GlobalMask arrays
57
+
58
+ The GlobalMask dataset is divided into two non-overlapping subsets:
59
+
60
+ - `training split`: 3373 global grid-cell samples used for model training.
61
+ - `testing split`: 852 held-out global grid-cell samples used for final model
62
+ evaluation.
63
+
64
+ The two splits contain the same variables and use the same dimension
65
+ definitions. They differ only in the number of samples.
66
+
67
+ ### `ed_simulation_x`
68
+
69
+ The array contains the monthly ED input features for the 28-year prediction
70
+ period.
71
+
72
+ Dimensions:
73
+
74
+ ```text
75
+ [sample, prediction_year, month, feature]
76
+ ```
77
+
78
+ Released shapes:
79
+
80
+ ```text
81
+ training split: [3373, 28, 12, 136]
82
+ testing split: [852, 28, 12, 136]
83
+ ```
84
+
85
+ ### `ed_simulation_y`
86
+
87
+ The array contains the complete 29-year age-specific ED simulation target
88
+ sequence.
89
+
90
+ Dimensions:
91
+
92
+ ```text
93
+ [sample, age_class, full_year, month, simulation_target]
94
+ ```
95
+
96
+ Released shapes:
97
+
98
+ ```text
99
+ training split: [3373, 18, 29, 12, 10]
100
+ testing split: [852, 18, 29, 12, 10]
101
+ ```
102
+
103
+ The initial target state is derived from the final month of the first year:
104
+
105
+ ```python
106
+ initial_y = ed_simulation_y[:, :, 0, -1, :]
107
+ ```
108
+
109
+ Derived dimensions:
110
+
111
+ ```text
112
+ [sample, age_class, simulation_target]
113
+ ```
114
+
115
+ The prediction target contains every month of the following 28 years:
116
+
117
+ ```python
118
+ target_y = ed_simulation_y[:, :, 1:, :, :]
119
+ ```
120
+
121
+ Derived dimensions:
122
+
123
+ ```text
124
+ [sample, age_class, prediction_year, month, simulation_target]
125
+ ```
126
+
127
+ The model relationship is:
128
+
129
+ ```text
130
+ initial_y from the final month of year 1
131
+ +
132
+ ed_simulation_x from all 336 months of the following 28 years
133
+
134
+ target_y for all 336 months of the following 28 years
135
+ ```
136
+
137
+ ### `ed_simulation_pft_bl`, `ed_simulation_pft_nl`, and `ed_simulation_pft_gs`
138
+
139
+ The arrays contain the annual age-specific ED simulation PFT fractions for
140
+ broadleaf, needleleaf, and grass-and-shrub vegetation.
141
+
142
+ Dimensions:
143
+
144
+ ```text
145
+ [sample, age_class, full_year]
146
+ ```
147
+
148
+ Released shapes:
149
+
150
+ ```text
151
+ training split: [3373, 18, 29]
152
+ testing split: [852, 18, 29]
153
+ ```
154
+
155
+ BL, NL, and GS are stored as separate arrays, so `pft_type` is not an explicit
156
+ dimension.
157
+
158
+ ### `lidar_age_weight_fraction`
159
+
160
+ The array contains the LiDAR-derived fraction associated with each of the
161
+ 18 forest age classes.
162
+
163
+ Dimensions:
164
+
165
+ ```text
166
+ [sample, age_class]
167
+ ```
168
+
169
+ Released shapes:
170
+
171
+ ```text
172
+ training split: [3373, 18]
173
+ testing split: [852, 18]
174
+ ```
175
+
176
+ ### `esa_cci_bl_fraction`, `esa_cci_nl_fraction`, and `esa_cci_gs_fraction`
177
+
178
+ The arrays contain the annual ESA CCI broadleaf, needleleaf, and grass-and-shrub
179
+ vegetation PFT fractions.
180
+
181
+ Dimensions:
182
+
183
+ ```text
184
+ [sample, full_year]
185
+ ```
186
+
187
+ Released shapes:
188
+
189
+ ```text
190
+ training split: [3373, 29]
191
+ testing split: [852, 29]
192
+ ```
193
+
194
+ The three PFT groups are stored as separate arrays. There is no monthly
195
+ dimension in these arrays.
196
+
197
+ ## InSituMatched arrays
198
+
199
+ The number of matched in-situ sites depends on the network subset and data
200
+ split. Therefore, the symbolic `sample` dimension is used below instead of a
201
+ fixed sample count.
202
+
203
+ ### `ed_simulation_x`
204
+
205
+ The array contains the same 28-year monthly ED input sequence used in the
206
+ GlobalMask dataset, extracted at the matched in-situ locations.
207
+
208
+ Dimensions:
209
+
210
+ ```text
211
+ [sample, prediction_year, month, feature]
212
+ ```
213
+
214
+ Shape:
215
+
216
+ ```text
217
+ [sample, 28, 12, 136]
218
+ ```
219
+
220
+ ### `ed_simulation_y`
221
+
222
+ The array contains the complete 29-year age-specific ED simulation target
223
+ sequence at the matched in-situ locations.
224
+
225
+ Dimensions:
226
+
227
+ ```text
228
+ [sample, age_class, full_year, month, simulation_target]
229
+ ```
230
+
231
+ Shape:
232
+
233
+ ```text
234
+ [sample, 18, 29, 12, 10]
235
+ ```
236
+
237
+ The initial state and prediction target are derived in the same way as for
238
+ GlobalMask:
239
+
240
+ ```python
241
+ initial_y = ed_simulation_y[:, :, 0, -1, :]
242
+ target_y = ed_simulation_y[:, :, 1:, :, :]
243
+ ```
244
+
245
+ Derived shapes:
246
+
247
+ ```text
248
+ initial_y:
249
+ [sample, 18, 10]
250
+
251
+ target_y:
252
+ [sample, 18, 28, 12, 10]
253
+ ```
254
+
255
+ ### `observed_y`
256
+
257
+ The array contains the in-situ carbon-flux observations.
258
+
259
+ Dimensions:
260
+
261
+ ```text
262
+ [sample, full_year, month, observed_target]
263
+ ```
264
+
265
+ Shape:
266
+
267
+ ```text
268
+ [sample, 29, 12, 3]
269
+ ```
270
+
271
+ The three observed target variables are:
272
+
273
+ ```text
274
+ GPP
275
+ RECO
276
+ NEE
277
+ ```
278
+
279
+ The first year is retained for temporal alignment with the complete ED target
280
+ sequence. For model evaluation, predictions are compared with the available
281
+ in-situ observations over the following 28-year prediction period. Missing
282
+ observation time steps are excluded from evaluation.
283
+
284
+ ### `lidar_age_weight_fraction`
285
+
286
+ The array contains one LiDAR-derived fraction for each of the 18 age classes.
287
+
288
+ Dimensions:
289
+
290
+ ```text
291
+ [sample, age_class]
292
+ ```
293
+
294
+ Shape:
295
+
296
+ ```text
297
+ [sample, 18]
298
+ ```
299
+
300
+ ### `esa_cci_bl_fraction`, `esa_cci_nl_fraction`, and `esa_cci_gs_fraction`
301
+
302
+ The arrays contain the annual ESA CCI broadleaf, needleleaf, and grass-and-shrub
303
+ vegetation PFT fractions at the matched in-situ locations.
304
+
305
+ Dimensions:
306
+
307
+ ```text
308
+ [sample, full_year]
309
+ ```
310
+
311
+ Shape:
312
+
313
+ ```text
314
+ [sample, 29]
315
+ ```
316
+
317
+ The three PFT groups are stored as separate arrays. There is no monthly
318
+ dimension in these arrays.
319
+
320
+ ## Conceptual relationship to the paper
321
+
322
+ In the paper:
323
+
324
+ - `x_(s,t)` denotes physical and environmental conditions at location `s` and
325
+ time `t`.
326
+ - `c_k` denotes an initial forest-age state.
327
+ - `(y^P_(s,t))_k` denotes the ED simulation output corresponding to initial age
328
+ state `c_k`.
329
+ - `y_(s,t)` denotes the in-situ carbon-flux observation.
330
+ - `z_(s,t)` denotes the aggregated satellite PFT observation.
331
+ - `alpha_k` denotes the weight associated with an initial forest-age state.
332
+
333
+ In the released prediction setup, the first-year final-month ED target values
334
+ provide the one-time initial target state. The monthly input features from the
335
+ following 28 years are then used to predict the monthly ED target values over
336
+ the same 28-year period.
337
+
338
+ ## Released-array summary
339
+
340
+ All released arrays use sample-first orientation whenever a `sample`
341
+ dimension is present.
342
+
343
+ ### GlobalMask
344
+
345
+ ```text
346
+ ed_simulation_x:
347
+ [sample, prediction_year, month, feature]
348
+
349
+ ed_simulation_y:
350
+ [sample, age_class, full_year, month, simulation_target]
351
+
352
+ ed_simulation_pft_bl:
353
+ [sample, age_class, full_year]
354
+
355
+ ed_simulation_pft_nl:
356
+ [sample, age_class, full_year]
357
+
358
+ ed_simulation_pft_gs:
359
+ [sample, age_class, full_year]
360
+
361
+ lidar_age_weight_fraction:
362
+ [sample, age_class]
363
+
364
+ esa_cci_bl_fraction:
365
+ [sample, full_year]
366
+
367
+ esa_cci_nl_fraction:
368
+ [sample, full_year]
369
+
370
+ esa_cci_gs_fraction:
371
+ [sample, full_year]
372
+ ```
373
+
374
+ ### InSituMatched
375
+
376
+ ```text
377
+ ed_simulation_x:
378
+ [sample, prediction_year, month, feature]
379
+
380
+ ed_simulation_y:
381
+ [sample, age_class, full_year, month, simulation_target]
382
+
383
+ lidar_age_weight_fraction:
384
+ [sample, age_class]
385
+
386
+ esa_cci_bl_fraction:
387
+ [sample, full_year]
388
+
389
+ esa_cci_nl_fraction:
390
+ [sample, full_year]
391
+
392
+ esa_cci_gs_fraction:
393
+ [sample, full_year]
394
+
395
+ observed_y:
396
+ [sample, full_year, month, observed_target]
397
+ ```
398
+
399
+ The following arrays are derived from `ed_simulation_y`:
400
+
401
+ ```text
402
+ initial_y:
403
+ [sample, age_class, simulation_target]
404
+
405
+ target_y:
406
+ [sample, age_class, prediction_year, month, simulation_target]
407
+ ```
metadata/feature_names.csv CHANGED
@@ -1,22 +1,22 @@
1
- index_start,index_end,name,unit,description
2
- 0,0,ta_m,K,Monthly averaged air temperature
3
- 1,1,pr,mm,Total monthly precipitation
4
- 2,2,tsl1,K,Monthly averaged soil temp. at 0.0988 m
5
- 3,3,tsl2,K,Monthly averaged soil temp. at 0.1952 m
6
- 4,4,tsl3,K,Monthly averaged soil temp. at 0.3859 m
7
- 5,5,tsl4,K,Monthly averaged soil temp. at 0.7626 m
8
- 6,6,tsl5,K,Monthly averaged soil temp. at 1.5071 m
9
- 7,7,tsl6,K,Monthly averaged soil temp. at 10 m
10
- 8,31,co2,ppm,Monthly average of hourly CO? ambient
11
- 32,32,dst,1,Disturbance rate
12
- 33,56,hus,1,Monthly average of hourly air specific humidity
13
- 57,80,ta_h,K,Monthly average of hourly air temperature
14
- 81,104,rsds,W m?�,Monthly average of hourly DSR
15
- 105,128,sfcWind,m s?�,Monthly average of hourly wind speed
16
- 129,129,k_sat,mm yr?�,Saturated hydraulic conductivity
17
- 130,130,s_theta,m m?�,Saturated water content in MVG
18
- 131,131,r_theta,m m?�,Residual water content in MVG
19
- 132,132,L,1,Parameter L in MVG
20
- 133,133,n,1,Parameter n in MVG
21
- 134,134,m,1,Parameter m in MVG
22
- 135,135,sd,mm,Soil depth to bedrock
 
1
+ index_start,index_end,name,unit,description
2
+ 0,0,ta_m,K,Monthly averaged air temperature
3
+ 1,1,pr,mm,Total monthly precipitation
4
+ 2,2,tsl1,K,Monthly averaged soil temp. at 0.0988 m
5
+ 3,3,tsl2,K,Monthly averaged soil temp. at 0.1952 m
6
+ 4,4,tsl3,K,Monthly averaged soil temp. at 0.3859 m
7
+ 5,5,tsl4,K,Monthly averaged soil temp. at 0.7626 m
8
+ 6,6,tsl5,K,Monthly averaged soil temp. at 1.5071 m
9
+ 7,7,tsl6,K,Monthly averaged soil temp. at 10 m
10
+ 8,31,co2,ppm,Monthly average of hourly CO ambient
11
+ 32,32,dst,1,Disturbance rate
12
+ 33,56,hus,1,Monthly average of hourly air specific humidity
13
+ 57,80,ta_h,K,Monthly average of hourly air temperature
14
+ 81,104,rsds,W m⁻²,Monthly average of hourly DSR
15
+ 105,128,sfcWind,m s⁻¹,Monthly average of hourly wind speed
16
+ 129,129,k_sat,mm yr⁻¹,Saturated hydraulic conductivity
17
+ 130,130,s_theta,m³ m⁻³,Saturated water content in MVG
18
+ 131,131,r_theta,m³ m⁻³,Residual water content in MVG
19
+ 132,132,L,1,Parameter L in MVG
20
+ 133,133,n,1,Parameter n in MVG
21
+ 134,134,m,1,Parameter m in MVG
22
+ 135,135,sd,mm,Soil depth to bedrock
metadata/insitu_site_metadata.csv CHANGED
@@ -1,317 +1,317 @@
1
- network,split,site_id,latitude,longitude
2
- above,train,0,68.3541488,19.050333
3
- above,train,1,68.74617,-133.50171
4
- above,train,2,55.87962,-98.48081
5
- above,train,3,53.91634,-104.69203
6
- above,train,4,53.15,-104.1
7
- above,train,5,64.182029,19.556539
8
- above,train,6,55.91667,-98.96444
9
- above,train,7,67.05,62.933333
10
- above,train,8,61.3079,-121.2992
11
- above,train,9,67.997239,24.209178
12
- above,train,10,70.4696,-157.4089
13
- above,train,11,64.8689,-111.5748
14
- above,train,12,65.12367,-147.48756
15
- above,train,13,65.11983333,-147.5123528
16
- above,train,14,65.396775,-149.1214944
17
- above,train,15,53.62889,-106.19779
18
- above,train,16,64.11277777,19.45694444
19
- above,train,17,68.61304,161.34143
20
- above,train,18,62.7833,30.9333
21
- above,train,19,54.47,-113.32
22
- above,train,20,60.125,17.91805556
23
- above,train,21,60.016,133.824
24
- above,train,22,54.25392,-105.8775
25
- above,train,23,60.9,68.7
26
- above,train,24,60.8008,89.3507
27
- above,train,25,52.29027778,-75.25416667
28
- above,train,26,54.95384,-112.46698
29
- above,train,27,56.4615278,32.9220833
30
- above,train,28,53.98717,-105.11779
31
- above,train,29,60.08649722,17.47950278
32
- above,train,30,56.63583,-99.94833
33
- above,train,31,69.5056,-148.225
34
- above,train,32,63.153,-123.252
35
- above,train,33,67.7549,29.690137
36
- above,train,34,67.36238641,26.63859066
37
- above,train,35,60.64183,23.95952
38
- above,train,36,49.6925,-74.34206
39
- above,train,37,70.82913889,147.4942778
40
- above,train,38,64.1382,-51.3784
41
- above,train,39,63.8784,-149.2536
42
- above,train,40,72.3738231,126.4957919
43
- above,train,41,48.27333333,106.8508333
44
- above,train,42,60.99825,16.21727778
45
- above,train,43,68.4865,-155.7503
46
- above,train,44,48.2167,-82.1556
47
- above,train,45,61.84741,24.29477
48
- above,train,46,63.79025,-68.56005
49
- above,train,47,70.35,-148.55
50
- ameriflux,train,0,38.0992,-121.4993
51
- ameriflux,train,1,38.2006,-122.0264
52
- ameriflux,train,2,35.089,-111.762
53
- ameriflux,train,3,42.5378,-72.1715
54
- ameriflux,train,4,27.3836,-81.9509
55
- ameriflux,train,5,44.1467,-89.5002
56
- ameriflux,train,6,43.0645,-116.7486
57
- ameriflux,train,7,33.3482,-79.2322
58
- ameriflux,train,8,45.7624,-122.3303
59
- ameriflux,train,9,39.0603,-78.0716
60
- ameriflux,train,10,46.7697,-100.9154
61
- ameriflux,train,11,40.1776,-112.4524
62
- ameriflux,train,12,43.6405,-80.4123
63
- ameriflux,train,13,64.8618,-163.7002
64
- ameriflux,train,14,27.8446,-109.2977
65
- ameriflux,train,15,40.4619,-103.0293
66
- ameriflux,train,16,65.1198,-147.429
67
- ameriflux,train,17,-16.498,-56.412
68
- ameriflux,train,18,63.8811,-145.7514
69
- ameriflux,train,19,65.3968,-148.9348
70
- ameriflux,train,20,39.2298,-92.1167
71
- ameriflux,train,21,34.4385,-106.2377
72
- ameriflux,train,22,31.8173,-110.8508
73
- ameriflux,train,23,46.7815,-117.0821
74
- ameriflux,train,24,33.4012,-97.57
75
- ameriflux,train,25,35.799,-76.656
76
- ameriflux,train,26,49.8673,-125.3336
77
- ameriflux,train,27,38.8929,-78.1395
78
- ameriflux,train,28,-3.8344,-73.319
79
- ameriflux,train,29,47.1617,-99.1066
80
- ameriflux,train,30,32.5849,-106.6032
81
- ameriflux,train,31,38.09,-109.39
82
- ameriflux,train,32,39.0561,-95.1907
83
- ameriflux,train,33,44.9535,-110.5391
84
- ameriflux,train,34,28.125,-81.4362
85
- ameriflux,train,35,41.3795,-82.5125
86
- ameriflux,train,36,-7.9682,-38.3842
87
- ameriflux,train,37,31.5659,-110.1344
88
- ameriflux,train,38,28.7084,-80.7427
89
- ameriflux,train,39,68.6058,-149.311
90
- ameriflux,train,40,43.0896,-89.4158
91
- ameriflux,train,41,52.7008,-83.955
92
- ameriflux,train,42,38.7441,-92.2
93
- ameriflux,train,43,38.8901,-76.56
94
- ameriflux,train,44,39.0824,-96.5603
95
- ameriflux,train,45,34.3349,-106.7442
96
- ameriflux,train,46,44.7143,-93.0898
97
- ameriflux,train,47,40.8608,-77.8488
98
- ameriflux,train,48,49.1293,-122.9849
99
- ameriflux,train,49,39.0882,-75.4372
100
- ameriflux,train,50,65.154,-147.5026
101
- ameriflux,train,51,34.4255,-105.8615
102
- ameriflux,train,52,38.9488,-91.9945
103
- ameriflux,train,53,45.2091,-68.747
104
- ameriflux,train,54,35.8884,-106.5321
105
- ameriflux,train,55,43.3448,-89.7117
106
- ameriflux,train,56,32.5417,-87.8039
107
- ameriflux,train,57,40.2759,-105.5459
108
- ameriflux,train,58,55.1119,-122.8414
109
- ameriflux,train,59,29.6893,-81.9934
110
- ameriflux,train,60,36.8193,-97.8198
111
- ameriflux,train,61,58.6658,-93.83
112
- ameriflux,train,62,64.6963,-148.3235
113
- ameriflux,train,63,46.2339,-89.5373
114
- ameriflux,train,64,44.3167,-79.9333
115
- ameriflux,train,65,50.1774,-97.8686
116
- ameriflux,train,66,39.2167,-86.5406
117
- fluxnet,train,0,55.6905,12.1918
118
- fluxnet,train,1,-30.1913,120.6541
119
- fluxnet,train,2,-28.2395,-56.1886
120
- fluxnet,train,3,41.3966,-106.8024
121
- fluxnet,train,4,46.0827,-89.9792
122
- fluxnet,train,5,38.1087,-121.6531
123
- fluxnet,train,6,47.1167,11.3175
124
- fluxnet,train,7,-15.2588,132.3706
125
- fluxnet,train,8,44.7171,-0.7693
126
- fluxnet,train,9,41.8494,13.5881
127
- fluxnet,train,10,-34.0021,140.5891
128
- fluxnet,train,11,36.8336,-2.2523
129
- fluxnet,train,12,-13.0769,131.1178
130
- fluxnet,train,13,37.0979,-2.9658
131
- fluxnet,train,14,47.8064,11.3275
132
- fluxnet,train,15,30.4978,91.0664
133
- fluxnet,train,16,50.8706,6.4497
134
- fluxnet,train,17,54.7252,90.0022
135
- fluxnet,train,18,44.3869,142.3186
136
- fluxnet,train,19,26.7414,115.0581
137
- fluxnet,train,20,52.1666,5.7436
138
- fluxnet,train,21,35.2617,137.0788
139
- fluxnet,train,22,60.8986,23.5134
140
- fluxnet,train,23,70.8291,147.4943
141
- fluxnet,train,24,70.4696,-157.4089
142
- fluxnet,train,25,53.9872,-105.1178
143
- fluxnet,train,26,45.2009,9.061
144
- fluxnet,train,27,41.7902,111.8971
145
- fluxnet,train,28,-36.6732,145.0294
146
- fluxnet,train,29,36.9695,-3.4758
147
- fluxnet,train,30,42.3804,12.0266
148
- fluxnet,train,31,2.973,102.3062
149
- fluxnet,train,32,56.4842,9.5872
150
- fluxnet,train,33,-22.283,133.249
151
- fluxnet,train,34,53.8759,12.889
152
- fluxnet,train,35,-14.5636,132.4776
153
- fluxnet,train,36,-34.9893,146.2907
154
- fluxnet,train,37,46.6869,-91.1528
155
- fluxnet,train,38,13.2829,30.4783
156
- fluxnet,train,39,45.8126,8.6336
157
- fluxnet,train,40,-33.4648,-66.4598
158
- fluxnet,train,41,49.0996,13.3047
159
- fluxnet,train,42,34.2547,-89.8735
160
- fluxnet,train,43,44.4992,-121.6224
161
- fluxnet,train,44,42.7102,-80.3574
162
- fluxnet,train,45,-3.018,-54.9714
163
- fluxnet,train,46,67.9972,24.2092
164
- fluxnet,train,47,23.1733,112.5361
165
- fluxnet,train,48,-23.8587,148.4746
166
- fluxnet,train,49,42.4025,128.0958
167
- fluxnet,train,50,68.4865,-155.7503
168
- fluxnet,train,51,47.2858,7.7319
169
- fluxnet,train,52,42.0467,116.2836
170
- fluxnet,train,53,-12.5452,131.3072
171
- fluxnet,train,54,68.613,161.3414
172
- fluxnet,train,55,55.8796,-98.4808
173
- fluxnet,train,56,15.4028,-15.4322
174
- fluxnet,train,57,67.3624,26.6386
175
- fluxnet,train,58,-15.4391,23.2525
176
- fluxnet,train,59,37.6086,101.3269
177
- fluxnet,train,60,51.8922,14.0337
178
- fluxnet,train,61,5.2685,-2.6942
179
- fluxnet,train,62,31.8214,-110.8661
180
- fluxnet,train,63,37.37,101.18
181
- fluxnet,train,64,44.5934,123.5092
182
- fluxnet,train,65,-17.1507,133.3502
183
- fluxnet,train,66,49.4944,18.5429
184
- fluxnet,train,67,45.8059,-90.0799
185
- icos-ww,train,0,49.035975,17.9699
186
- icos-ww,train,1,56.4476,32.9019
187
- icos-ww,train,2,37.914998,-3.227659
188
- icos-ww,train,3,36.940046,-2.033208
189
- icos-ww,train,4,64.1725,19.738
190
- icos-ww,train,5,39.934592,-5.775881
191
- icos-ww,train,6,53.32309,-7.641774
192
- icos-ww,train,7,50.96381,13.48978
193
- icos-ww,train,8,31.34504459,35.05198851
194
- multiple,train,0,47.2864,7.7337
195
- multiple,train,1,36.4267,-99.42
196
- multiple,train,2,67.7549,29.61
197
- multiple,train,3,41.3665,-106.2399
198
- multiple,train,4,48.4764,2.7801
199
- multiple,train,5,48.2167,-82.1556
200
- multiple,train,6,44.493653,-0.956092
201
- multiple,train,7,50.979868,5.631851
202
- multiple,train,8,55.9117,-98.3822
203
- multiple,train,9,64.182,19.5565
204
- multiple,train,10,49.6925,-74.3421
205
- multiple,train,11,64.1308,-51.3861
206
- multiple,train,12,28.6086,-80.6715
207
- multiple,train,13,55.9058,-98.5247
208
- multiple,train,14,45.9562,11.2813
209
- multiple,train,15,43.496438,1.237878
210
- multiple,train,16,42.6609,-80.5595
211
- multiple,train,17,60.6418,23.9595
212
- multiple,train,18,50.6219,6.3041
213
- multiple,train,19,61.8474,24.2948
214
- multiple,train,20,41.6285,-83.3471
215
- multiple,train,21,44.4526,-121.5589
216
- multiple,train,22,54.2539,-105.8775
217
- multiple,train,23,41.4646,-82.9962
218
- multiple,train,24,36.9266,-2.7521
219
- multiple,train,25,56.0737,9.3341
220
- multiple,train,26,36.6358,-99.5975
221
- multiple,train,27,40.0329,-105.5464
222
- multiple,train,28,52.08656,11.22235
223
- multiple,train,29,48.6741,7.06465
224
- multiple,train,30,45.197755,10.741966
225
- multiple,train,31,50.5516,4.7462
226
- multiple,train,32,36.3566,-119.0922
227
- multiple,train,33,67.98721472,24.24301028
228
- multiple,train,34,46.0147,11.0458
229
- multiple,train,35,51.0997,10.9146
230
- multiple,train,36,43.7413,3.5957
231
- multiple,train,37,44.5794,-121.5
232
- multiple,train,38,36.6058,-97.4888
233
- multiple,train,39,46.242,-89.3477
234
- multiple,train,40,31.7438,-110.0522
235
- multiple,train,41,31.7894,-110.8277
236
- multiple,train,42,53.8662,13.6834
237
- multiple,train,43,43.549649,1.106103
238
- multiple,train,44,28.4583,-80.6709
239
- multiple,train,45,47.1158,8.5378
240
- multiple,train,46,38.0499,-121.765
241
- multiple,train,47,47.3229,2.2841
242
- multiple,train,48,49.5021,18.5369
243
- multiple,train,49,35.5497,-98.0402
244
- multiple,train,50,45.740481,12.750297
245
- multiple,train,51,56.09763,13.41897
246
- multiple,train,52,47.4783,8.3644
247
- multiple,train,53,46.5869,11.4337
248
- multiple,train,54,60.08649722,17.47950278
249
- multiple,train,55,41.5545,-83.8438
250
- multiple,train,56,5.2788,-52.9249
251
- multiple,train,57,48.6815483,16.9463317
252
- above,test,0,64.208888,100.463555
253
- above,test,1,62.255,129.168
254
- above,test,2,68.6068,-149.2958
255
- above,test,3,60.64683333,24.356167
256
- above,test,4,68.633333,-149.575556
257
- above,test,5,69.14057,27.26985
258
- above,test,6,55.5375,-112.3343
259
- above,test,7,64.86627,-147.85553
260
- above,test,8,71.59427,128.88782
261
- above,test,9,68.35,18.816667
262
- above,test,10,54.09156,-106.00526
263
- above,test,11,69.1423,-148.8412
264
- ameriflux,test,0,63.8784,-149.2536
265
- ameriflux,test,1,46.6889,-119.4641
266
- ameriflux,test,2,39.3232,-86.4131
267
- ameriflux,test,3,38.7745,-97.5684
268
- ameriflux,test,4,37.1088,-119.7323
269
- ameriflux,test,5,38.0369,-121.7547
270
- ameriflux,test,6,40.8155,-104.7456
271
- ameriflux,test,7,45.4937,-89.5857
272
- ameriflux,test,8,41.1651,-96.4766
273
- ameriflux,test,9,44.0646,-71.2881
274
- ameriflux,test,10,32.9505,-87.3933
275
- ameriflux,test,11,35.7879,-75.9038
276
- ameriflux,test,12,31.1948,-84.4686
277
- ameriflux,test,13,35.689,-83.5019
278
- ameriflux,test,14,35.4106,-99.0588
279
- ameriflux,test,15,-54.9733,-66.7335
280
- ameriflux,test,16,45.5089,-89.5864
281
- ameriflux,test,17,37.3783,-80.5248
282
- fluxnet,test,0,41.8406,-88.241
283
- fluxnet,test,1,-37.4222,144.0944
284
- fluxnet,test,2,51.3282,10.3678
285
- fluxnet,test,3,-22.287,133.64
286
- fluxnet,test,4,54.0916,-106.0053
287
- fluxnet,test,5,-36.6499,145.5759
288
- fluxnet,test,6,-14.1593,131.3881
289
- fluxnet,test,7,52.2403,5.0713
290
- fluxnet,test,8,-33.6152,150.7236
291
- fluxnet,test,9,38.8953,-120.6328
292
- fluxnet,test,10,53.6289,-106.1978
293
- fluxnet,test,11,65.1237,-147.4876
294
- fluxnet,test,12,-37.4259,145.1878
295
- fluxnet,test,13,45.9542,11.2853
296
- fluxnet,test,14,41.3658,-106.2397
297
- fluxnet,test,15,-17.1175,145.6301
298
- icos-ww,test,0,49.4437236,16.6965125
299
- icos-ww,test,1,50.311874,4.968113
300
- icos-ww,test,2,49.573257,15.078773
301
- icos-ww,test,3,38.701839,-6.785881
302
- multiple,test,0,56.4615,32.9221
303
- multiple,test,1,31.7365,-109.9419
304
- multiple,test,2,40.5237,14.9574
305
- multiple,test,3,38.4133,-120.9508
306
- multiple,test,4,40.0201,-83.0183
307
- multiple,test,5,46.7393,-91.1663
308
- multiple,test,6,49.0247,14.7704
309
- multiple,test,7,50.9626,13.5651
310
- multiple,test,8,48.8442,1.9519
311
- multiple,test,9,45.8444,7.5781
312
- multiple,test,10,51.11218,3.85043
313
- multiple,test,11,50.3049,5.9981
314
- multiple,test,12,51.0792,10.4522
315
- multiple,test,13,56.6358,-99.9483
316
- multiple,test,14,51.3076,4.5198
317
- multiple,test,15,42.7068,-80.3483
 
1
+ network,split,sample_index,latitude,longitude
2
+ above,train,0,68.3541488,19.050333
3
+ above,train,1,68.74617,-133.50171
4
+ above,train,2,55.87962,-98.48081
5
+ above,train,3,53.91634,-104.69203
6
+ above,train,4,53.15,-104.1
7
+ above,train,5,64.182029,19.556539
8
+ above,train,6,55.91667,-98.96444
9
+ above,train,7,67.05,62.933333
10
+ above,train,8,61.3079,-121.2992
11
+ above,train,9,67.997239,24.209178
12
+ above,train,10,70.4696,-157.4089
13
+ above,train,11,64.8689,-111.5748
14
+ above,train,12,65.12367,-147.48756
15
+ above,train,13,65.11983333,-147.5123528
16
+ above,train,14,65.396775,-149.1214944
17
+ above,train,15,53.62889,-106.19779
18
+ above,train,16,64.11277777,19.45694444
19
+ above,train,17,68.61304,161.34143
20
+ above,train,18,62.7833,30.9333
21
+ above,train,19,54.47,-113.32
22
+ above,train,20,60.125,17.91805556
23
+ above,train,21,60.016,133.824
24
+ above,train,22,54.25392,-105.8775
25
+ above,train,23,60.9,68.7
26
+ above,train,24,60.8008,89.3507
27
+ above,train,25,52.29027778,-75.25416667
28
+ above,train,26,54.95384,-112.46698
29
+ above,train,27,56.4615278,32.9220833
30
+ above,train,28,53.98717,-105.11779
31
+ above,train,29,60.08649722,17.47950278
32
+ above,train,30,56.63583,-99.94833
33
+ above,train,31,69.5056,-148.225
34
+ above,train,32,63.153,-123.252
35
+ above,train,33,67.7549,29.690137
36
+ above,train,34,67.36238641,26.63859066
37
+ above,train,35,60.64183,23.95952
38
+ above,train,36,49.6925,-74.34206
39
+ above,train,37,70.82913889,147.4942778
40
+ above,train,38,64.1382,-51.3784
41
+ above,train,39,63.8784,-149.2536
42
+ above,train,40,72.3738231,126.4957919
43
+ above,train,41,48.27333333,106.8508333
44
+ above,train,42,60.99825,16.21727778
45
+ above,train,43,68.4865,-155.7503
46
+ above,train,44,48.2167,-82.1556
47
+ above,train,45,61.84741,24.29477
48
+ above,train,46,63.79025,-68.56005
49
+ above,train,47,70.35,-148.55
50
+ ameriflux,train,0,38.0992,-121.4993
51
+ ameriflux,train,1,38.2006,-122.0264
52
+ ameriflux,train,2,35.089,-111.762
53
+ ameriflux,train,3,42.5378,-72.1715
54
+ ameriflux,train,4,27.3836,-81.9509
55
+ ameriflux,train,5,44.1467,-89.5002
56
+ ameriflux,train,6,43.0645,-116.7486
57
+ ameriflux,train,7,33.3482,-79.2322
58
+ ameriflux,train,8,45.7624,-122.3303
59
+ ameriflux,train,9,39.0603,-78.0716
60
+ ameriflux,train,10,46.7697,-100.9154
61
+ ameriflux,train,11,40.1776,-112.4524
62
+ ameriflux,train,12,43.6405,-80.4123
63
+ ameriflux,train,13,64.8618,-163.7002
64
+ ameriflux,train,14,27.8446,-109.2977
65
+ ameriflux,train,15,40.4619,-103.0293
66
+ ameriflux,train,16,65.1198,-147.429
67
+ ameriflux,train,17,-16.498,-56.412
68
+ ameriflux,train,18,63.8811,-145.7514
69
+ ameriflux,train,19,65.3968,-148.9348
70
+ ameriflux,train,20,39.2298,-92.1167
71
+ ameriflux,train,21,34.4385,-106.2377
72
+ ameriflux,train,22,31.8173,-110.8508
73
+ ameriflux,train,23,46.7815,-117.0821
74
+ ameriflux,train,24,33.4012,-97.57
75
+ ameriflux,train,25,35.799,-76.656
76
+ ameriflux,train,26,49.8673,-125.3336
77
+ ameriflux,train,27,38.8929,-78.1395
78
+ ameriflux,train,28,-3.8344,-73.319
79
+ ameriflux,train,29,47.1617,-99.1066
80
+ ameriflux,train,30,32.5849,-106.6032
81
+ ameriflux,train,31,38.09,-109.39
82
+ ameriflux,train,32,39.0561,-95.1907
83
+ ameriflux,train,33,44.9535,-110.5391
84
+ ameriflux,train,34,28.125,-81.4362
85
+ ameriflux,train,35,41.3795,-82.5125
86
+ ameriflux,train,36,-7.9682,-38.3842
87
+ ameriflux,train,37,31.5659,-110.1344
88
+ ameriflux,train,38,28.7084,-80.7427
89
+ ameriflux,train,39,68.6058,-149.311
90
+ ameriflux,train,40,43.0896,-89.4158
91
+ ameriflux,train,41,52.7008,-83.955
92
+ ameriflux,train,42,38.7441,-92.2
93
+ ameriflux,train,43,38.8901,-76.56
94
+ ameriflux,train,44,39.0824,-96.5603
95
+ ameriflux,train,45,34.3349,-106.7442
96
+ ameriflux,train,46,44.7143,-93.0898
97
+ ameriflux,train,47,40.8608,-77.8488
98
+ ameriflux,train,48,49.1293,-122.9849
99
+ ameriflux,train,49,39.0882,-75.4372
100
+ ameriflux,train,50,65.154,-147.5026
101
+ ameriflux,train,51,34.4255,-105.8615
102
+ ameriflux,train,52,38.9488,-91.9945
103
+ ameriflux,train,53,45.2091,-68.747
104
+ ameriflux,train,54,35.8884,-106.5321
105
+ ameriflux,train,55,43.3448,-89.7117
106
+ ameriflux,train,56,32.5417,-87.8039
107
+ ameriflux,train,57,40.2759,-105.5459
108
+ ameriflux,train,58,55.1119,-122.8414
109
+ ameriflux,train,59,29.6893,-81.9934
110
+ ameriflux,train,60,36.8193,-97.8198
111
+ ameriflux,train,61,58.6658,-93.83
112
+ ameriflux,train,62,64.6963,-148.3235
113
+ ameriflux,train,63,46.2339,-89.5373
114
+ ameriflux,train,64,44.3167,-79.9333
115
+ ameriflux,train,65,50.1774,-97.8686
116
+ ameriflux,train,66,39.2167,-86.5406
117
+ fluxnet,train,0,55.6905,12.1918
118
+ fluxnet,train,1,-30.1913,120.6541
119
+ fluxnet,train,2,-28.2395,-56.1886
120
+ fluxnet,train,3,41.3966,-106.8024
121
+ fluxnet,train,4,46.0827,-89.9792
122
+ fluxnet,train,5,38.1087,-121.6531
123
+ fluxnet,train,6,47.1167,11.3175
124
+ fluxnet,train,7,-15.2588,132.3706
125
+ fluxnet,train,8,44.7171,-0.7693
126
+ fluxnet,train,9,41.8494,13.5881
127
+ fluxnet,train,10,-34.0021,140.5891
128
+ fluxnet,train,11,36.8336,-2.2523
129
+ fluxnet,train,12,-13.0769,131.1178
130
+ fluxnet,train,13,37.0979,-2.9658
131
+ fluxnet,train,14,47.8064,11.3275
132
+ fluxnet,train,15,30.4978,91.0664
133
+ fluxnet,train,16,50.8706,6.4497
134
+ fluxnet,train,17,54.7252,90.0022
135
+ fluxnet,train,18,44.3869,142.3186
136
+ fluxnet,train,19,26.7414,115.0581
137
+ fluxnet,train,20,52.1666,5.7436
138
+ fluxnet,train,21,35.2617,137.0788
139
+ fluxnet,train,22,60.8986,23.5134
140
+ fluxnet,train,23,70.8291,147.4943
141
+ fluxnet,train,24,70.4696,-157.4089
142
+ fluxnet,train,25,53.9872,-105.1178
143
+ fluxnet,train,26,45.2009,9.061
144
+ fluxnet,train,27,41.7902,111.8971
145
+ fluxnet,train,28,-36.6732,145.0294
146
+ fluxnet,train,29,36.9695,-3.4758
147
+ fluxnet,train,30,42.3804,12.0266
148
+ fluxnet,train,31,2.973,102.3062
149
+ fluxnet,train,32,56.4842,9.5872
150
+ fluxnet,train,33,-22.283,133.249
151
+ fluxnet,train,34,53.8759,12.889
152
+ fluxnet,train,35,-14.5636,132.4776
153
+ fluxnet,train,36,-34.9893,146.2907
154
+ fluxnet,train,37,46.6869,-91.1528
155
+ fluxnet,train,38,13.2829,30.4783
156
+ fluxnet,train,39,45.8126,8.6336
157
+ fluxnet,train,40,-33.4648,-66.4598
158
+ fluxnet,train,41,49.0996,13.3047
159
+ fluxnet,train,42,34.2547,-89.8735
160
+ fluxnet,train,43,44.4992,-121.6224
161
+ fluxnet,train,44,42.7102,-80.3574
162
+ fluxnet,train,45,-3.018,-54.9714
163
+ fluxnet,train,46,67.9972,24.2092
164
+ fluxnet,train,47,23.1733,112.5361
165
+ fluxnet,train,48,-23.8587,148.4746
166
+ fluxnet,train,49,42.4025,128.0958
167
+ fluxnet,train,50,68.4865,-155.7503
168
+ fluxnet,train,51,47.2858,7.7319
169
+ fluxnet,train,52,42.0467,116.2836
170
+ fluxnet,train,53,-12.5452,131.3072
171
+ fluxnet,train,54,68.613,161.3414
172
+ fluxnet,train,55,55.8796,-98.4808
173
+ fluxnet,train,56,15.4028,-15.4322
174
+ fluxnet,train,57,67.3624,26.6386
175
+ fluxnet,train,58,-15.4391,23.2525
176
+ fluxnet,train,59,37.6086,101.3269
177
+ fluxnet,train,60,51.8922,14.0337
178
+ fluxnet,train,61,5.2685,-2.6942
179
+ fluxnet,train,62,31.8214,-110.8661
180
+ fluxnet,train,63,37.37,101.18
181
+ fluxnet,train,64,44.5934,123.5092
182
+ fluxnet,train,65,-17.1507,133.3502
183
+ fluxnet,train,66,49.4944,18.5429
184
+ fluxnet,train,67,45.8059,-90.0799
185
+ icos-ww,train,0,49.035975,17.9699
186
+ icos-ww,train,1,56.4476,32.9019
187
+ icos-ww,train,2,37.914998,-3.227659
188
+ icos-ww,train,3,36.940046,-2.033208
189
+ icos-ww,train,4,64.1725,19.738
190
+ icos-ww,train,5,39.934592,-5.775881
191
+ icos-ww,train,6,53.32309,-7.641774
192
+ icos-ww,train,7,50.96381,13.48978
193
+ icos-ww,train,8,31.34504459,35.05198851
194
+ multiple,train,0,47.2864,7.7337
195
+ multiple,train,1,36.4267,-99.42
196
+ multiple,train,2,67.7549,29.61
197
+ multiple,train,3,41.3665,-106.2399
198
+ multiple,train,4,48.4764,2.7801
199
+ multiple,train,5,48.2167,-82.1556
200
+ multiple,train,6,44.493653,-0.956092
201
+ multiple,train,7,50.979868,5.631851
202
+ multiple,train,8,55.9117,-98.3822
203
+ multiple,train,9,64.182,19.5565
204
+ multiple,train,10,49.6925,-74.3421
205
+ multiple,train,11,64.1308,-51.3861
206
+ multiple,train,12,28.6086,-80.6715
207
+ multiple,train,13,55.9058,-98.5247
208
+ multiple,train,14,45.9562,11.2813
209
+ multiple,train,15,43.496438,1.237878
210
+ multiple,train,16,42.6609,-80.5595
211
+ multiple,train,17,60.6418,23.9595
212
+ multiple,train,18,50.6219,6.3041
213
+ multiple,train,19,61.8474,24.2948
214
+ multiple,train,20,41.6285,-83.3471
215
+ multiple,train,21,44.4526,-121.5589
216
+ multiple,train,22,54.2539,-105.8775
217
+ multiple,train,23,41.4646,-82.9962
218
+ multiple,train,24,36.9266,-2.7521
219
+ multiple,train,25,56.0737,9.3341
220
+ multiple,train,26,36.6358,-99.5975
221
+ multiple,train,27,40.0329,-105.5464
222
+ multiple,train,28,52.08656,11.22235
223
+ multiple,train,29,48.6741,7.06465
224
+ multiple,train,30,45.197755,10.741966
225
+ multiple,train,31,50.5516,4.7462
226
+ multiple,train,32,36.3566,-119.0922
227
+ multiple,train,33,67.98721472,24.24301028
228
+ multiple,train,34,46.0147,11.0458
229
+ multiple,train,35,51.0997,10.9146
230
+ multiple,train,36,43.7413,3.5957
231
+ multiple,train,37,44.5794,-121.5
232
+ multiple,train,38,36.6058,-97.4888
233
+ multiple,train,39,46.242,-89.3477
234
+ multiple,train,40,31.7438,-110.0522
235
+ multiple,train,41,31.7894,-110.8277
236
+ multiple,train,42,53.8662,13.6834
237
+ multiple,train,43,43.549649,1.106103
238
+ multiple,train,44,28.4583,-80.6709
239
+ multiple,train,45,47.1158,8.5378
240
+ multiple,train,46,38.0499,-121.765
241
+ multiple,train,47,47.3229,2.2841
242
+ multiple,train,48,49.5021,18.5369
243
+ multiple,train,49,35.5497,-98.0402
244
+ multiple,train,50,45.740481,12.750297
245
+ multiple,train,51,56.09763,13.41897
246
+ multiple,train,52,47.4783,8.3644
247
+ multiple,train,53,46.5869,11.4337
248
+ multiple,train,54,60.08649722,17.47950278
249
+ multiple,train,55,41.5545,-83.8438
250
+ multiple,train,56,5.2788,-52.9249
251
+ multiple,train,57,48.6815483,16.9463317
252
+ above,test,0,64.208888,100.463555
253
+ above,test,1,62.255,129.168
254
+ above,test,2,68.6068,-149.2958
255
+ above,test,3,60.64683333,24.356167
256
+ above,test,4,68.633333,-149.575556
257
+ above,test,5,69.14057,27.26985
258
+ above,test,6,55.5375,-112.3343
259
+ above,test,7,64.86627,-147.85553
260
+ above,test,8,71.59427,128.88782
261
+ above,test,9,68.35,18.816667
262
+ above,test,10,54.09156,-106.00526
263
+ above,test,11,69.1423,-148.8412
264
+ ameriflux,test,0,63.8784,-149.2536
265
+ ameriflux,test,1,46.6889,-119.4641
266
+ ameriflux,test,2,39.3232,-86.4131
267
+ ameriflux,test,3,38.7745,-97.5684
268
+ ameriflux,test,4,37.1088,-119.7323
269
+ ameriflux,test,5,38.0369,-121.7547
270
+ ameriflux,test,6,40.8155,-104.7456
271
+ ameriflux,test,7,45.4937,-89.5857
272
+ ameriflux,test,8,41.1651,-96.4766
273
+ ameriflux,test,9,44.0646,-71.2881
274
+ ameriflux,test,10,32.9505,-87.3933
275
+ ameriflux,test,11,35.7879,-75.9038
276
+ ameriflux,test,12,31.1948,-84.4686
277
+ ameriflux,test,13,35.689,-83.5019
278
+ ameriflux,test,14,35.4106,-99.0588
279
+ ameriflux,test,15,-54.9733,-66.7335
280
+ ameriflux,test,16,45.5089,-89.5864
281
+ ameriflux,test,17,37.3783,-80.5248
282
+ fluxnet,test,0,41.8406,-88.241
283
+ fluxnet,test,1,-37.4222,144.0944
284
+ fluxnet,test,2,51.3282,10.3678
285
+ fluxnet,test,3,-22.287,133.64
286
+ fluxnet,test,4,54.0916,-106.0053
287
+ fluxnet,test,5,-36.6499,145.5759
288
+ fluxnet,test,6,-14.1593,131.3881
289
+ fluxnet,test,7,52.2403,5.0713
290
+ fluxnet,test,8,-33.6152,150.7236
291
+ fluxnet,test,9,38.8953,-120.6328
292
+ fluxnet,test,10,53.6289,-106.1978
293
+ fluxnet,test,11,65.1237,-147.4876
294
+ fluxnet,test,12,-37.4259,145.1878
295
+ fluxnet,test,13,45.9542,11.2853
296
+ fluxnet,test,14,41.3658,-106.2397
297
+ fluxnet,test,15,-17.1175,145.6301
298
+ icos-ww,test,0,49.4437236,16.6965125
299
+ icos-ww,test,1,50.311874,4.968113
300
+ icos-ww,test,2,49.573257,15.078773
301
+ icos-ww,test,3,38.701839,-6.785881
302
+ multiple,test,0,56.4615,32.9221
303
+ multiple,test,1,31.7365,-109.9419
304
+ multiple,test,2,40.5237,14.9574
305
+ multiple,test,3,38.4133,-120.9508
306
+ multiple,test,4,40.0201,-83.0183
307
+ multiple,test,5,46.7393,-91.1663
308
+ multiple,test,6,49.0247,14.7704
309
+ multiple,test,7,50.9626,13.5651
310
+ multiple,test,8,48.8442,1.9519
311
+ multiple,test,9,45.8444,7.5781
312
+ multiple,test,10,51.11218,3.85043
313
+ multiple,test,11,50.3049,5.9981
314
+ multiple,test,12,51.0792,10.4522
315
+ multiple,test,13,56.6358,-99.9483
316
+ multiple,test,14,51.3076,4.5198
317
+ multiple,test,15,42.7068,-80.3483
metadata/target_names.csv CHANGED
@@ -1,11 +1,14 @@
1
- index,name,unit,description
2
- 0,Height,m,Vegetation canopy height
3
- 1,AGB,kgC m-2 yr-1,Aboveground biomass
4
- 2,SC,kgC m-2 yr-1, Soil carbon
5
- 3, LAI,1,Leaf area index
6
- 4, GPP,kgC m-2 yr-1,Gross primary production
7
- 5, NPP,kgC m-2 yr-1,Net primary production
8
- 6, Rh,kgC m-2 yr-1,Heterotrophic respiration
9
- 7, NEE,kgC m-2 yr-1,Net ecosystem exchange
10
- 8, Ra,kgC m-2 yr-1,Autotrophic respiration
11
- 9, RECO,kgC m-2 yr-1,Ecosystem respiration
 
 
 
 
1
+ target_group,index,name,unit,description
2
+ simulation,0,Height,m,Vegetation canopy height
3
+ simulation,1,AGB,kgC m-2 yr-1,Aboveground biomass
4
+ simulation,2,SC,kgC m-2 yr-1, Soil carbon
5
+ simulation,3, LAI,1,Leaf area index
6
+ simulation,4, GPP,kgC m-2 yr-1,Gross primary production
7
+ simulation,5, NPP,kgC m-2 yr-1,Net primary production
8
+ simulation,6, Rh,kgC m-2 yr-1,Heterotrophic respiration
9
+ simulation,7, NEE,kgC m-2 yr-1,Net ecosystem exchange
10
+ simulation,8, Ra,kgC m-2 yr-1,Autotrophic respiration
11
+ simulation,9, RECO,kgC m-2 yr-1,Ecosystem respiration
12
+ observed,0,GPP,kgC m-2 yr-1,Gross primary production
13
+ observed,1,RECO,kgC m-2 yr-1,Ecosystem respiration
14
+ observed,2,NEE,kgC m-2 yr-1,Net ecosystem exchange