qic69 commited on
Commit
4c899fb
·
verified ·
1 Parent(s): f0929a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -11,3 +11,17 @@ pretty_name: AgroFlux
11
 
12
  This repository contains the official data of paper AgroFlux: A Spatial-Temporal Benchmark for Carbon and Nitrogen Flux Prediction in Agricultural Ecosystems.
13
  Please refer to git repo for the usage of this data: https://github.com/qxc101/AgroFlux.git.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  This repository contains the official data of paper AgroFlux: A Spatial-Temporal Benchmark for Carbon and Nitrogen Flux Prediction in Agricultural Ecosystems.
13
  Please refer to git repo for the usage of this data: https://github.com/qxc101/AgroFlux.git.
14
+
15
+ ## Datasets
16
+ The benchmark works with several data:
17
+
18
+ - **Simulation datasets (T0)**:
19
+ - `mw`: Ecosys simulations
20
+ - `dc`: DayCent simulations
21
+
22
+ - **Observation datasets (T1)**:
23
+ - `n2o`: Nitrous oxide flux field measurements
24
+ - `co2`: Carbon dioxide flux field measurements (includes GPP)
25
+
26
+ For the processing of this dataset, please refer to the file scale_data_t0.ipynb in the git repo.
27
+ The notebook file contains visualizations and value checks with actual feature names of all the data provided here.