OEMC Hackathon 2023: Global FAPAR Modeling Dataset
收藏资源简介:
Dataset organized by the Open-Earth-Monitor (OEMC) project within the context of Hackathon 2023. The dataset contains monthly mean FAPAR values aggregated by each ground station. FAPAR represents the fraction of the incoming (photosynthetic active) radiation that is absorbed by vegetation, and is given in the range <code>0-1</code>. It is a measure of vegetation health and ecosystem functioning, and a key parameter in light use efficiency models that model primary productivity. For each monthly FAPAR value, a set of covariates / features were extracted from <strong>32</strong> raster spatial layers, including including satellite (spectral bands and indices) and temperature images (land surface temperature), climate images (precipitation) and digital terrain model (slope and elevation). The features are organized by columns, unique data points in time are identified by the <code>sample_id</code> column, and data points points belonging to the same location are identified by <code>station_number</code>. <strong>Column names:</strong> <code>sample_id</code>: unique identifier of datapoint <code>station</code>: ground station number <code>fapar</code>: monthly mean FAPAR <code>month</code>: month of measurement <code>modis_{..}</code>: NDVI, EVI, reflectance bands 1 (red), 2 (near-infrared), 3 (blue), and 7 (mid-infrared) based on MOD13Q1 <code>modis_lst_day_p{..}</code>: Land surface temperatures daytime of percentiles 5th, 50th and 95th based on MOD11A2 <code>modis_lst_night_p{..}</code>: Land surface temperatures nighttime of percentiles 5th, 50th and 95th based on MOD11A2 <code>wv_yearly_p{..}</code>: Water vapour aggregated yearly by percentiles 25th, 50th and 75th based on derived from MCD19A2 <code>wv_monthly_lt_p{..}</code>: Water vapour aggregated long-term monthly by percentiles 25th, 50th and 75th based on MCD19A2 <code>wv_monthly_lt_sd</code>: Water vapour aggregated long-term monthly standard deviation based on MCD19A2 <code>wv_monthly_ts_raw</code>: Water vapour monthly time series based on MCD19A2 <code>wv_monthly_ts_smooth</code>: Water vapour monthly time series smoothed using the Whittaker method based on MCD19A2 <code>accum_pr_monthly</code>: Monthly accumulated precipitation based on CHELSA timeseries <code>dtm_{..}</code>: Several DTM derivatives (Elevation, Slope, aspect (sine, cosine), curvature (up- and downslope), openness (negative, positive), compound topographic index (cti), valley bottom flatness (vbf)) based on MERIT DEM <strong>Files</strong> <strong>train.csv</strong>: Training set with 3,461 rows and 36 columns, including sample id (<code>sample_id</code> - index column), ground station (<code>station</code>), reference month (<code>month</code>), measured FAPAR (<code>fapar</code>), and 32 features / covariates <strong>test.csv</strong>: Test set with 4,939 rows and 34 columns, including sample id (<code>sample_id</code> - index column), ground station (<code>station</code>), reference month (<code>month</code>) and 32 features / covariates <strong>sample_submission.csv</strong>: a sample submission file with 4,939 rows and 2 columns, including sample id (<code>sample_id</code> - index column) and measured FAPAR (<code>fapar</code>)



