Find research datasets worth reusing
Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.
327
datasets available to search
ShareScore release 0.9.0
Dataset results
327 results for “Time-Series”
Aeroelastic simulations of wind turbines affected by leading edge erosion: datasets for multivariate time-series classification
<p>This repository contains data generated and used for classification in the publication:<br> Duthé, G.; Abdallah, I.; Barber, S.; Chatzi, E. Modeling and Monitoring Erosion of the Leading Edge of Wind Turbine Blades. <em>Energies</em> <strong>2021</strong>, <em>14</em>, 7262. https://doi.org/10.3390/en14217262</p> <p>The data is generated via OpenFAST aeroelastic simulations coupled with a Non-Homogeneous Compound Poisson Process for degradation modelling and was used to train a Transformer deep learning model.</p> <p>One degradation run generates 1200 samples (1 sample every 6 days corresponding to a 20 year degradation period). In total 20 degradation runs are made available (20x1200 = 24'000 multivariate time-series samples). This repo can serve to benchmark long multivariate time-series classification algorithms. There are 10 possible classes of erosion severity.</p> <p>Each sample is a multivariate time-series of length 60'000, with the following 4 channels extracted from the simulations for a section at the tip of the blade:</p> <ul> <li>Inflow velocity</li> <li>Angle of attack</li> <li>Lift coefficient</li> <li>Drag coefficient</li> </ul> <p>Please see the publication above for more information as well as the included readme for information about the data and an example of how to load it into to PyTorch.</p> <p> </p>
Train and test datasets used for the paper "Neural network time-series classifiers for gravitational-wave searches in single-detector periods"
<p>This repository contains the datasets used for training and testing during the work discussed in the paper "<a href="https://iopscience.iop.org/article/10.1088/1361-6382/ad40f0" target="_blank" rel="noopener">Neural network time-series classifiers for gravitational-wave searches in single-detector periods</a>". Please refer to this paper for more details on how the dataset was produced and cite it if you use these data:</p> <p><em>A. Trovato et al "Neural network time-series classifiers for gravitational-wave searches in single-detector periods", Class. Quant. Grav. 2024 DOI 10.1088/1361-6382/ad40f0.</em></p> <p>In this repository you will find six files in format npz, three of which refer to the test dataset and three to the train dataset. Each file name is of the type {label}_{train or test}.npz where "label" can be "glitch", "noise" or "signal", while the second part of the name indicates whether the file was used for training or testing.</p> <p>Each file is a collection of numpy arrays so it should be read with python. It contains 3 numpy arrays: 'X', 'Y' and 'metadata'. 'X' is a matrix containing 1-second segments of data sampled at 2048 Hz of the LIGO-Livingston detector, so it has shape: (number of samples, 2048). 'Y' contains the label for each segment, which is 0 for noise, 1 for signal and 2 for glitch, so it has shape: (number of samples,). In this case, the information on 'Y' is redundant since it's given directly by the filename. The 'metadata' matrix contains 17 metadata for each sample only for the case of signals, for glitch or noise it contains just 17 zeros for each sample. The shape of 'metadata' is thus: (number of samples, 17). For the signal files, for each sample the metadata is an array with these components:</p> <ol> <li>GPS start of the file from which this segment comes</li> <li>starting GPS time of this segment</li> <li>duration of the segment [s]</li> <li>mass1 [solar masses]</li> <li>mass2 [solar masses]</li> <li>spin1z</li> <li>spin2z</li> <li>inclination [radians]</li> <li>coalescence phase [radians]</li> <li>distance [Mpc]</li> <li>right_ascension [radians]</li> <li>declination [radians]</li> <li>polarization [radians]</li> <li>SNR (signal to noise ratio)</li> <li>shift of the signal w.r.t. the timeseries [s]</li> <li>length of the signal [s]</li> <li>fraction of the signal contained in the time window</li> </ol> <p>Number of samples:</p> <ul> <li>80000 for the file glitch_test.npz</li> <li>69998 for the file glitch_train.npz</li> <li>500000 for the file noise_test.npz</li> <li>250000 for the file noise_train.npz</li> <li>500000 for the file signal_test.npz</li> <li>250000 for the file signal_train.npz</li> </ul> <p>An example of few lines of python code to read each file is:</p> <pre><code>import numpy as np f = np.load("filename.npz") X = f['X'] Y = f['Y'] m = f['metadata'] </code></pre> <p>For the preparation of these data, we acknowledge the use of the following software packages: GWpy [1], PyCBC [2] and LALSuite [3]. </p> <p>This research has made use of data or software obtained from the Gravitational Wave Open Science Center (<a href="https://gwosc.org/" target="_blank" rel="noopener">gwosc.org</a>), a service of the LIGO Scientific Collaboration, the Virgo Collaboration, and KAGRA. This material is based upon work supported by NSF's LIGO Laboratory which is a major facility fully funded by the National Science Foundation, as well as the Science and Technology Facilities Council (STFC) of the United Kingdom, the Max-Planck-Society (MPS), and the State of Niedersachsen/Germany for support of the construction of Advanced LIGO and construction and operation of the GEO600 detector. Additional support for Advanced LIGO was provided by the Australian Research Council. Virgo is funded, through the European Gravitational Observatory (EGO), by the French Centre National de Recherche Scientifique (CNRS), the Italian Istituto Nazionale di Fisica Nucleare (INFN) and the Dutch Nikhef, with contributions by institutions from Belgium, Germany, Greece, Hungary, Ireland, Japan, Monaco, Poland, Portugal, Spain. KAGRA is supported by Ministry of Education, Culture, Sports, Science and Technology (MEXT), Japan Society for the Promotion of Science (JSPS) in Japan; National Research Foundation (NRF) and Ministry of Science and ICT (MSIT) in Korea; Academia Sinica (AS) and National Science and Technology Council (NSTC) in Taiwan.</p> <p>[1] https://gwpy.github.io<br>[2] https://pycbc.org<br>[3] https://lscsoft.docs.ligo.org/lalsuite</p>
Historical time-series reconstruction benchmark dataset of Landsat bi-monthly aggregates from GLAD ARD-2 at 30-m resolution with stratified sampling based on ESA CCI
<h2>Description</h2> <p>Historical time-series reconstruction benchmark dataset presented here is designed for evaluating and comparing the performance of time series reconstruction methods in the context of land cover change detection. The dataset is based on the European Space Agency Climate Change Initiative (ESA CCI) land cover dataset, which has been aggregated into 18 classes to facilitate analysis. The dataset includes information on land cover dynamics from 2000 to 2020, focusing on identifying and characterizing changes in land cover over time.</p> <h3><strong>Data Collection and Processing:</strong></h3> <p>The dataset is derived from the ESA CCI land cover dataset, which provides information on land cover classes at a global scale. The original dataset, containing 37 land cover classes, was aggregated into 18 classes based on similarity. Pixels with stable land cover over the study period and pixels with one or multiple land cover changes were identified and grouped into strata for sampling purposes.</p> <p>Sampling points were selected using a stratified sampling design, ensuring representation across different land cover classes and change scenarios. Approximately 2600 points were selected from each stratum, resulting in a total of 51,978 sampling points. The selected points were uniformly distributed along the strata, with spatial variations accounted for.</p> <p>Bimonthly time series data were extracted for each sampling point from 1997 to 2022, capturing temporal dynamics in land cover. Artificial gaps were introduced into the time series data to simulate real-world data loss, allowing for the evaluation of time series reconstruction methods under varying gap densities.</p> <p>The time series values were extracted from Landsat GLAD imagery using the specified spectral bands, including blue, green, red, NIR, SWIR1, SWIR2, and thermal bands. Additionally, a clear quality band was also extracted.</p> <h3>Data Details</h3> <ul> <li><strong>Time Period:</strong> 1997-01-01 to 2022-12-31</li> <li><strong>Type of Data: </strong>R data frame / Geopackage points.</li> <li><strong>Collection/Derivation:</strong> Derived from Landsat ARD v2, processed with Scikit-map.</li> <li><strong>Coordinate Reference System:</strong> EPSG:4326</li> <li><strong>Bounding Box:</strong> All the globe</li> <li><strong>File Format:</strong> RDS</li> </ul> <p> </p> <h3><strong>Reclassified Classes of ESA CCI Land Cover Dataset</strong></h3> <table> <tbody> <tr> <td> <div> <div> <p><strong>Aggregated Class Code</strong></p> </div> </div> </td> <td> <div> <div> <p><strong>Aggregated Class Label</strong></p> </div> </div> </td> <td> <div> <div> <p><strong>Original ESA CCI Classes</strong></p> </div> </div> </td> </tr> <tr> <td> <div> <div> <p>10</p> </div> </div> </td> <td> <div> <div> <p>Cropland rainfed</p> </div> </div> </td> <td> <div> <div> <p>10, 11, 12</p> </div> </div> </td> </tr> <tr> <td> <div> <div> <p>30</p> </div> </div> </td> <td> <div> <div> <p>Mosaic cropland | natural vegetation</p> </div> </div> </td> <td> <div> <div> <p>30, 40</p> </div> </div> </td> </tr> <tr> <td> <div> <div> <p>50</p> </div> </div> </td> <td> <div> <div> <p>Tree cover broadleaved evergreen</p> </div> </div> </td> <td> <div> <div> <p>50</p> </div> </div> </td> </tr> <tr> <td> <div> <div> <p>60</p> </div> </div> </td> <td> <div> <div> <p>Tree cover broadleaved deciduous</p> </div> </div> </td> <td> <div> <div> <p>60, 61, 62</p> </div> </div> </td> </tr> <tr> <td> <div> <div> <p>70</p> </div> </div> </td> <td> <div> <div> <p>Tree cover needleleaved evergreen</p> </div> </div> </td> <td> <div> <div> <p>70, 71, 72</p> </div> </div> </td> </tr> <tr> <td> <div> <div> <p>80</p> </div> </div> </td> <td> <div> <div> <p>Tree cover needleleaved deciduous</p> </div> </div> </td> <td> <div> <div> <p>80, 81, 82</p> </div> </div> </td> </tr> <tr> <td> <div> <div> <p>90</p> </div> </div> </td> <td> <div> <div> <p>Tree cover mixed leaf type</p> </div> </div> </td> <td> <div> <div> <p>90</p> </div> </div> </td> </tr> <tr> <td> <div> <div> <p>100</p> </div> </div> </td> <td> <div> <div> <p>Mosaic tree and shrub | herbaceous cover</p> </div> </div> </td> <td> <div> <div> <p>100, 110</p> </div> </div> </td> </tr> <tr> <td> <div> <div> <p>120</p> </div> </div> </td> <td> <div> <div> <p>Shrubland</p> </div> </div> </td> <td> <div> <div> <p>120, 121, 122</p> </div> </div> </td> </tr> <tr> <td> <div> <div> <p>150</p> </div> </div> </td> <td> <div> <div> <p>Sparse vegetation</p> </div> </div> </td> <td> <div> <div> <p>150, 151, 152, 153</p> </div> </div> </td> </tr> <tr> <td> <div> <div> <p>160</p> </div> </div> </td> <td> <div> <div> <p>Tree cover flooded</p> </div> </div> </td> <td> <div> <div> <p>160, 170</p> </div> </div> </td> </tr> <tr> <td> <div> <div> <p>180</p> </div> </div> </td> <td> <div> <div> <p>Shrub or herbaceous cover flooded</p> </div> </div> </td> <td> <div> <div> <p>180</p> </div> </div> </td> </tr> <tr> <td> <div> <div> <p>200</p> </div> </div> </td> <td> <div> <div> <p>Bare areas</p> </div> </div> </td> <td> <div> <div> <p>200, 201, 202</p> </div> </div> </td> </tr> </tbody> </table> <p>In the table, each row represents a reclassified land cover class, identified by a unique code. The 'Original ESA CCI Classes' column lists the specific land cover classes from the European Space Agency Climate Change Initiative dataset that are grouped together to form each broader category. Note that land cover classes not listed in this table were retained in their original value and were not reclassified.</p> <h3><strong>File Format</strong></h3> <p>The dataset comprises observations spanning from January 1997 to November 2022, capturing data for 51,978 samples.</p> <ul> <li>blue.rds: Time series data for the blue spectral band.</li> <li>green.rds: Time series data for the green spectral band.</li> <li>red.rds: Time series data for the red spectral band.</li> <li>nir.rds: Time series data for the near-infrared (NIR) spectral band.</li> <li>swir1.rds: Time series data for the shortwave infrared 1 (SWIR1) spectral band.</li> <li>swir2.rds: Time series data for the shortwave infrared 2 (SWIR2) spectral band.</li> <li>thermal.rds: Time series data for the thermal infrared band.</li> <li>clear.rds: Time series data for the clear quality band, used for masking out cloudy observations.</li> </ul> <p>How open the files in R:</p> <p><code>blue <- readRDS("blue.rds")</code></p> <p>To open the files in Python, you need to the <code>pyreadr</code> library:</p> <p><code>import pyreadr</code><br><code>blue = pyreadr.read_r('blue.rds')</code></p> <p> </p>
NYC Bike Sharing Network: Time-Series Enhanced Nodes and Edges Dataset
<p>This dataset presents a comprehensive graph representation of the New York City Bike Sharing system, structured with nodes representing stations and edges delineating trips between these stations. The dataset is distinctive in integrating dynamic properties as time series data, which are meticulously updated using historical records (csv files) and live data feeds (gbfs files) provided by<a href="https://citibikenyc.com/system-data" target="_blank" rel="noopener"> NYC Bike sharing system</a>. </p> <ul> <li> <p><strong>Nodes</strong>:</p> <ul> <li><strong>Source</strong>: Data is collected from the New York City Bike Station Information API.</li> <li><strong>Attributes</strong>: <ul> <li><strong>ID</strong>: Unique identifier for each station.</li> <li><strong>Name</strong>: Name of the station.</li> <li><strong>Capacity</strong>: Number of bikes the station can accommodate.</li> <li><strong>Short ID</strong>: A condensed identifier used internally.</li> </ul> </li> <li><strong>Time Series Data</strong>: <ul> <li>Updated every 5 minutes from the Station Status API.</li> <li>Captures changes in bike availability, recording values only when they differ from previous data points.</li> </ul> </li> </ul> </li> <li> <p><strong>Edges</strong>:</p> <ul> <li><strong>Source</strong>: Compiled from trip data provided in CSV format specific to NYC Bike Sharing.</li> <li><strong>Attributes</strong>: <ul> <li><strong>Trip Counter</strong>: Total number of trips recorded.</li> <li><strong>Bike Type Counter</strong>: Counts trips made with electric versus classic bikes.</li> <li><strong>Trip Type Counter</strong>: Separates trips made by members versus casual riders.</li> <li><strong>Active Trips Tracker</strong>: Tracks the number of active trips at any given moment.</li> </ul> </li> <li><strong>Aggregation</strong>: Trip data between identical start and end points, in the same direction, are aggregated into a single edge, with time-series tracking the frequency of these trips.</li> </ul> </li> </ul>
Data from: Using Landsat time-series to investigate nearly 50 years of tree canopy cover change across an urban-rural landscape in southern Ontario
<p><strong>Paper Abstract:</strong></p> <p>Canadian urban and adjacent landscapes have been dynamic over the last 50 years due to land management, land cover alternations, climate change, and disturbances. Remote sensing, particularly the Landsat archive, provides the only means to spatially quantify these long-term dynamics locally. Here, we explore the utility of Landsat, including the often-forgotten MSS sensor, for investigating percent tree canopy cover (TCC) change between 1972 and 2020 in a Canadian urban-rural context. We build a TCC time-series by training random forest models using visually interpreted TCC from high-resolution imagery. Predictors include topographic and yearly LandsatLinkr-harmonized and LandTrendr-fitted tasseled cap indices. Yearly binary TCC maps are built to mask consistently treeless areas and limit noise. To increase confidence in observed TCC change without historical reference imagery, we investigate multiple temporal validation options. Our TCC time-series (R2: 0.89, RMSE: 10.7%), quantifies TCC dynamics while limiting erroneous change and predictor space extrapolation. We explore TCC changes across landscapes, revealing periods of gain and loss associated with agricultural reforestation (1978-1996), housing development (on-going), drought (late 1990s), emerald ash borer (2010s), an ice storm (2013), and other drivers. Results demonstrate how long-term Landsat time-series can be used to better understand historical tree canopy change at local-regional scales. </p> <p> </p> <p><strong>Dataset details:</strong></p> <p>See paper. </p> <ul> <li>cc_72to20.tif: Yearly tree CC predictions (1972-2020)</li> <li>always_nonforest10_nowater.tif: continuous-non-canopy mask</li> <li>water.tif: water mask</li> <li>Yearly.zip: Annual predictors (including CC10) and asc outputs</li> </ul> <p> </p> <p>See code on GitHub: <a href="https://github.com/ZZMitch/PredictTreeCC_Landsat_1972to2020">ZZMitch/PredictTreeCC_Landsat_1972to2020: Code from the portion of my PhD about using Landsat time-series to predict tree canopy cover from 1972 - 2020. Code will be released as papers are published. (github.com)</a></p>
Extended data tables to Haering and Habermann, F1000Res, RNfuzzyApp: an R shiny RNA-seq data analysis app for visualisation, differential expression analysis, time-series clustering and enrichment analysis
<p><b>Background</b> </p> <p>RNA-seq is a widely adopted affordable method for large scale gene expression profiling. However, user-friendly and versatile tools for wet-lab biologists to analyse RNA-seq data beyond standard analyses such as differential expression, are rare. Especially, the analysis of time-series data is difficult for wet-lab biologists lacking advanced computational training. Furthermore, most meta-analysis tools are tailored for model organisms and not easily adaptable to other species.</p> <p><b>Results</b></p> <p>With RNfuzzyApp, we provide a user-friendly, web-based R-shiny app for differential expression analysis, as well as time-series analysis of RNA-seq data. RNfuzzyApp offers several methods for normalization and differential expression analysis of RNA-seq data, providing easy-to-use toolboxes, interactive plots and downloadable results. For time-series analysis, RNfuzzyApp presents the first web-based, automated pipeline for soft clustering with the Mfuzz R package, including methods to aid in cluster number selection, Mfuzz loop computations, cluster overlap analysis, as well as cluster enrichments.</p> <p><b>Conclusion</b></p> <p>RNfuzzyApp is an intuitive, easy to use and interactive R shiny app for RNA-seq differential expression and time-series analysis, offering a rich selection of interactive plots, providing a quick overview of raw data and generating rapid analysis results. Furthermore, its orthology assignment, enrichment analysis, as well as ID conversion functions are accessible to non-model organisms.</p>
Soil organic carbon models need independent time-series validation for reliable prediction
<p>Supplementary Data 1 to the paper: Soil organic carbon models need independent time-series validation for reliable prediction</p> <p>By: Le Noë, J., Manzoni, S., Abramoff, R.Z., Bölscher, T., Bruni, E., Cardinael, R., Ciais, P., Chenu, C., Clivot, H., Derrien, D., Ferchaud, F., Garnier, P., Goll, D., Lashermes, G., Martin, M.P., Rasse, D., Rees, F., Sainte-Marie, J., Salmon, E., Schiedung, M., Schimel, J., Wieder, W.R., Abiven, S., Barré, P., Cécillon, L., Guenet, B.</p>
Fluorescence correlation spectroscopy time-series data with and without peak artifacts - simulated data
<p>This is a dataset of FCS time-series with and without peak artifacts. It was created by 2D Monte Carlo simulations of diffusing particles. The provenance of the data is recorded in <a href="https://github.com/aseltmann/fluotracify/blob/data/data/exp-201231-clustsim/LabBook-exp-201231-clustsim.org">this file</a> (see a rendered version <a href="https://aseltmann.github.io/fluotracify/data/LabBook-all.html#sec-2-2">here</a>). This parent project (<a href="https://github.com/aseltmann/fluotracify">https://github.com/aseltmann/fluotracify</a>]) also contains examples of how to use this data and related Python code to load it.</p> <p>The following connected paper is currently under review and should be cited together with this dataset: Seltmann, A.; Carravilla, P.; Reglinski, K.; Eggeling, E.; Waithe, D. Neural Network Informed Photon Filtering Reduces Artifacts in Fluorescence Correlation Spectroscopy Data. 2023 (currently under review)</p> Data structure inside each .csv file <table><tbody> <tr> <td><header></td> <td> <p>10 to 12 lines, contains metadata</p> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> <tr> <td>...</td> <td>...</td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> <tr> <td><source_1></td> <td><target_1a></td> <td><target_1b></td> <td><source_2></td> <td><target_2a></td> <td><target_2b></td> <td>...</td> </tr> <tr> <td> <p>FCS time-series with artifact</p> </td> <td>Artifact time series</td> <td> <p>FCS time series without artifact</p> </td> <td> <p>FCS time series with artifact</p> </td> <td>Artifact time series</td> <td> <p>FCS time-series without artifact</p> </td> <td>...</td> </tr> <tr> <td>...</td> <td>...</td> <td>...</td> <td>...</td> <td>...</td> <td>...</td> <td>...</td> </tr> </tbody> </table> <p> </p>
Monthly aggregated GLASS FAPAR V6 (250 m): 5th percentile monthly time-series (2021)
<p><strong>List of Subdatasets:</strong></p> <ul> <li>Long-term data: <a href="https://doi.org/10.5281/zenodo.8381409">2000-2021</a></li> <li>5th percentile (p05) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408654">2000</a>, <a href="https://doi.org/10.5281/zenodo.8411611">2001</a>, <a href="https://doi.org/10.5281/zenodo.8412712">2002</a>, <a href="https://doi.org/10.5281/zenodo.8413021">2003</a>, <a href="https://doi.org/10.5281/zenodo.8413689">2004</a>, <a href="https://doi.org/10.5281/zenodo.8414639">2005</a>, <a href="https://doi.org/10.5281/zenodo.8411609">2006</a>, <a href="https://doi.org/10.5281/zenodo.8414085">2007</a>, <a href="https://doi.org/10.5281/zenodo.8414960">2008</a>, <a href="https://doi.org/10.5281/zenodo.8415476">2009</a>, <a href="https://doi.org/10.5281/zenodo.8415686">2010</a>, <a href="https://doi.org/10.5281/zenodo.8412154">2011</a>, <a href="https://doi.org/10.5281/zenodo.8414082">2012</a>, <a href="https://doi.org/10.5281/zenodo.8411364">2013</a>, <a href="https://doi.org/10.5281/zenodo.8414933">2014</a>, <a href="https://doi.org/10.5281/zenodo.8415414">2015</a>, <a href="https://doi.org/10.5281/zenodo.8412246">2016</a>, <a href="https://doi.org/10.5281/zenodo.8414083">2017</a>, <a href="https://doi.org/10.5281/zenodo.8411366">2018</a>, <a href="https://doi.org/10.5281/zenodo.8415203">2019</a>, <a href="https://doi.org/10.5281/zenodo.8415549">2020</a>, <a href="https://doi.org/10.5281/zenodo.8387608">2021</a></li> <li>50th percentile (p50) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408710">2000</a>, <a href="https://doi.org/10.5281/zenodo.8408798">2001</a>, <a href="https://doi.org/10.5281/zenodo.8408866">2002</a>, <a href="https://doi.org/10.5281/zenodo.8415319">2003</a>, <a href="https://doi.org/10.5281/zenodo.8415619">2004</a>, <a href="https://doi.org/10.5281/zenodo.8415878">2005</a>, <a href="https://doi.org/10.5281/zenodo.8416080">2006</a>, <a href="https://doi.org/10.5281/zenodo.8416619">2007</a>, <a href="https://doi.org/10.5281/zenodo.8417164">2008</a>, <a href="https://doi.org/10.5281/zenodo.8417513">2009</a>, <a href="https://doi.org/10.5281/zenodo.8417708">2010</a>, <a href="https://doi.org/10.5281/zenodo.8415669">2011</a>, <a href="https://doi.org/10.5281/zenodo.8416000">2012</a>, <a href="https://doi.org/10.5281/zenodo.8416542">2013</a>, <a href="https://doi.org/10.5281/zenodo.8417055">2014</a>, <a href="https://doi.org/10.5281/zenodo.8417467">2015</a>, <a href="https://doi.org/10.5281/zenodo.8415747">2016</a>, <a href="https://doi.org/10.5281/zenodo.8416333">2017</a>, <a href="https://doi.org/10.5281/zenodo.8416835">2018</a>, <a href="https://doi.org/10.5281/zenodo.8417326">2019</a>, <a href="https://doi.org/10.5281/zenodo.8417589">2020</a>, <a href="https://doi.org/10.5281/zenodo.8388078">2021</a></li> <li>95th percentile (p95) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408949">2000</a>, <a href="https://doi.org/10.5281/zenodo.8409059">2001</a>, <a href="https://doi.org/10.5281/zenodo.8409154">2002</a>, <a href="https://doi.org/10.5281/zenodo.8409362">2003</a>, <a href="https://doi.org/10.5281/zenodo.8416487">2004</a>, <a href="https://doi.org/10.5281/zenodo.8417029">2005</a>, <a href="https://doi.org/10.5281/zenodo.8417833">2006</a>, <a href="https://doi.org/10.5281/zenodo.8417996">2007</a>, <a href="https://doi.org/10.5281/zenodo.8418308">2008</a>, <a href="https://doi.org/10.5281/zenodo.8418669">2009</a>, <a href="https://doi.org/10.5281/zenodo.8418986">2010</a>, <a href="https://doi.org/10.5281/zenodo.8417649">2011</a>, <a href="https://doi.org/10.5281/zenodo.8417816">2012</a>, <a href="https://doi.org/10.5281/zenodo.8417959">2013</a>, <a href="https://doi.org/10.5281/zenodo.8418253">2014</a>, <a href="https://doi.org/10.5281/zenodo.8418625">2015</a>, <a href="https://doi.org/10.5281/zenodo.8417759">2016</a>, <a href="https://doi.org/10.5281/zenodo.8417898">2017</a>, <a href="https://doi.org/10.5281/zenodo.8418076">2018</a>, <a href="https://doi.org/10.5281/zenodo.8418442">2019</a>, <a href="https://doi.org/10.5281/zenodo.8418751">2020</a>, <a href="https://doi.org/10.5281/zenodo.8392976">2021</a></li> </ul> <p><strong>General Description</strong></p> <p>The <i>monthly aggregated Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</i> dataset is derived from <abbr title="glass.umd.edu/FAPAR/MODIS/250m/">250m 8d GLASS V6 FAPAR</abbr>. The data set is derived from Moderate Resolution Imaging Spectroradiometer (MODIS) reflectance and LAI data using several other FAPAR products (MODIS Collection 6, GLASS FAPAR V5, and PROBA-V1 FAPAR) to generate a bidirectional long-short-term memory (Bi-LSTM) model to estimate FAPAR. The dataset time spans from March 2000 to December 2021 and provides data that covers the entire globe. The dataset can be used in many applications like land degradation modeling, land productivity mapping, and land potential mapping. The dataset includes:</p> <ul> <li><strong>Long-term:</strong></li> </ul> <p>Derived from monthly time-series. This dataset provides linear trend model for the p95 variable: (1) slope beta mean (p95.beta_m), p-value for beta (p95.beta_pv), intercept alpha mean (p95.alpha_m), p-value for alpha (p95.alpha_pv), and coefficient of determination R<sup>2</sup> (p95.r2_m).</p> <ul> <li><strong>Monthly time-series:</strong></li> </ul> <p>Monthly aggregation with three standard statistics: (1) 5th percentile (p05), median (p50), and 95th percentile (p95). For each month, we aggregate all composites within that month plus one composite each before and after, ending up with 5 to 6 composites for a single month depending on the number of images within that month.</p> <p><strong>Data Details</strong></p> <ul> <li><strong>Time period:</strong> March 2000 – December 2021</li> <li><strong>Type of data:</strong> Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</li> <li><strong>How the data was collected or derived:</strong> Derived from 250m 8 d GLASS V6 FAPAR using Python running in a local HPC. The time-series analysis were computed using the <a href="https://github.com/scikit-map/scikit-map">Scikit-map</a> Python package.</li> <li><strong>Statistical methods used:</strong> for the long-term, Ordinary Least Square (OLS) of p95 monthly variable; for the monthly time-series, percentiles 05, 50, and 95.</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Antarctica.</li> <li><strong>Coordinate reference system:</strong> EPSG:4326</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (-180.00000, -62.0008094, 179.9999424, 87.37000)</li> <li><strong>Spatial resolution:</strong> 1/480 d.d. = 0.00208333 (250m)</li> <li><strong>Image size:</strong> 172,800 x 71,698</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <p><strong>Support</strong></p> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: <a href="https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues">https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues</a></p> <p><strong>Reference</strong></p> <p>Hackländer, J., Parente, L., Ho, Y.-F., Hengl, T., Simoes, R., Consoli, D., Şahin, M., Tian, X., Herold, M., Jung, M., Duveiller, G., Weynants, M., Wheeler, I., (2023?) "Land potential assessment and trend-analysis using 2000–2021 FAPAR monthly time-series at 250 m spatial resolution", submitted to PeerJ, preprint available at: <a href="https://doi.org/10.21203/rs.3.rs-3415685/v1">https://doi.org/10.21203/rs.3.rs-3415685/v1</a></p> <p><strong>Name convention</strong></p> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describes important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> fapar = Fraction of Absorbed Photosynthetically Active Radiation</li> <li><strong>variable procedure combination:</strong> essd.lstm = Earth System Science Data with bidirectional long short-term memory (Bi–LSTM)</li> <li><strong>Position in the probability distribution / variable type:</strong> p05/p50/p95 = 5th/50th/95th percentile</li> <li><strong>Spatial support:</strong> 250m</li> <li><strong>Depth reference:</strong> s = surface</li> <li><strong>Time reference begin time:</strong> 20000301 = 2000-03-01</li> <li><strong>Time reference end time:</strong> 20211231 = 2022-12-31</li> <li><strong>Bounding box:</strong> go = global (without Antarctica)</li> <li><strong>EPSG code:</strong> epsg.4326 = EPSG:4326</li> <li><strong>Version code:</strong> v20230628 = 2023-06-28 (creation date)</li> </ol>
Monthly aggregated GLASS FAPAR V6 (250 m): 50th percentile monthly time-series (2016)
<p><strong>List of Subdatasets:</strong></p> <ul> <li>Long-term data: <a href="https://doi.org/10.5281/zenodo.8381409">2000-2021</a></li> <li>5th percentile (p05) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408654">2000</a>, <a href="https://doi.org/10.5281/zenodo.8411611">2001</a>, <a href="https://doi.org/10.5281/zenodo.8412712">2002</a>, <a href="https://doi.org/10.5281/zenodo.8413021">2003</a>, <a href="https://doi.org/10.5281/zenodo.8413689">2004</a>, <a href="https://doi.org/10.5281/zenodo.8414639">2005</a>, <a href="https://doi.org/10.5281/zenodo.8411609">2006</a>, <a href="https://doi.org/10.5281/zenodo.8414085">2007</a>, <a href="https://doi.org/10.5281/zenodo.8414960">2008</a>, <a href="https://doi.org/10.5281/zenodo.8415476">2009</a>, <a href="https://doi.org/10.5281/zenodo.8415686">2010</a>, <a href="https://doi.org/10.5281/zenodo.8412154">2011</a>, <a href="https://doi.org/10.5281/zenodo.8414082">2012</a>, <a href="https://doi.org/10.5281/zenodo.8411364">2013</a>, <a href="https://doi.org/10.5281/zenodo.8414933">2014</a>, <a href="https://doi.org/10.5281/zenodo.8415414">2015</a>, <a href="https://doi.org/10.5281/zenodo.8412246">2016</a>, <a href="https://doi.org/10.5281/zenodo.8414083">2017</a>, <a href="https://doi.org/10.5281/zenodo.8411366">2018</a>, <a href="https://doi.org/10.5281/zenodo.8415203">2019</a>, <a href="https://doi.org/10.5281/zenodo.8415549">2020</a>, <a href="https://doi.org/10.5281/zenodo.8387608">2021</a></li> <li>50th percentile (p50) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408710">2000</a>, <a href="https://doi.org/10.5281/zenodo.8408798">2001</a>, <a href="https://doi.org/10.5281/zenodo.8408866">2002</a>, <a href="https://doi.org/10.5281/zenodo.8415319">2003</a>, <a href="https://doi.org/10.5281/zenodo.8415619">2004</a>, <a href="https://doi.org/10.5281/zenodo.8415878">2005</a>, <a href="https://doi.org/10.5281/zenodo.8416080">2006</a>, <a href="https://doi.org/10.5281/zenodo.8416619">2007</a>, <a href="https://doi.org/10.5281/zenodo.8417164">2008</a>, <a href="https://doi.org/10.5281/zenodo.8417513">2009</a>, <a href="https://doi.org/10.5281/zenodo.8417708">2010</a>, <a href="https://doi.org/10.5281/zenodo.8415669">2011</a>, <a href="https://doi.org/10.5281/zenodo.8416000">2012</a>, <a href="https://doi.org/10.5281/zenodo.8416542">2013</a>, <a href="https://doi.org/10.5281/zenodo.8417055">2014</a>, <a href="https://doi.org/10.5281/zenodo.8417467">2015</a>, <a href="https://doi.org/10.5281/zenodo.8415747">2016</a>, <a href="https://doi.org/10.5281/zenodo.8416333">2017</a>, <a href="https://doi.org/10.5281/zenodo.8416835">2018</a>, <a href="https://doi.org/10.5281/zenodo.8417326">2019</a>, <a href="https://doi.org/10.5281/zenodo.8417589">2020</a>, <a href="https://doi.org/10.5281/zenodo.8388078">2021</a></li> <li>95th percentile (p95) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408949">2000</a>, <a href="https://doi.org/10.5281/zenodo.8409059">2001</a>, <a href="https://doi.org/10.5281/zenodo.8409154">2002</a>, <a href="https://doi.org/10.5281/zenodo.8409362">2003</a>, <a href="https://doi.org/10.5281/zenodo.8416487">2004</a>, <a href="https://doi.org/10.5281/zenodo.8417029">2005</a>, <a href="https://doi.org/10.5281/zenodo.8417833">2006</a>, <a href="https://doi.org/10.5281/zenodo.8417996">2007</a>, <a href="https://doi.org/10.5281/zenodo.8418308">2008</a>, <a href="https://doi.org/10.5281/zenodo.8418669">2009</a>, <a href="https://doi.org/10.5281/zenodo.8418986">2010</a>, <a href="https://doi.org/10.5281/zenodo.8417649">2011</a>, <a href="https://doi.org/10.5281/zenodo.8417816">2012</a>, <a href="https://doi.org/10.5281/zenodo.8417959">2013</a>, <a href="https://doi.org/10.5281/zenodo.8418253">2014</a>, <a href="https://doi.org/10.5281/zenodo.8418625">2015</a>, <a href="https://doi.org/10.5281/zenodo.8417759">2016</a>, <a href="https://doi.org/10.5281/zenodo.8417898">2017</a>, <a href="https://doi.org/10.5281/zenodo.8418076">2018</a>, <a href="https://doi.org/10.5281/zenodo.8418442">2019</a>, <a href="https://doi.org/10.5281/zenodo.8418751">2020</a>, <a href="https://doi.org/10.5281/zenodo.8392976">2021</a></li> </ul> <p><strong>General Description</strong></p> <p>The <i>monthly aggregated Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</i> dataset is derived from <abbr title="glass.umd.edu/FAPAR/MODIS/250m/">250m 8d GLASS V6 FAPAR</abbr>. The data set is derived from Moderate Resolution Imaging Spectroradiometer (MODIS) reflectance and LAI data using several other FAPAR products (MODIS Collection 6, GLASS FAPAR V5, and PROBA-V1 FAPAR) to generate a bidirectional long-short-term memory (Bi-LSTM) model to estimate FAPAR. The dataset time spans from March 2000 to December 2021 and provides data that covers the entire globe. The dataset can be used in many applications like land degradation modeling, land productivity mapping, and land potential mapping. The dataset includes:</p> <ul> <li><strong>Long-term:</strong></li> </ul> <p>Derived from monthly time-series. This dataset provides linear trend model for the p95 variable: (1) slope beta mean (p95.beta_m), p-value for beta (p95.beta_pv), intercept alpha mean (p95.alpha_m), p-value for alpha (p95.alpha_pv), and coefficient of determination R<sup>2</sup> (p95.r2_m).</p> <ul> <li><strong>Monthly time-series:</strong></li> </ul> <p>Monthly aggregation with three standard statistics: (1) 5th percentile (p05), median (p50), and 95th percentile (p95). For each month, we aggregate all composites within that month plus one composite each before and after, ending up with 5 to 6 composites for a single month depending on the number of images within that month.</p> <p><strong>Data Details</strong></p> <ul> <li><strong>Time period:</strong> March 2000 – December 2021</li> <li><strong>Type of data:</strong> Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</li> <li><strong>How the data was collected or derived:</strong> Derived from 250m 8 d GLASS V6 FAPAR using Python running in a local HPC. The time-series analysis were computed using the <a href="https://github.com/scikit-map/scikit-map">Scikit-map</a> Python package.</li> <li><strong>Statistical methods used:</strong> for the long-term, Ordinary Least Square (OLS) of p95 monthly variable; for the monthly time-series, percentiles 05, 50, and 95.</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Antarctica.</li> <li><strong>Coordinate reference system:</strong> EPSG:4326</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (-180.00000, -62.0008094, 179.9999424, 87.37000)</li> <li><strong>Spatial resolution:</strong> 1/480 d.d. = 0.00208333 (250m)</li> <li><strong>Image size:</strong> 172,800 x 71,698</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <p><strong>Support</strong></p> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: <a href="https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues">https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues</a></p> <p><strong>Reference</strong></p> <p>Hackländer, J., Parente, L., Ho, Y.-F., Hengl, T., Simoes, R., Consoli, D., Şahin, M., Tian, X., Herold, M., Jung, M., Duveiller, G., Weynants, M., Wheeler, I., (2023?) "Land potential assessment and trend-analysis using 2000–2021 FAPAR monthly time-series at 250 m spatial resolution", submitted to PeerJ, preprint available at: <a href="https://doi.org/10.21203/rs.3.rs-3415685/v1">https://doi.org/10.21203/rs.3.rs-3415685/v1</a></p> <p><strong>Name convention</strong></p> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describes important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> fapar = Fraction of Absorbed Photosynthetically Active Radiation</li> <li><strong>variable procedure combination:</strong> essd.lstm = Earth System Science Data with bidirectional long short-term memory (Bi–LSTM)</li> <li><strong>Position in the probability distribution / variable type:</strong> p05/p50/p95 = 5th/50th/95th percentile</li> <li><strong>Spatial support:</strong> 250m</li> <li><strong>Depth reference:</strong> s = surface</li> <li><strong>Time reference begin time:</strong> 20000301 = 2000-03-01</li> <li><strong>Time reference end time:</strong> 20211231 = 2022-12-31</li> <li><strong>Bounding box:</strong> go = global (without Antarctica)</li> <li><strong>EPSG code:</strong> epsg.4326 = EPSG:4326</li> <li><strong>Version code:</strong> v20230628 = 2023-06-28 (creation date)</li> </ol>
Monthly aggregated GLASS FAPAR V6 (250 m): 95th percentile monthly time-series (2016)
<p><strong>List of Subdatasets:</strong></p> <ul> <li>Long-term data: <a href="https://doi.org/10.5281/zenodo.8381409">2000-2021</a></li> <li>5th percentile (p05) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408654">2000</a>, <a href="https://doi.org/10.5281/zenodo.8411611">2001</a>, <a href="https://doi.org/10.5281/zenodo.8412712">2002</a>, <a href="https://doi.org/10.5281/zenodo.8413021">2003</a>, <a href="https://doi.org/10.5281/zenodo.8413689">2004</a>, <a href="https://doi.org/10.5281/zenodo.8414639">2005</a>, <a href="https://doi.org/10.5281/zenodo.8411609">2006</a>, <a href="https://doi.org/10.5281/zenodo.8414085">2007</a>, <a href="https://doi.org/10.5281/zenodo.8414960">2008</a>, <a href="https://doi.org/10.5281/zenodo.8415476">2009</a>, <a href="https://doi.org/10.5281/zenodo.8415686">2010</a>, <a href="https://doi.org/10.5281/zenodo.8412154">2011</a>, <a href="https://doi.org/10.5281/zenodo.8414082">2012</a>, <a href="https://doi.org/10.5281/zenodo.8411364">2013</a>, <a href="https://doi.org/10.5281/zenodo.8414933">2014</a>, <a href="https://doi.org/10.5281/zenodo.8415414">2015</a>, <a href="https://doi.org/10.5281/zenodo.8412246">2016</a>, <a href="https://doi.org/10.5281/zenodo.8414083">2017</a>, <a href="https://doi.org/10.5281/zenodo.8411366">2018</a>, <a href="https://doi.org/10.5281/zenodo.8415203">2019</a>, <a href="https://doi.org/10.5281/zenodo.8415549">2020</a>, <a href="https://doi.org/10.5281/zenodo.8387608">2021</a></li> <li>50th percentile (p50) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408710">2000</a>, <a href="https://doi.org/10.5281/zenodo.8408798">2001</a>, <a href="https://doi.org/10.5281/zenodo.8408866">2002</a>, <a href="https://doi.org/10.5281/zenodo.8415319">2003</a>, <a href="https://doi.org/10.5281/zenodo.8415619">2004</a>, <a href="https://doi.org/10.5281/zenodo.8415878">2005</a>, <a href="https://doi.org/10.5281/zenodo.8416080">2006</a>, <a href="https://doi.org/10.5281/zenodo.8416619">2007</a>, <a href="https://doi.org/10.5281/zenodo.8417164">2008</a>, <a href="https://doi.org/10.5281/zenodo.8417513">2009</a>, <a href="https://doi.org/10.5281/zenodo.8417708">2010</a>, <a href="https://doi.org/10.5281/zenodo.8415669">2011</a>, <a href="https://doi.org/10.5281/zenodo.8416000">2012</a>, <a href="https://doi.org/10.5281/zenodo.8416542">2013</a>, <a href="https://doi.org/10.5281/zenodo.8417055">2014</a>, <a href="https://doi.org/10.5281/zenodo.8417467">2015</a>, <a href="https://doi.org/10.5281/zenodo.8415747">2016</a>, <a href="https://doi.org/10.5281/zenodo.8416333">2017</a>, <a href="https://doi.org/10.5281/zenodo.8416835">2018</a>, <a href="https://doi.org/10.5281/zenodo.8417326">2019</a>, <a href="https://doi.org/10.5281/zenodo.8417589">2020</a>, <a href="https://doi.org/10.5281/zenodo.8388078">2021</a></li> <li>95th percentile (p95) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408949">2000</a>, <a href="https://doi.org/10.5281/zenodo.8409059">2001</a>, <a href="https://doi.org/10.5281/zenodo.8409154">2002</a>, <a href="https://doi.org/10.5281/zenodo.8409362">2003</a>, <a href="https://doi.org/10.5281/zenodo.8416487">2004</a>, <a href="https://doi.org/10.5281/zenodo.8417029">2005</a>, <a href="https://doi.org/10.5281/zenodo.8417833">2006</a>, <a href="https://doi.org/10.5281/zenodo.8417996">2007</a>, <a href="https://doi.org/10.5281/zenodo.8418308">2008</a>, <a href="https://doi.org/10.5281/zenodo.8418669">2009</a>, <a href="https://doi.org/10.5281/zenodo.8418986">2010</a>, <a href="https://doi.org/10.5281/zenodo.8417649">2011</a>, <a href="https://doi.org/10.5281/zenodo.8417816">2012</a>, <a href="https://doi.org/10.5281/zenodo.8417959">2013</a>, <a href="https://doi.org/10.5281/zenodo.8418253">2014</a>, <a href="https://doi.org/10.5281/zenodo.8418625">2015</a>, <a href="https://doi.org/10.5281/zenodo.8417759">2016</a>, <a href="https://doi.org/10.5281/zenodo.8417898">2017</a>, <a href="https://doi.org/10.5281/zenodo.8418076">2018</a>, <a href="https://doi.org/10.5281/zenodo.8418442">2019</a>, <a href="https://doi.org/10.5281/zenodo.8418751">2020</a>, <a href="https://doi.org/10.5281/zenodo.8392976">2021</a></li> </ul> <p><strong>General Description</strong></p> <p>The <i>monthly aggregated Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</i> dataset is derived from <abbr title="glass.umd.edu/FAPAR/MODIS/250m/">250m 8d GLASS V6 FAPAR</abbr>. The data set is derived from Moderate Resolution Imaging Spectroradiometer (MODIS) reflectance and LAI data using several other FAPAR products (MODIS Collection 6, GLASS FAPAR V5, and PROBA-V1 FAPAR) to generate a bidirectional long-short-term memory (Bi-LSTM) model to estimate FAPAR. The dataset time spans from March 2000 to December 2021 and provides data that covers the entire globe. The dataset can be used in many applications like land degradation modeling, land productivity mapping, and land potential mapping. The dataset includes:</p> <ul> <li><strong>Long-term:</strong></li> </ul> <p>Derived from monthly time-series. This dataset provides linear trend model for the p95 variable: (1) slope beta mean (p95.beta_m), p-value for beta (p95.beta_pv), intercept alpha mean (p95.alpha_m), p-value for alpha (p95.alpha_pv), and coefficient of determination R<sup>2</sup> (p95.r2_m).</p> <ul> <li><strong>Monthly time-series:</strong></li> </ul> <p>Monthly aggregation with three standard statistics: (1) 5th percentile (p05), median (p50), and 95th percentile (p95). For each month, we aggregate all composites within that month plus one composite each before and after, ending up with 5 to 6 composites for a single month depending on the number of images within that month.</p> <p><strong>Data Details</strong></p> <ul> <li><strong>Time period:</strong> March 2000 – December 2021</li> <li><strong>Type of data:</strong> Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</li> <li><strong>How the data was collected or derived:</strong> Derived from 250m 8 d GLASS V6 FAPAR using Python running in a local HPC. The time-series analysis were computed using the <a href="https://github.com/scikit-map/scikit-map">Scikit-map</a> Python package.</li> <li><strong>Statistical methods used:</strong> for the long-term, Ordinary Least Square (OLS) of p95 monthly variable; for the monthly time-series, percentiles 05, 50, and 95.</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Antarctica.</li> <li><strong>Coordinate reference system:</strong> EPSG:4326</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (-180.00000, -62.0008094, 179.9999424, 87.37000)</li> <li><strong>Spatial resolution:</strong> 1/480 d.d. = 0.00208333 (250m)</li> <li><strong>Image size:</strong> 172,800 x 71,698</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <p><strong>Support</strong></p> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: <a href="https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues">https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues</a></p> <p><strong>Reference</strong></p> <p>Hackländer, J., Parente, L., Ho, Y.-F., Hengl, T., Simoes, R., Consoli, D., Şahin, M., Tian, X., Herold, M., Jung, M., Duveiller, G., Weynants, M., Wheeler, I., (2023?) "Land potential assessment and trend-analysis using 2000–2021 FAPAR monthly time-series at 250 m spatial resolution", submitted to PeerJ, preprint available at: <a href="https://doi.org/10.21203/rs.3.rs-3415685/v1">https://doi.org/10.21203/rs.3.rs-3415685/v1</a></p> <p><strong>Name convention</strong></p> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describes important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> fapar = Fraction of Absorbed Photosynthetically Active Radiation</li> <li><strong>variable procedure combination:</strong> essd.lstm = Earth System Science Data with bidirectional long short-term memory (Bi–LSTM)</li> <li><strong>Position in the probability distribution / variable type:</strong> p05/p50/p95 = 5th/50th/95th percentile</li> <li><strong>Spatial support:</strong> 250m</li> <li><strong>Depth reference:</strong> s = surface</li> <li><strong>Time reference begin time:</strong> 20000301 = 2000-03-01</li> <li><strong>Time reference end time:</strong> 20211231 = 2022-12-31</li> <li><strong>Bounding box:</strong> go = global (without Antarctica)</li> <li><strong>EPSG code:</strong> epsg.4326 = EPSG:4326</li> <li><strong>Version code:</strong> v20230628 = 2023-06-28 (creation date)</li> </ol>
Monthly aggregated GLASS FAPAR V6 (250 m): 50th percentile monthly time-series (2019)
<p><strong>List of Subdatasets:</strong></p> <ul> <li>Long-term data: <a href="https://doi.org/10.5281/zenodo.8381409">2000-2021</a></li> <li>5th percentile (p05) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408654">2000</a>, <a href="https://doi.org/10.5281/zenodo.8411611">2001</a>, <a href="https://doi.org/10.5281/zenodo.8412712">2002</a>, <a href="https://doi.org/10.5281/zenodo.8413021">2003</a>, <a href="https://doi.org/10.5281/zenodo.8413689">2004</a>, <a href="https://doi.org/10.5281/zenodo.8414639">2005</a>, <a href="https://doi.org/10.5281/zenodo.8411609">2006</a>, <a href="https://doi.org/10.5281/zenodo.8414085">2007</a>, <a href="https://doi.org/10.5281/zenodo.8414960">2008</a>, <a href="https://doi.org/10.5281/zenodo.8415476">2009</a>, <a href="https://doi.org/10.5281/zenodo.8415686">2010</a>, <a href="https://doi.org/10.5281/zenodo.8412154">2011</a>, <a href="https://doi.org/10.5281/zenodo.8414082">2012</a>, <a href="https://doi.org/10.5281/zenodo.8411364">2013</a>, <a href="https://doi.org/10.5281/zenodo.8414933">2014</a>, <a href="https://doi.org/10.5281/zenodo.8415414">2015</a>, <a href="https://doi.org/10.5281/zenodo.8412246">2016</a>, <a href="https://doi.org/10.5281/zenodo.8414083">2017</a>, <a href="https://doi.org/10.5281/zenodo.8411366">2018</a>, <a href="https://doi.org/10.5281/zenodo.8415203">2019</a>, <a href="https://doi.org/10.5281/zenodo.8415549">2020</a>, <a href="https://doi.org/10.5281/zenodo.8387608">2021</a></li> <li>50th percentile (p50) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408710">2000</a>, <a href="https://doi.org/10.5281/zenodo.8408798">2001</a>, <a href="https://doi.org/10.5281/zenodo.8408866">2002</a>, <a href="https://doi.org/10.5281/zenodo.8415319">2003</a>, <a href="https://doi.org/10.5281/zenodo.8415619">2004</a>, <a href="https://doi.org/10.5281/zenodo.8415878">2005</a>, <a href="https://doi.org/10.5281/zenodo.8416080">2006</a>, <a href="https://doi.org/10.5281/zenodo.8416619">2007</a>, <a href="https://doi.org/10.5281/zenodo.8417164">2008</a>, <a href="https://doi.org/10.5281/zenodo.8417513">2009</a>, <a href="https://doi.org/10.5281/zenodo.8417708">2010</a>, <a href="https://doi.org/10.5281/zenodo.8415669">2011</a>, <a href="https://doi.org/10.5281/zenodo.8416000">2012</a>, <a href="https://doi.org/10.5281/zenodo.8416542">2013</a>, <a href="https://doi.org/10.5281/zenodo.8417055">2014</a>, <a href="https://doi.org/10.5281/zenodo.8417467">2015</a>, <a href="https://doi.org/10.5281/zenodo.8415747">2016</a>, <a href="https://doi.org/10.5281/zenodo.8416333">2017</a>, <a href="https://doi.org/10.5281/zenodo.8416835">2018</a>, <a href="https://doi.org/10.5281/zenodo.8417326">2019</a>, <a href="https://doi.org/10.5281/zenodo.8417589">2020</a>, <a href="https://doi.org/10.5281/zenodo.8388078">2021</a></li> <li>95th percentile (p95) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408949">2000</a>, <a href="https://doi.org/10.5281/zenodo.8409059">2001</a>, <a href="https://doi.org/10.5281/zenodo.8409154">2002</a>, <a href="https://doi.org/10.5281/zenodo.8409362">2003</a>, <a href="https://doi.org/10.5281/zenodo.8416487">2004</a>, <a href="https://doi.org/10.5281/zenodo.8417029">2005</a>, <a href="https://doi.org/10.5281/zenodo.8417833">2006</a>, <a href="https://doi.org/10.5281/zenodo.8417996">2007</a>, <a href="https://doi.org/10.5281/zenodo.8418308">2008</a>, <a href="https://doi.org/10.5281/zenodo.8418669">2009</a>, <a href="https://doi.org/10.5281/zenodo.8418986">2010</a>, <a href="https://doi.org/10.5281/zenodo.8417649">2011</a>, <a href="https://doi.org/10.5281/zenodo.8417816">2012</a>, <a href="https://doi.org/10.5281/zenodo.8417959">2013</a>, <a href="https://doi.org/10.5281/zenodo.8418253">2014</a>, <a href="https://doi.org/10.5281/zenodo.8418625">2015</a>, <a href="https://doi.org/10.5281/zenodo.8417759">2016</a>, <a href="https://doi.org/10.5281/zenodo.8417898">2017</a>, <a href="https://doi.org/10.5281/zenodo.8418076">2018</a>, <a href="https://doi.org/10.5281/zenodo.8418442">2019</a>, <a href="https://doi.org/10.5281/zenodo.8418751">2020</a>, <a href="https://doi.org/10.5281/zenodo.8392976">2021</a></li> </ul> <p><strong>General Description</strong></p> <p>The <i>monthly aggregated Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</i> dataset is derived from <abbr title="glass.umd.edu/FAPAR/MODIS/250m/">250m 8d GLASS V6 FAPAR</abbr>. The data set is derived from Moderate Resolution Imaging Spectroradiometer (MODIS) reflectance and LAI data using several other FAPAR products (MODIS Collection 6, GLASS FAPAR V5, and PROBA-V1 FAPAR) to generate a bidirectional long-short-term memory (Bi-LSTM) model to estimate FAPAR. The dataset time spans from March 2000 to December 2021 and provides data that covers the entire globe. The dataset can be used in many applications like land degradation modeling, land productivity mapping, and land potential mapping. The dataset includes:</p> <ul> <li><strong>Long-term:</strong></li> </ul> <p>Derived from monthly time-series. This dataset provides linear trend model for the p95 variable: (1) slope beta mean (p95.beta_m), p-value for beta (p95.beta_pv), intercept alpha mean (p95.alpha_m), p-value for alpha (p95.alpha_pv), and coefficient of determination R<sup>2</sup> (p95.r2_m).</p> <ul> <li><strong>Monthly time-series:</strong></li> </ul> <p>Monthly aggregation with three standard statistics: (1) 5th percentile (p05), median (p50), and 95th percentile (p95). For each month, we aggregate all composites within that month plus one composite each before and after, ending up with 5 to 6 composites for a single month depending on the number of images within that month.</p> <p><strong>Data Details</strong></p> <ul> <li><strong>Time period:</strong> March 2000 – December 2021</li> <li><strong>Type of data:</strong> Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</li> <li><strong>How the data was collected or derived:</strong> Derived from 250m 8 d GLASS V6 FAPAR using Python running in a local HPC. The time-series analysis were computed using the <a href="https://github.com/scikit-map/scikit-map">Scikit-map</a> Python package.</li> <li><strong>Statistical methods used:</strong> for the long-term, Ordinary Least Square (OLS) of p95 monthly variable; for the monthly time-series, percentiles 05, 50, and 95.</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Antarctica.</li> <li><strong>Coordinate reference system:</strong> EPSG:4326</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (-180.00000, -62.0008094, 179.9999424, 87.37000)</li> <li><strong>Spatial resolution:</strong> 1/480 d.d. = 0.00208333 (250m)</li> <li><strong>Image size:</strong> 172,800 x 71,698</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <p><strong>Support</strong></p> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: <a href="https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues">https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues</a></p> <p><strong>Reference</strong></p> <p>Hackländer, J., Parente, L., Ho, Y.-F., Hengl, T., Simoes, R., Consoli, D., Şahin, M., Tian, X., Herold, M., Jung, M., Duveiller, G., Weynants, M., Wheeler, I., (2023?) "Land potential assessment and trend-analysis using 2000–2021 FAPAR monthly time-series at 250 m spatial resolution", submitted to PeerJ, preprint available at: <a href="https://doi.org/10.21203/rs.3.rs-3415685/v1">https://doi.org/10.21203/rs.3.rs-3415685/v1</a></p> <p><strong>Name convention</strong></p> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describes important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> fapar = Fraction of Absorbed Photosynthetically Active Radiation</li> <li><strong>variable procedure combination:</strong> essd.lstm = Earth System Science Data with bidirectional long short-term memory (Bi–LSTM)</li> <li><strong>Position in the probability distribution / variable type:</strong> p05/p50/p95 = 5th/50th/95th percentile</li> <li><strong>Spatial support:</strong> 250m</li> <li><strong>Depth reference:</strong> s = surface</li> <li><strong>Time reference begin time:</strong> 20000301 = 2000-03-01</li> <li><strong>Time reference end time:</strong> 20211231 = 2022-12-31</li> <li><strong>Bounding box:</strong> go = global (without Antarctica)</li> <li><strong>EPSG code:</strong> epsg.4326 = EPSG:4326</li> <li><strong>Version code:</strong> v20230628 = 2023-06-28 (creation date)</li> </ol>
Monthly aggregated GLASS FAPAR V6 (250 m): 50th percentile monthly time-series (2013)
<p><strong>List of Subdatasets:</strong></p> <ul> <li>Long-term data: <a href="https://doi.org/10.5281/zenodo.8381409">2000-2021</a></li> <li>5th percentile (p05) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408654">2000</a>, <a href="https://doi.org/10.5281/zenodo.8411611">2001</a>, <a href="https://doi.org/10.5281/zenodo.8412712">2002</a>, <a href="https://doi.org/10.5281/zenodo.8413021">2003</a>, <a href="https://doi.org/10.5281/zenodo.8413689">2004</a>, <a href="https://doi.org/10.5281/zenodo.8414639">2005</a>, <a href="https://doi.org/10.5281/zenodo.8411609">2006</a>, <a href="https://doi.org/10.5281/zenodo.8414085">2007</a>, <a href="https://doi.org/10.5281/zenodo.8414960">2008</a>, <a href="https://doi.org/10.5281/zenodo.8415476">2009</a>, <a href="https://doi.org/10.5281/zenodo.8415686">2010</a>, <a href="https://doi.org/10.5281/zenodo.8412154">2011</a>, <a href="https://doi.org/10.5281/zenodo.8414082">2012</a>, <a href="https://doi.org/10.5281/zenodo.8411364">2013</a>, <a href="https://doi.org/10.5281/zenodo.8414933">2014</a>, <a href="https://doi.org/10.5281/zenodo.8415414">2015</a>, <a href="https://doi.org/10.5281/zenodo.8412246">2016</a>, <a href="https://doi.org/10.5281/zenodo.8414083">2017</a>, <a href="https://doi.org/10.5281/zenodo.8411366">2018</a>, <a href="https://doi.org/10.5281/zenodo.8415203">2019</a>, <a href="https://doi.org/10.5281/zenodo.8415549">2020</a>, <a href="https://doi.org/10.5281/zenodo.8387608">2021</a></li> <li>50th percentile (p50) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408710">2000</a>, <a href="https://doi.org/10.5281/zenodo.8408798">2001</a>, <a href="https://doi.org/10.5281/zenodo.8408866">2002</a>, <a href="https://doi.org/10.5281/zenodo.8415319">2003</a>, <a href="https://doi.org/10.5281/zenodo.8415619">2004</a>, <a href="https://doi.org/10.5281/zenodo.8415878">2005</a>, <a href="https://doi.org/10.5281/zenodo.8416080">2006</a>, <a href="https://doi.org/10.5281/zenodo.8416619">2007</a>, <a href="https://doi.org/10.5281/zenodo.8417164">2008</a>, <a href="https://doi.org/10.5281/zenodo.8417513">2009</a>, <a href="https://doi.org/10.5281/zenodo.8417708">2010</a>, <a href="https://doi.org/10.5281/zenodo.8415669">2011</a>, <a href="https://doi.org/10.5281/zenodo.8416000">2012</a>, <a href="https://doi.org/10.5281/zenodo.8416542">2013</a>, <a href="https://doi.org/10.5281/zenodo.8417055">2014</a>, <a href="https://doi.org/10.5281/zenodo.8417467">2015</a>, <a href="https://doi.org/10.5281/zenodo.8415747">2016</a>, <a href="https://doi.org/10.5281/zenodo.8416333">2017</a>, <a href="https://doi.org/10.5281/zenodo.8416835">2018</a>, <a href="https://doi.org/10.5281/zenodo.8417326">2019</a>, <a href="https://doi.org/10.5281/zenodo.8417589">2020</a>, <a href="https://doi.org/10.5281/zenodo.8388078">2021</a></li> <li>95th percentile (p95) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408949">2000</a>, <a href="https://doi.org/10.5281/zenodo.8409059">2001</a>, <a href="https://doi.org/10.5281/zenodo.8409154">2002</a>, <a href="https://doi.org/10.5281/zenodo.8409362">2003</a>, <a href="https://doi.org/10.5281/zenodo.8416487">2004</a>, <a href="https://doi.org/10.5281/zenodo.8417029">2005</a>, <a href="https://doi.org/10.5281/zenodo.8417833">2006</a>, <a href="https://doi.org/10.5281/zenodo.8417996">2007</a>, <a href="https://doi.org/10.5281/zenodo.8418308">2008</a>, <a href="https://doi.org/10.5281/zenodo.8418669">2009</a>, <a href="https://doi.org/10.5281/zenodo.8418986">2010</a>, <a href="https://doi.org/10.5281/zenodo.8417649">2011</a>, <a href="https://doi.org/10.5281/zenodo.8417816">2012</a>, <a href="https://doi.org/10.5281/zenodo.8417959">2013</a>, <a href="https://doi.org/10.5281/zenodo.8418253">2014</a>, <a href="https://doi.org/10.5281/zenodo.8418625">2015</a>, <a href="https://doi.org/10.5281/zenodo.8417759">2016</a>, <a href="https://doi.org/10.5281/zenodo.8417898">2017</a>, <a href="https://doi.org/10.5281/zenodo.8418076">2018</a>, <a href="https://doi.org/10.5281/zenodo.8418442">2019</a>, <a href="https://doi.org/10.5281/zenodo.8418751">2020</a>, <a href="https://doi.org/10.5281/zenodo.8392976">2021</a></li> </ul> <p><strong>General Description</strong></p> <p>The <i>monthly aggregated Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</i> dataset is derived from <abbr title="glass.umd.edu/FAPAR/MODIS/250m/">250m 8d GLASS V6 FAPAR</abbr>. The data set is derived from Moderate Resolution Imaging Spectroradiometer (MODIS) reflectance and LAI data using several other FAPAR products (MODIS Collection 6, GLASS FAPAR V5, and PROBA-V1 FAPAR) to generate a bidirectional long-short-term memory (Bi-LSTM) model to estimate FAPAR. The dataset time spans from March 2000 to December 2021 and provides data that covers the entire globe. The dataset can be used in many applications like land degradation modeling, land productivity mapping, and land potential mapping. The dataset includes:</p> <ul> <li><strong>Long-term:</strong></li> </ul> <p>Derived from monthly time-series. This dataset provides linear trend model for the p95 variable: (1) slope beta mean (p95.beta_m), p-value for beta (p95.beta_pv), intercept alpha mean (p95.alpha_m), p-value for alpha (p95.alpha_pv), and coefficient of determination R<sup>2</sup> (p95.r2_m).</p> <ul> <li><strong>Monthly time-series:</strong></li> </ul> <p>Monthly aggregation with three standard statistics: (1) 5th percentile (p05), median (p50), and 95th percentile (p95). For each month, we aggregate all composites within that month plus one composite each before and after, ending up with 5 to 6 composites for a single month depending on the number of images within that month.</p> <p><strong>Data Details</strong></p> <ul> <li><strong>Time period:</strong> March 2000 – December 2021</li> <li><strong>Type of data:</strong> Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</li> <li><strong>How the data was collected or derived:</strong> Derived from 250m 8 d GLASS V6 FAPAR using Python running in a local HPC. The time-series analysis were computed using the <a href="https://github.com/scikit-map/scikit-map">Scikit-map</a> Python package.</li> <li><strong>Statistical methods used:</strong> for the long-term, Ordinary Least Square (OLS) of p95 monthly variable; for the monthly time-series, percentiles 05, 50, and 95.</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Antarctica.</li> <li><strong>Coordinate reference system:</strong> EPSG:4326</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (-180.00000, -62.0008094, 179.9999424, 87.37000)</li> <li><strong>Spatial resolution:</strong> 1/480 d.d. = 0.00208333 (250m)</li> <li><strong>Image size:</strong> 172,800 x 71,698</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <p><strong>Support</strong></p> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: <a href="https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues">https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues</a></p> <p><strong>Reference</strong></p> <p>Hackländer, J., Parente, L., Ho, Y.-F., Hengl, T., Simoes, R., Consoli, D., Şahin, M., Tian, X., Herold, M., Jung, M., Duveiller, G., Weynants, M., Wheeler, I., (2023?) "Land potential assessment and trend-analysis using 2000–2021 FAPAR monthly time-series at 250 m spatial resolution", submitted to PeerJ, preprint available at: <a href="https://doi.org/10.21203/rs.3.rs-3415685/v1">https://doi.org/10.21203/rs.3.rs-3415685/v1</a></p> <p><strong>Name convention</strong></p> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describes important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> fapar = Fraction of Absorbed Photosynthetically Active Radiation</li> <li><strong>variable procedure combination:</strong> essd.lstm = Earth System Science Data with bidirectional long short-term memory (Bi–LSTM)</li> <li><strong>Position in the probability distribution / variable type:</strong> p05/p50/p95 = 5th/50th/95th percentile</li> <li><strong>Spatial support:</strong> 250m</li> <li><strong>Depth reference:</strong> s = surface</li> <li><strong>Time reference begin time:</strong> 20000301 = 2000-03-01</li> <li><strong>Time reference end time:</strong> 20211231 = 2022-12-31</li> <li><strong>Bounding box:</strong> go = global (without Antarctica)</li> <li><strong>EPSG code:</strong> epsg.4326 = EPSG:4326</li> <li><strong>Version code:</strong> v20230628 = 2023-06-28 (creation date)</li> </ol>
Monthly aggregated GLASS FAPAR V6 (250 m): 95th percentile monthly time-series (2007)
<p><strong>List of Subdatasets:</strong></p> <ul> <li>Long-term data: <a href="https://doi.org/10.5281/zenodo.8381409">2000-2021</a></li> <li>5th percentile (p05) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408654">2000</a>, <a href="https://doi.org/10.5281/zenodo.8411611">2001</a>, <a href="https://doi.org/10.5281/zenodo.8412712">2002</a>, <a href="https://doi.org/10.5281/zenodo.8413021">2003</a>, <a href="https://doi.org/10.5281/zenodo.8413689">2004</a>, <a href="https://doi.org/10.5281/zenodo.8414639">2005</a>, <a href="https://doi.org/10.5281/zenodo.8411609">2006</a>, <a href="https://doi.org/10.5281/zenodo.8414085">2007</a>, <a href="https://doi.org/10.5281/zenodo.8414960">2008</a>, <a href="https://doi.org/10.5281/zenodo.8415476">2009</a>, <a href="https://doi.org/10.5281/zenodo.8415686">2010</a>, <a href="https://doi.org/10.5281/zenodo.8412154">2011</a>, <a href="https://doi.org/10.5281/zenodo.8414082">2012</a>, <a href="https://doi.org/10.5281/zenodo.8411364">2013</a>, <a href="https://doi.org/10.5281/zenodo.8414933">2014</a>, <a href="https://doi.org/10.5281/zenodo.8415414">2015</a>, <a href="https://doi.org/10.5281/zenodo.8412246">2016</a>, <a href="https://doi.org/10.5281/zenodo.8414083">2017</a>, <a href="https://doi.org/10.5281/zenodo.8411366">2018</a>, <a href="https://doi.org/10.5281/zenodo.8415203">2019</a>, <a href="https://doi.org/10.5281/zenodo.8415549">2020</a>, <a href="https://doi.org/10.5281/zenodo.8387608">2021</a></li> <li>50th percentile (p50) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408710">2000</a>, <a href="https://doi.org/10.5281/zenodo.8408798">2001</a>, <a href="https://doi.org/10.5281/zenodo.8408866">2002</a>, <a href="https://doi.org/10.5281/zenodo.8415319">2003</a>, <a href="https://doi.org/10.5281/zenodo.8415619">2004</a>, <a href="https://doi.org/10.5281/zenodo.8415878">2005</a>, <a href="https://doi.org/10.5281/zenodo.8416080">2006</a>, <a href="https://doi.org/10.5281/zenodo.8416619">2007</a>, <a href="https://doi.org/10.5281/zenodo.8417164">2008</a>, <a href="https://doi.org/10.5281/zenodo.8417513">2009</a>, <a href="https://doi.org/10.5281/zenodo.8417708">2010</a>, <a href="https://doi.org/10.5281/zenodo.8415669">2011</a>, <a href="https://doi.org/10.5281/zenodo.8416000">2012</a>, <a href="https://doi.org/10.5281/zenodo.8416542">2013</a>, <a href="https://doi.org/10.5281/zenodo.8417055">2014</a>, <a href="https://doi.org/10.5281/zenodo.8417467">2015</a>, <a href="https://doi.org/10.5281/zenodo.8415747">2016</a>, <a href="https://doi.org/10.5281/zenodo.8416333">2017</a>, <a href="https://doi.org/10.5281/zenodo.8416835">2018</a>, <a href="https://doi.org/10.5281/zenodo.8417326">2019</a>, <a href="https://doi.org/10.5281/zenodo.8417589">2020</a>, <a href="https://doi.org/10.5281/zenodo.8388078">2021</a></li> <li>95th percentile (p95) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408949">2000</a>, <a href="https://doi.org/10.5281/zenodo.8409059">2001</a>, <a href="https://doi.org/10.5281/zenodo.8409154">2002</a>, <a href="https://doi.org/10.5281/zenodo.8409362">2003</a>, <a href="https://doi.org/10.5281/zenodo.8416487">2004</a>, <a href="https://doi.org/10.5281/zenodo.8417029">2005</a>, <a href="https://doi.org/10.5281/zenodo.8417833">2006</a>, <a href="https://doi.org/10.5281/zenodo.8417996">2007</a>, <a href="https://doi.org/10.5281/zenodo.8418308">2008</a>, <a href="https://doi.org/10.5281/zenodo.8418669">2009</a>, <a href="https://doi.org/10.5281/zenodo.8418986">2010</a>, <a href="https://doi.org/10.5281/zenodo.8417649">2011</a>, <a href="https://doi.org/10.5281/zenodo.8417816">2012</a>, <a href="https://doi.org/10.5281/zenodo.8417959">2013</a>, <a href="https://doi.org/10.5281/zenodo.8418253">2014</a>, <a href="https://doi.org/10.5281/zenodo.8418625">2015</a>, <a href="https://doi.org/10.5281/zenodo.8417759">2016</a>, <a href="https://doi.org/10.5281/zenodo.8417898">2017</a>, <a href="https://doi.org/10.5281/zenodo.8418076">2018</a>, <a href="https://doi.org/10.5281/zenodo.8418442">2019</a>, <a href="https://doi.org/10.5281/zenodo.8418751">2020</a>, <a href="https://doi.org/10.5281/zenodo.8392976">2021</a></li> </ul> <p><strong>General Description</strong></p> <p>The <i>monthly aggregated Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</i> dataset is derived from <abbr title="glass.umd.edu/FAPAR/MODIS/250m/">250m 8d GLASS V6 FAPAR</abbr>. The data set is derived from Moderate Resolution Imaging Spectroradiometer (MODIS) reflectance and LAI data using several other FAPAR products (MODIS Collection 6, GLASS FAPAR V5, and PROBA-V1 FAPAR) to generate a bidirectional long-short-term memory (Bi-LSTM) model to estimate FAPAR. The dataset time spans from March 2000 to December 2021 and provides data that covers the entire globe. The dataset can be used in many applications like land degradation modeling, land productivity mapping, and land potential mapping. The dataset includes:</p> <ul> <li><strong>Long-term:</strong></li> </ul> <p>Derived from monthly time-series. This dataset provides linear trend model for the p95 variable: (1) slope beta mean (p95.beta_m), p-value for beta (p95.beta_pv), intercept alpha mean (p95.alpha_m), p-value for alpha (p95.alpha_pv), and coefficient of determination R<sup>2</sup> (p95.r2_m).</p> <ul> <li><strong>Monthly time-series:</strong></li> </ul> <p>Monthly aggregation with three standard statistics: (1) 5th percentile (p05), median (p50), and 95th percentile (p95). For each month, we aggregate all composites within that month plus one composite each before and after, ending up with 5 to 6 composites for a single month depending on the number of images within that month.</p> <p><strong>Data Details</strong></p> <ul> <li><strong>Time period:</strong> March 2000 – December 2021</li> <li><strong>Type of data:</strong> Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</li> <li><strong>How the data was collected or derived:</strong> Derived from 250m 8 d GLASS V6 FAPAR using Python running in a local HPC. The time-series analysis were computed using the <a href="https://github.com/scikit-map/scikit-map">Scikit-map</a> Python package.</li> <li><strong>Statistical methods used:</strong> for the long-term, Ordinary Least Square (OLS) of p95 monthly variable; for the monthly time-series, percentiles 05, 50, and 95.</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Antarctica.</li> <li><strong>Coordinate reference system:</strong> EPSG:4326</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (-180.00000, -62.0008094, 179.9999424, 87.37000)</li> <li><strong>Spatial resolution:</strong> 1/480 d.d. = 0.00208333 (250m)</li> <li><strong>Image size:</strong> 172,800 x 71,698</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <p><strong>Support</strong></p> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: <a href="https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues">https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues</a></p> <p><strong>Reference</strong></p> <p>Hackländer, J., Parente, L., Ho, Y.-F., Hengl, T., Simoes, R., Consoli, D., Şahin, M., Tian, X., Herold, M., Jung, M., Duveiller, G., Weynants, M., Wheeler, I., (2023?) "Land potential assessment and trend-analysis using 2000–2021 FAPAR monthly time-series at 250 m spatial resolution", submitted to PeerJ, preprint available at: <a href="https://doi.org/10.21203/rs.3.rs-3415685/v1">https://doi.org/10.21203/rs.3.rs-3415685/v1</a></p> <p><strong>Name convention</strong></p> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describes important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> fapar = Fraction of Absorbed Photosynthetically Active Radiation</li> <li><strong>variable procedure combination:</strong> essd.lstm = Earth System Science Data with bidirectional long short-term memory (Bi–LSTM)</li> <li><strong>Position in the probability distribution / variable type:</strong> p05/p50/p95 = 5th/50th/95th percentile</li> <li><strong>Spatial support:</strong> 250m</li> <li><strong>Depth reference:</strong> s = surface</li> <li><strong>Time reference begin time:</strong> 20000301 = 2000-03-01</li> <li><strong>Time reference end time:</strong> 20211231 = 2022-12-31</li> <li><strong>Bounding box:</strong> go = global (without Antarctica)</li> <li><strong>EPSG code:</strong> epsg.4326 = EPSG:4326</li> <li><strong>Version code:</strong> v20230628 = 2023-06-28 (creation date)</li> </ol>
Monthly aggregated GLASS FAPAR V6 (250 m): 50th percentile monthly time-series (2008)
<p><strong>List of Subdatasets:</strong></p> <ul> <li>Long-term data: <a href="https://doi.org/10.5281/zenodo.8381409">2000-2021</a></li> <li>5th percentile (p05) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408654">2000</a>, <a href="https://doi.org/10.5281/zenodo.8411611">2001</a>, <a href="https://doi.org/10.5281/zenodo.8412712">2002</a>, <a href="https://doi.org/10.5281/zenodo.8413021">2003</a>, <a href="https://doi.org/10.5281/zenodo.8413689">2004</a>, <a href="https://doi.org/10.5281/zenodo.8414639">2005</a>, <a href="https://doi.org/10.5281/zenodo.8411609">2006</a>, <a href="https://doi.org/10.5281/zenodo.8414085">2007</a>, <a href="https://doi.org/10.5281/zenodo.8414960">2008</a>, <a href="https://doi.org/10.5281/zenodo.8415476">2009</a>, <a href="https://doi.org/10.5281/zenodo.8415686">2010</a>, <a href="https://doi.org/10.5281/zenodo.8412154">2011</a>, <a href="https://doi.org/10.5281/zenodo.8414082">2012</a>, <a href="https://doi.org/10.5281/zenodo.8411364">2013</a>, <a href="https://doi.org/10.5281/zenodo.8414933">2014</a>, <a href="https://doi.org/10.5281/zenodo.8415414">2015</a>, <a href="https://doi.org/10.5281/zenodo.8412246">2016</a>, <a href="https://doi.org/10.5281/zenodo.8414083">2017</a>, <a href="https://doi.org/10.5281/zenodo.8411366">2018</a>, <a href="https://doi.org/10.5281/zenodo.8415203">2019</a>, <a href="https://doi.org/10.5281/zenodo.8415549">2020</a>, <a href="https://doi.org/10.5281/zenodo.8387608">2021</a></li> <li>50th percentile (p50) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408710">2000</a>, <a href="https://doi.org/10.5281/zenodo.8408798">2001</a>, <a href="https://doi.org/10.5281/zenodo.8408866">2002</a>, <a href="https://doi.org/10.5281/zenodo.8415319">2003</a>, <a href="https://doi.org/10.5281/zenodo.8415619">2004</a>, <a href="https://doi.org/10.5281/zenodo.8415878">2005</a>, <a href="https://doi.org/10.5281/zenodo.8416080">2006</a>, <a href="https://doi.org/10.5281/zenodo.8416619">2007</a>, <a href="https://doi.org/10.5281/zenodo.8417164">2008</a>, <a href="https://doi.org/10.5281/zenodo.8417513">2009</a>, <a href="https://doi.org/10.5281/zenodo.8417708">2010</a>, <a href="https://doi.org/10.5281/zenodo.8415669">2011</a>, <a href="https://doi.org/10.5281/zenodo.8416000">2012</a>, <a href="https://doi.org/10.5281/zenodo.8416542">2013</a>, <a href="https://doi.org/10.5281/zenodo.8417055">2014</a>, <a href="https://doi.org/10.5281/zenodo.8417467">2015</a>, <a href="https://doi.org/10.5281/zenodo.8415747">2016</a>, <a href="https://doi.org/10.5281/zenodo.8416333">2017</a>, <a href="https://doi.org/10.5281/zenodo.8416835">2018</a>, <a href="https://doi.org/10.5281/zenodo.8417326">2019</a>, <a href="https://doi.org/10.5281/zenodo.8417589">2020</a>, <a href="https://doi.org/10.5281/zenodo.8388078">2021</a></li> <li>95th percentile (p95) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408949">2000</a>, <a href="https://doi.org/10.5281/zenodo.8409059">2001</a>, <a href="https://doi.org/10.5281/zenodo.8409154">2002</a>, <a href="https://doi.org/10.5281/zenodo.8409362">2003</a>, <a href="https://doi.org/10.5281/zenodo.8416487">2004</a>, <a href="https://doi.org/10.5281/zenodo.8417029">2005</a>, <a href="https://doi.org/10.5281/zenodo.8417833">2006</a>, <a href="https://doi.org/10.5281/zenodo.8417996">2007</a>, <a href="https://doi.org/10.5281/zenodo.8418308">2008</a>, <a href="https://doi.org/10.5281/zenodo.8418669">2009</a>, <a href="https://doi.org/10.5281/zenodo.8418986">2010</a>, <a href="https://doi.org/10.5281/zenodo.8417649">2011</a>, <a href="https://doi.org/10.5281/zenodo.8417816">2012</a>, <a href="https://doi.org/10.5281/zenodo.8417959">2013</a>, <a href="https://doi.org/10.5281/zenodo.8418253">2014</a>, <a href="https://doi.org/10.5281/zenodo.8418625">2015</a>, <a href="https://doi.org/10.5281/zenodo.8417759">2016</a>, <a href="https://doi.org/10.5281/zenodo.8417898">2017</a>, <a href="https://doi.org/10.5281/zenodo.8418076">2018</a>, <a href="https://doi.org/10.5281/zenodo.8418442">2019</a>, <a href="https://doi.org/10.5281/zenodo.8418751">2020</a>, <a href="https://doi.org/10.5281/zenodo.8392976">2021</a></li> </ul> <p><strong>General Description</strong></p> <p>The <i>monthly aggregated Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</i> dataset is derived from <abbr title="glass.umd.edu/FAPAR/MODIS/250m/">250m 8d GLASS V6 FAPAR</abbr>. The data set is derived from Moderate Resolution Imaging Spectroradiometer (MODIS) reflectance and LAI data using several other FAPAR products (MODIS Collection 6, GLASS FAPAR V5, and PROBA-V1 FAPAR) to generate a bidirectional long-short-term memory (Bi-LSTM) model to estimate FAPAR. The dataset time spans from March 2000 to December 2021 and provides data that covers the entire globe. The dataset can be used in many applications like land degradation modeling, land productivity mapping, and land potential mapping. The dataset includes:</p> <ul> <li><strong>Long-term:</strong></li> </ul> <p>Derived from monthly time-series. This dataset provides linear trend model for the p95 variable: (1) slope beta mean (p95.beta_m), p-value for beta (p95.beta_pv), intercept alpha mean (p95.alpha_m), p-value for alpha (p95.alpha_pv), and coefficient of determination R<sup>2</sup> (p95.r2_m).</p> <ul> <li><strong>Monthly time-series:</strong></li> </ul> <p>Monthly aggregation with three standard statistics: (1) 5th percentile (p05), median (p50), and 95th percentile (p95). For each month, we aggregate all composites within that month plus one composite each before and after, ending up with 5 to 6 composites for a single month depending on the number of images within that month.</p> <p><strong>Data Details</strong></p> <ul> <li><strong>Time period:</strong> March 2000 – December 2021</li> <li><strong>Type of data:</strong> Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</li> <li><strong>How the data was collected or derived:</strong> Derived from 250m 8 d GLASS V6 FAPAR using Python running in a local HPC. The time-series analysis were computed using the <a href="https://github.com/scikit-map/scikit-map">Scikit-map</a> Python package.</li> <li><strong>Statistical methods used:</strong> for the long-term, Ordinary Least Square (OLS) of p95 monthly variable; for the monthly time-series, percentiles 05, 50, and 95.</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Antarctica.</li> <li><strong>Coordinate reference system:</strong> EPSG:4326</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (-180.00000, -62.0008094, 179.9999424, 87.37000)</li> <li><strong>Spatial resolution:</strong> 1/480 d.d. = 0.00208333 (250m)</li> <li><strong>Image size:</strong> 172,800 x 71,698</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <p><strong>Support</strong></p> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: <a href="https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues">https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues</a></p> <p><strong>Reference</strong></p> <p>Hackländer, J., Parente, L., Ho, Y.-F., Hengl, T., Simoes, R., Consoli, D., Şahin, M., Tian, X., Herold, M., Jung, M., Duveiller, G., Weynants, M., Wheeler, I., (2023?) "Land potential assessment and trend-analysis using 2000–2021 FAPAR monthly time-series at 250 m spatial resolution", submitted to PeerJ, preprint available at: <a href="https://doi.org/10.21203/rs.3.rs-3415685/v1">https://doi.org/10.21203/rs.3.rs-3415685/v1</a></p> <p><strong>Name convention</strong></p> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describes important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> fapar = Fraction of Absorbed Photosynthetically Active Radiation</li> <li><strong>variable procedure combination:</strong> essd.lstm = Earth System Science Data with bidirectional long short-term memory (Bi–LSTM)</li> <li><strong>Position in the probability distribution / variable type:</strong> p05/p50/p95 = 5th/50th/95th percentile</li> <li><strong>Spatial support:</strong> 250m</li> <li><strong>Depth reference:</strong> s = surface</li> <li><strong>Time reference begin time:</strong> 20000301 = 2000-03-01</li> <li><strong>Time reference end time:</strong> 20211231 = 2022-12-31</li> <li><strong>Bounding box:</strong> go = global (without Antarctica)</li> <li><strong>EPSG code:</strong> epsg.4326 = EPSG:4326</li> <li><strong>Version code:</strong> v20230628 = 2023-06-28 (creation date)</li> </ol>
Monthly aggregated GLASS FAPAR V6 (250 m): 95th percentile monthly time-series (2005)
<p><strong>List of Subdatasets:</strong></p> <ul> <li>Long-term data: <a href="https://doi.org/10.5281/zenodo.8381409">2000-2021</a></li> <li>5th percentile (p05) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408654">2000</a>, <a href="https://doi.org/10.5281/zenodo.8411611">2001</a>, <a href="https://doi.org/10.5281/zenodo.8412712">2002</a>, <a href="https://doi.org/10.5281/zenodo.8413021">2003</a>, <a href="https://doi.org/10.5281/zenodo.8413689">2004</a>, <a href="https://doi.org/10.5281/zenodo.8414639">2005</a>, <a href="https://doi.org/10.5281/zenodo.8411609">2006</a>, <a href="https://doi.org/10.5281/zenodo.8414085">2007</a>, <a href="https://doi.org/10.5281/zenodo.8414960">2008</a>, <a href="https://doi.org/10.5281/zenodo.8415476">2009</a>, <a href="https://doi.org/10.5281/zenodo.8415686">2010</a>, <a href="https://doi.org/10.5281/zenodo.8412154">2011</a>, <a href="https://doi.org/10.5281/zenodo.8414082">2012</a>, <a href="https://doi.org/10.5281/zenodo.8411364">2013</a>, <a href="https://doi.org/10.5281/zenodo.8414933">2014</a>, <a href="https://doi.org/10.5281/zenodo.8415414">2015</a>, <a href="https://doi.org/10.5281/zenodo.8412246">2016</a>, <a href="https://doi.org/10.5281/zenodo.8414083">2017</a>, <a href="https://doi.org/10.5281/zenodo.8411366">2018</a>, <a href="https://doi.org/10.5281/zenodo.8415203">2019</a>, <a href="https://doi.org/10.5281/zenodo.8415549">2020</a>, <a href="https://doi.org/10.5281/zenodo.8387608">2021</a></li> <li>50th percentile (p50) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408710">2000</a>, <a href="https://doi.org/10.5281/zenodo.8408798">2001</a>, <a href="https://doi.org/10.5281/zenodo.8408866">2002</a>, <a href="https://doi.org/10.5281/zenodo.8415319">2003</a>, <a href="https://doi.org/10.5281/zenodo.8415619">2004</a>, <a href="https://doi.org/10.5281/zenodo.8415878">2005</a>, <a href="https://doi.org/10.5281/zenodo.8416080">2006</a>, <a href="https://doi.org/10.5281/zenodo.8416619">2007</a>, <a href="https://doi.org/10.5281/zenodo.8417164">2008</a>, <a href="https://doi.org/10.5281/zenodo.8417513">2009</a>, <a href="https://doi.org/10.5281/zenodo.8417708">2010</a>, <a href="https://doi.org/10.5281/zenodo.8415669">2011</a>, <a href="https://doi.org/10.5281/zenodo.8416000">2012</a>, <a href="https://doi.org/10.5281/zenodo.8416542">2013</a>, <a href="https://doi.org/10.5281/zenodo.8417055">2014</a>, <a href="https://doi.org/10.5281/zenodo.8417467">2015</a>, <a href="https://doi.org/10.5281/zenodo.8415747">2016</a>, <a href="https://doi.org/10.5281/zenodo.8416333">2017</a>, <a href="https://doi.org/10.5281/zenodo.8416835">2018</a>, <a href="https://doi.org/10.5281/zenodo.8417326">2019</a>, <a href="https://doi.org/10.5281/zenodo.8417589">2020</a>, <a href="https://doi.org/10.5281/zenodo.8388078">2021</a></li> <li>95th percentile (p95) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408949">2000</a>, <a href="https://doi.org/10.5281/zenodo.8409059">2001</a>, <a href="https://doi.org/10.5281/zenodo.8409154">2002</a>, <a href="https://doi.org/10.5281/zenodo.8409362">2003</a>, <a href="https://doi.org/10.5281/zenodo.8416487">2004</a>, <a href="https://doi.org/10.5281/zenodo.8417029">2005</a>, <a href="https://doi.org/10.5281/zenodo.8417833">2006</a>, <a href="https://doi.org/10.5281/zenodo.8417996">2007</a>, <a href="https://doi.org/10.5281/zenodo.8418308">2008</a>, <a href="https://doi.org/10.5281/zenodo.8418669">2009</a>, <a href="https://doi.org/10.5281/zenodo.8418986">2010</a>, <a href="https://doi.org/10.5281/zenodo.8417649">2011</a>, <a href="https://doi.org/10.5281/zenodo.8417816">2012</a>, <a href="https://doi.org/10.5281/zenodo.8417959">2013</a>, <a href="https://doi.org/10.5281/zenodo.8418253">2014</a>, <a href="https://doi.org/10.5281/zenodo.8418625">2015</a>, <a href="https://doi.org/10.5281/zenodo.8417759">2016</a>, <a href="https://doi.org/10.5281/zenodo.8417898">2017</a>, <a href="https://doi.org/10.5281/zenodo.8418076">2018</a>, <a href="https://doi.org/10.5281/zenodo.8418442">2019</a>, <a href="https://doi.org/10.5281/zenodo.8418751">2020</a>, <a href="https://doi.org/10.5281/zenodo.8392976">2021</a></li> </ul> <p><strong>General Description</strong></p> <p>The <i>monthly aggregated Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</i> dataset is derived from <abbr title="glass.umd.edu/FAPAR/MODIS/250m/">250m 8d GLASS V6 FAPAR</abbr>. The data set is derived from Moderate Resolution Imaging Spectroradiometer (MODIS) reflectance and LAI data using several other FAPAR products (MODIS Collection 6, GLASS FAPAR V5, and PROBA-V1 FAPAR) to generate a bidirectional long-short-term memory (Bi-LSTM) model to estimate FAPAR. The dataset time spans from March 2000 to December 2021 and provides data that covers the entire globe. The dataset can be used in many applications like land degradation modeling, land productivity mapping, and land potential mapping. The dataset includes:</p> <ul> <li><strong>Long-term:</strong></li> </ul> <p>Derived from monthly time-series. This dataset provides linear trend model for the p95 variable: (1) slope beta mean (p95.beta_m), p-value for beta (p95.beta_pv), intercept alpha mean (p95.alpha_m), p-value for alpha (p95.alpha_pv), and coefficient of determination R<sup>2</sup> (p95.r2_m).</p> <ul> <li><strong>Monthly time-series:</strong></li> </ul> <p>Monthly aggregation with three standard statistics: (1) 5th percentile (p05), median (p50), and 95th percentile (p95). For each month, we aggregate all composites within that month plus one composite each before and after, ending up with 5 to 6 composites for a single month depending on the number of images within that month.</p> <p><strong>Data Details</strong></p> <ul> <li><strong>Time period:</strong> March 2000 – December 2021</li> <li><strong>Type of data:</strong> Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</li> <li><strong>How the data was collected or derived:</strong> Derived from 250m 8 d GLASS V6 FAPAR using Python running in a local HPC. The time-series analysis were computed using the <a href="https://github.com/scikit-map/scikit-map">Scikit-map</a> Python package.</li> <li><strong>Statistical methods used:</strong> for the long-term, Ordinary Least Square (OLS) of p95 monthly variable; for the monthly time-series, percentiles 05, 50, and 95.</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Antarctica.</li> <li><strong>Coordinate reference system:</strong> EPSG:4326</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (-180.00000, -62.0008094, 179.9999424, 87.37000)</li> <li><strong>Spatial resolution:</strong> 1/480 d.d. = 0.00208333 (250m)</li> <li><strong>Image size:</strong> 172,800 x 71,698</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <p><strong>Support</strong></p> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: <a href="https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues">https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues</a></p> <p><strong>Reference</strong></p> <p>Hackländer, J., Parente, L., Ho, Y.-F., Hengl, T., Simoes, R., Consoli, D., Şahin, M., Tian, X., Herold, M., Jung, M., Duveiller, G., Weynants, M., Wheeler, I., (2023?) "Land potential assessment and trend-analysis using 2000–2021 FAPAR monthly time-series at 250 m spatial resolution", submitted to PeerJ, preprint available at: <a href="https://doi.org/10.21203/rs.3.rs-3415685/v1">https://doi.org/10.21203/rs.3.rs-3415685/v1</a></p> <p><strong>Name convention</strong></p> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describes important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> fapar = Fraction of Absorbed Photosynthetically Active Radiation</li> <li><strong>variable procedure combination:</strong> essd.lstm = Earth System Science Data with bidirectional long short-term memory (Bi–LSTM)</li> <li><strong>Position in the probability distribution / variable type:</strong> p05/p50/p95 = 5th/50th/95th percentile</li> <li><strong>Spatial support:</strong> 250m</li> <li><strong>Depth reference:</strong> s = surface</li> <li><strong>Time reference begin time:</strong> 20000301 = 2000-03-01</li> <li><strong>Time reference end time:</strong> 20211231 = 2022-12-31</li> <li><strong>Bounding box:</strong> go = global (without Antarctica)</li> <li><strong>EPSG code:</strong> epsg.4326 = EPSG:4326</li> <li><strong>Version code:</strong> v20230628 = 2023-06-28 (creation date)</li> </ol>
Monthly aggregated GLASS FAPAR V6 (250 m): 5th percentile monthly time-series (2004)
<p><strong>List of Subdatasets:</strong></p> <ul> <li>Long-term data: <a href="https://doi.org/10.5281/zenodo.8381409">2000-2021</a></li> <li>5th percentile (p05) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408654">2000</a>, <a href="https://doi.org/10.5281/zenodo.8411611">2001</a>, <a href="https://doi.org/10.5281/zenodo.8412712">2002</a>, <a href="https://doi.org/10.5281/zenodo.8413021">2003</a>, <a href="https://doi.org/10.5281/zenodo.8413689">2004</a>, <a href="https://doi.org/10.5281/zenodo.8414639">2005</a>, <a href="https://doi.org/10.5281/zenodo.8411609">2006</a>, <a href="https://doi.org/10.5281/zenodo.8414085">2007</a>, <a href="https://doi.org/10.5281/zenodo.8414960">2008</a>, <a href="https://doi.org/10.5281/zenodo.8415476">2009</a>, <a href="https://doi.org/10.5281/zenodo.8415686">2010</a>, <a href="https://doi.org/10.5281/zenodo.8412154">2011</a>, <a href="https://doi.org/10.5281/zenodo.8414082">2012</a>, <a href="https://doi.org/10.5281/zenodo.8411364">2013</a>, <a href="https://doi.org/10.5281/zenodo.8414933">2014</a>, <a href="https://doi.org/10.5281/zenodo.8415414">2015</a>, <a href="https://doi.org/10.5281/zenodo.8412246">2016</a>, <a href="https://doi.org/10.5281/zenodo.8414083">2017</a>, <a href="https://doi.org/10.5281/zenodo.8411366">2018</a>, <a href="https://doi.org/10.5281/zenodo.8415203">2019</a>, <a href="https://doi.org/10.5281/zenodo.8415549">2020</a>, <a href="https://doi.org/10.5281/zenodo.8387608">2021</a></li> <li>50th percentile (p50) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408710">2000</a>, <a href="https://doi.org/10.5281/zenodo.8408798">2001</a>, <a href="https://doi.org/10.5281/zenodo.8408866">2002</a>, <a href="https://doi.org/10.5281/zenodo.8415319">2003</a>, <a href="https://doi.org/10.5281/zenodo.8415619">2004</a>, <a href="https://doi.org/10.5281/zenodo.8415878">2005</a>, <a href="https://doi.org/10.5281/zenodo.8416080">2006</a>, <a href="https://doi.org/10.5281/zenodo.8416619">2007</a>, <a href="https://doi.org/10.5281/zenodo.8417164">2008</a>, <a href="https://doi.org/10.5281/zenodo.8417513">2009</a>, <a href="https://doi.org/10.5281/zenodo.8417708">2010</a>, <a href="https://doi.org/10.5281/zenodo.8415669">2011</a>, <a href="https://doi.org/10.5281/zenodo.8416000">2012</a>, <a href="https://doi.org/10.5281/zenodo.8416542">2013</a>, <a href="https://doi.org/10.5281/zenodo.8417055">2014</a>, <a href="https://doi.org/10.5281/zenodo.8417467">2015</a>, <a href="https://doi.org/10.5281/zenodo.8415747">2016</a>, <a href="https://doi.org/10.5281/zenodo.8416333">2017</a>, <a href="https://doi.org/10.5281/zenodo.8416835">2018</a>, <a href="https://doi.org/10.5281/zenodo.8417326">2019</a>, <a href="https://doi.org/10.5281/zenodo.8417589">2020</a>, <a href="https://doi.org/10.5281/zenodo.8388078">2021</a></li> <li>95th percentile (p95) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408949">2000</a>, <a href="https://doi.org/10.5281/zenodo.8409059">2001</a>, <a href="https://doi.org/10.5281/zenodo.8409154">2002</a>, <a href="https://doi.org/10.5281/zenodo.8409362">2003</a>, <a href="https://doi.org/10.5281/zenodo.8416487">2004</a>, <a href="https://doi.org/10.5281/zenodo.8417029">2005</a>, <a href="https://doi.org/10.5281/zenodo.8417833">2006</a>, <a href="https://doi.org/10.5281/zenodo.8417996">2007</a>, <a href="https://doi.org/10.5281/zenodo.8418308">2008</a>, <a href="https://doi.org/10.5281/zenodo.8418669">2009</a>, <a href="https://doi.org/10.5281/zenodo.8418986">2010</a>, <a href="https://doi.org/10.5281/zenodo.8417649">2011</a>, <a href="https://doi.org/10.5281/zenodo.8417816">2012</a>, <a href="https://doi.org/10.5281/zenodo.8417959">2013</a>, <a href="https://doi.org/10.5281/zenodo.8418253">2014</a>, <a href="https://doi.org/10.5281/zenodo.8418625">2015</a>, <a href="https://doi.org/10.5281/zenodo.8417759">2016</a>, <a href="https://doi.org/10.5281/zenodo.8417898">2017</a>, <a href="https://doi.org/10.5281/zenodo.8418076">2018</a>, <a href="https://doi.org/10.5281/zenodo.8418442">2019</a>, <a href="https://doi.org/10.5281/zenodo.8418751">2020</a>, <a href="https://doi.org/10.5281/zenodo.8392976">2021</a></li> </ul> <p><strong>General Description</strong></p> <p>The <i>monthly aggregated Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</i> dataset is derived from <abbr title="glass.umd.edu/FAPAR/MODIS/250m/">250m 8d GLASS V6 FAPAR</abbr>. The data set is derived from Moderate Resolution Imaging Spectroradiometer (MODIS) reflectance and LAI data using several other FAPAR products (MODIS Collection 6, GLASS FAPAR V5, and PROBA-V1 FAPAR) to generate a bidirectional long-short-term memory (Bi-LSTM) model to estimate FAPAR. The dataset time spans from March 2000 to December 2021 and provides data that covers the entire globe. The dataset can be used in many applications like land degradation modeling, land productivity mapping, and land potential mapping. The dataset includes:</p> <ul> <li><strong>Long-term:</strong></li> </ul> <p>Derived from monthly time-series. This dataset provides linear trend model for the p95 variable: (1) slope beta mean (p95.beta_m), p-value for beta (p95.beta_pv), intercept alpha mean (p95.alpha_m), p-value for alpha (p95.alpha_pv), and coefficient of determination R<sup>2</sup> (p95.r2_m).</p> <ul> <li><strong>Monthly time-series:</strong></li> </ul> <p>Monthly aggregation with three standard statistics: (1) 5th percentile (p05), median (p50), and 95th percentile (p95). For each month, we aggregate all composites within that month plus one composite each before and after, ending up with 5 to 6 composites for a single month depending on the number of images within that month.</p> <p><strong>Data Details</strong></p> <ul> <li><strong>Time period:</strong> March 2000 – December 2021</li> <li><strong>Type of data:</strong> Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</li> <li><strong>How the data was collected or derived:</strong> Derived from 250m 8 d GLASS V6 FAPAR using Python running in a local HPC. The time-series analysis were computed using the <a href="https://github.com/scikit-map/scikit-map">Scikit-map</a> Python package.</li> <li><strong>Statistical methods used:</strong> for the long-term, Ordinary Least Square (OLS) of p95 monthly variable; for the monthly time-series, percentiles 05, 50, and 95.</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Antarctica.</li> <li><strong>Coordinate reference system:</strong> EPSG:4326</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (-180.00000, -62.0008094, 179.9999424, 87.37000)</li> <li><strong>Spatial resolution:</strong> 1/480 d.d. = 0.00208333 (250m)</li> <li><strong>Image size:</strong> 172,800 x 71,698</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <p><strong>Support</strong></p> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: <a href="https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues">https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues</a></p> <p><strong>Reference</strong></p> <p>Hackländer, J., Parente, L., Ho, Y.-F., Hengl, T., Simoes, R., Consoli, D., Şahin, M., Tian, X., Herold, M., Jung, M., Duveiller, G., Weynants, M., Wheeler, I., (2023?) "Land potential assessment and trend-analysis using 2000–2021 FAPAR monthly time-series at 250 m spatial resolution", submitted to PeerJ, preprint available at: <a href="https://doi.org/10.21203/rs.3.rs-3415685/v1">https://doi.org/10.21203/rs.3.rs-3415685/v1</a></p> <p><strong>Name convention</strong></p> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describes important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> fapar = Fraction of Absorbed Photosynthetically Active Radiation</li> <li><strong>variable procedure combination:</strong> essd.lstm = Earth System Science Data with bidirectional long short-term memory (Bi–LSTM)</li> <li><strong>Position in the probability distribution / variable type:</strong> p05/p50/p95 = 5th/50th/95th percentile</li> <li><strong>Spatial support:</strong> 250m</li> <li><strong>Depth reference:</strong> s = surface</li> <li><strong>Time reference begin time:</strong> 20000301 = 2000-03-01</li> <li><strong>Time reference end time:</strong> 20211231 = 2022-12-31</li> <li><strong>Bounding box:</strong> go = global (without Antarctica)</li> <li><strong>EPSG code:</strong> epsg.4326 = EPSG:4326</li> <li><strong>Version code:</strong> v20230628 = 2023-06-28 (creation date)</li> </ol>
Monthly aggregated GLASS FAPAR V6 (250 m): 50th percentile monthly time-series (2003)
<p><strong>List of Subdatasets:</strong></p> <ul> <li>Long-term data: <a href="https://doi.org/10.5281/zenodo.8381409">2000-2021</a></li> <li>5th percentile (p05) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408654">2000</a>, <a href="https://doi.org/10.5281/zenodo.8411611">2001</a>, <a href="https://doi.org/10.5281/zenodo.8412712">2002</a>, <a href="https://doi.org/10.5281/zenodo.8413021">2003</a>, <a href="https://doi.org/10.5281/zenodo.8413689">2004</a>, <a href="https://doi.org/10.5281/zenodo.8414639">2005</a>, <a href="https://doi.org/10.5281/zenodo.8411609">2006</a>, <a href="https://doi.org/10.5281/zenodo.8414085">2007</a>, <a href="https://doi.org/10.5281/zenodo.8414960">2008</a>, <a href="https://doi.org/10.5281/zenodo.8415476">2009</a>, <a href="https://doi.org/10.5281/zenodo.8415686">2010</a>, <a href="https://doi.org/10.5281/zenodo.8412154">2011</a>, <a href="https://doi.org/10.5281/zenodo.8414082">2012</a>, <a href="https://doi.org/10.5281/zenodo.8411364">2013</a>, <a href="https://doi.org/10.5281/zenodo.8414933">2014</a>, <a href="https://doi.org/10.5281/zenodo.8415414">2015</a>, <a href="https://doi.org/10.5281/zenodo.8412246">2016</a>, <a href="https://doi.org/10.5281/zenodo.8414083">2017</a>, <a href="https://doi.org/10.5281/zenodo.8411366">2018</a>, <a href="https://doi.org/10.5281/zenodo.8415203">2019</a>, <a href="https://doi.org/10.5281/zenodo.8415549">2020</a>, <a href="https://doi.org/10.5281/zenodo.8387608">2021</a></li> <li>50th percentile (p50) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408710">2000</a>, <a href="https://doi.org/10.5281/zenodo.8408798">2001</a>, <a href="https://doi.org/10.5281/zenodo.8408866">2002</a>, <a href="https://doi.org/10.5281/zenodo.8415319">2003</a>, <a href="https://doi.org/10.5281/zenodo.8415619">2004</a>, <a href="https://doi.org/10.5281/zenodo.8415878">2005</a>, <a href="https://doi.org/10.5281/zenodo.8416080">2006</a>, <a href="https://doi.org/10.5281/zenodo.8416619">2007</a>, <a href="https://doi.org/10.5281/zenodo.8417164">2008</a>, <a href="https://doi.org/10.5281/zenodo.8417513">2009</a>, <a href="https://doi.org/10.5281/zenodo.8417708">2010</a>, <a href="https://doi.org/10.5281/zenodo.8415669">2011</a>, <a href="https://doi.org/10.5281/zenodo.8416000">2012</a>, <a href="https://doi.org/10.5281/zenodo.8416542">2013</a>, <a href="https://doi.org/10.5281/zenodo.8417055">2014</a>, <a href="https://doi.org/10.5281/zenodo.8417467">2015</a>, <a href="https://doi.org/10.5281/zenodo.8415747">2016</a>, <a href="https://doi.org/10.5281/zenodo.8416333">2017</a>, <a href="https://doi.org/10.5281/zenodo.8416835">2018</a>, <a href="https://doi.org/10.5281/zenodo.8417326">2019</a>, <a href="https://doi.org/10.5281/zenodo.8417589">2020</a>, <a href="https://doi.org/10.5281/zenodo.8388078">2021</a></li> <li>95th percentile (p95) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408949">2000</a>, <a href="https://doi.org/10.5281/zenodo.8409059">2001</a>, <a href="https://doi.org/10.5281/zenodo.8409154">2002</a>, <a href="https://doi.org/10.5281/zenodo.8409362">2003</a>, <a href="https://doi.org/10.5281/zenodo.8416487">2004</a>, <a href="https://doi.org/10.5281/zenodo.8417029">2005</a>, <a href="https://doi.org/10.5281/zenodo.8417833">2006</a>, <a href="https://doi.org/10.5281/zenodo.8417996">2007</a>, <a href="https://doi.org/10.5281/zenodo.8418308">2008</a>, <a href="https://doi.org/10.5281/zenodo.8418669">2009</a>, <a href="https://doi.org/10.5281/zenodo.8418986">2010</a>, <a href="https://doi.org/10.5281/zenodo.8417649">2011</a>, <a href="https://doi.org/10.5281/zenodo.8417816">2012</a>, <a href="https://doi.org/10.5281/zenodo.8417959">2013</a>, <a href="https://doi.org/10.5281/zenodo.8418253">2014</a>, <a href="https://doi.org/10.5281/zenodo.8418625">2015</a>, <a href="https://doi.org/10.5281/zenodo.8417759">2016</a>, <a href="https://doi.org/10.5281/zenodo.8417898">2017</a>, <a href="https://doi.org/10.5281/zenodo.8418076">2018</a>, <a href="https://doi.org/10.5281/zenodo.8418442">2019</a>, <a href="https://doi.org/10.5281/zenodo.8418751">2020</a>, <a href="https://doi.org/10.5281/zenodo.8392976">2021</a></li> </ul> <p><strong>General Description</strong></p> <p>The <i>monthly aggregated Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</i> dataset is derived from <abbr title="glass.umd.edu/FAPAR/MODIS/250m/">250m 8d GLASS V6 FAPAR</abbr>. The data set is derived from Moderate Resolution Imaging Spectroradiometer (MODIS) reflectance and LAI data using several other FAPAR products (MODIS Collection 6, GLASS FAPAR V5, and PROBA-V1 FAPAR) to generate a bidirectional long-short-term memory (Bi-LSTM) model to estimate FAPAR. The dataset time spans from March 2000 to December 2021 and provides data that covers the entire globe. The dataset can be used in many applications like land degradation modeling, land productivity mapping, and land potential mapping. The dataset includes:</p> <ul> <li><strong>Long-term:</strong></li> </ul> <p>Derived from monthly time-series. This dataset provides linear trend model for the p95 variable: (1) slope beta mean (p95.beta_m), p-value for beta (p95.beta_pv), intercept alpha mean (p95.alpha_m), p-value for alpha (p95.alpha_pv), and coefficient of determination R<sup>2</sup> (p95.r2_m).</p> <ul> <li><strong>Monthly time-series:</strong></li> </ul> <p>Monthly aggregation with three standard statistics: (1) 5th percentile (p05), median (p50), and 95th percentile (p95). For each month, we aggregate all composites within that month plus one composite each before and after, ending up with 5 to 6 composites for a single month depending on the number of images within that month.</p> <p><strong>Data Details</strong></p> <ul> <li><strong>Time period:</strong> March 2000 – December 2021</li> <li><strong>Type of data:</strong> Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</li> <li><strong>How the data was collected or derived:</strong> Derived from 250m 8 d GLASS V6 FAPAR using Python running in a local HPC. The time-series analysis were computed using the <a href="https://github.com/scikit-map/scikit-map">Scikit-map</a> Python package.</li> <li><strong>Statistical methods used:</strong> for the long-term, Ordinary Least Square (OLS) of p95 monthly variable; for the monthly time-series, percentiles 05, 50, and 95.</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Antarctica.</li> <li><strong>Coordinate reference system:</strong> EPSG:4326</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (-180.00000, -62.0008094, 179.9999424, 87.37000)</li> <li><strong>Spatial resolution:</strong> 1/480 d.d. = 0.00208333 (250m)</li> <li><strong>Image size:</strong> 172,800 x 71,698</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <p><strong>Support</strong></p> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: <a href="https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues">https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues</a></p> <p><strong>Reference</strong></p> <p>Hackländer, J., Parente, L., Ho, Y.-F., Hengl, T., Simoes, R., Consoli, D., Şahin, M., Tian, X., Herold, M., Jung, M., Duveiller, G., Weynants, M., Wheeler, I., (2023?) "Land potential assessment and trend-analysis using 2000–2021 FAPAR monthly time-series at 250 m spatial resolution", submitted to PeerJ, preprint available at: <a href="https://doi.org/10.21203/rs.3.rs-3415685/v1">https://doi.org/10.21203/rs.3.rs-3415685/v1</a></p> <p><strong>Name convention</strong></p> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describes important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> fapar = Fraction of Absorbed Photosynthetically Active Radiation</li> <li><strong>variable procedure combination:</strong> essd.lstm = Earth System Science Data with bidirectional long short-term memory (Bi–LSTM)</li> <li><strong>Position in the probability distribution / variable type:</strong> p05/p50/p95 = 5th/50th/95th percentile</li> <li><strong>Spatial support:</strong> 250m</li> <li><strong>Depth reference:</strong> s = surface</li> <li><strong>Time reference begin time:</strong> 20000301 = 2000-03-01</li> <li><strong>Time reference end time:</strong> 20211231 = 2022-12-31</li> <li><strong>Bounding box:</strong> go = global (without Antarctica)</li> <li><strong>EPSG code:</strong> epsg.4326 = EPSG:4326</li> <li><strong>Version code:</strong> v20230628 = 2023-06-28 (creation date)</li> </ol>
Monthly aggregated GLASS FAPAR V6 (250 m): 5th percentile monthly time-series (2003)
<p><strong>List of Subdatasets:</strong></p> <ul> <li>Long-term data: <a href="https://doi.org/10.5281/zenodo.8381409">2000-2021</a></li> <li>5th percentile (p05) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408654">2000</a>, <a href="https://doi.org/10.5281/zenodo.8411611">2001</a>, <a href="https://doi.org/10.5281/zenodo.8412712">2002</a>, <a href="https://doi.org/10.5281/zenodo.8413021">2003</a>, <a href="https://doi.org/10.5281/zenodo.8413689">2004</a>, <a href="https://doi.org/10.5281/zenodo.8414639">2005</a>, <a href="https://doi.org/10.5281/zenodo.8411609">2006</a>, <a href="https://doi.org/10.5281/zenodo.8414085">2007</a>, <a href="https://doi.org/10.5281/zenodo.8414960">2008</a>, <a href="https://doi.org/10.5281/zenodo.8415476">2009</a>, <a href="https://doi.org/10.5281/zenodo.8415686">2010</a>, <a href="https://doi.org/10.5281/zenodo.8412154">2011</a>, <a href="https://doi.org/10.5281/zenodo.8414082">2012</a>, <a href="https://doi.org/10.5281/zenodo.8411364">2013</a>, <a href="https://doi.org/10.5281/zenodo.8414933">2014</a>, <a href="https://doi.org/10.5281/zenodo.8415414">2015</a>, <a href="https://doi.org/10.5281/zenodo.8412246">2016</a>, <a href="https://doi.org/10.5281/zenodo.8414083">2017</a>, <a href="https://doi.org/10.5281/zenodo.8411366">2018</a>, <a href="https://doi.org/10.5281/zenodo.8415203">2019</a>, <a href="https://doi.org/10.5281/zenodo.8415549">2020</a>, <a href="https://doi.org/10.5281/zenodo.8387608">2021</a></li> <li>50th percentile (p50) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408710">2000</a>, <a href="https://doi.org/10.5281/zenodo.8408798">2001</a>, <a href="https://doi.org/10.5281/zenodo.8408866">2002</a>, <a href="https://doi.org/10.5281/zenodo.8415319">2003</a>, <a href="https://doi.org/10.5281/zenodo.8415619">2004</a>, <a href="https://doi.org/10.5281/zenodo.8415878">2005</a>, <a href="https://doi.org/10.5281/zenodo.8416080">2006</a>, <a href="https://doi.org/10.5281/zenodo.8416619">2007</a>, <a href="https://doi.org/10.5281/zenodo.8417164">2008</a>, <a href="https://doi.org/10.5281/zenodo.8417513">2009</a>, <a href="https://doi.org/10.5281/zenodo.8417708">2010</a>, <a href="https://doi.org/10.5281/zenodo.8415669">2011</a>, <a href="https://doi.org/10.5281/zenodo.8416000">2012</a>, <a href="https://doi.org/10.5281/zenodo.8416542">2013</a>, <a href="https://doi.org/10.5281/zenodo.8417055">2014</a>, <a href="https://doi.org/10.5281/zenodo.8417467">2015</a>, <a href="https://doi.org/10.5281/zenodo.8415747">2016</a>, <a href="https://doi.org/10.5281/zenodo.8416333">2017</a>, <a href="https://doi.org/10.5281/zenodo.8416835">2018</a>, <a href="https://doi.org/10.5281/zenodo.8417326">2019</a>, <a href="https://doi.org/10.5281/zenodo.8417589">2020</a>, <a href="https://doi.org/10.5281/zenodo.8388078">2021</a></li> <li>95th percentile (p95) monthly time-series: <a href="https://doi.org/10.5281/zenodo.8408949">2000</a>, <a href="https://doi.org/10.5281/zenodo.8409059">2001</a>, <a href="https://doi.org/10.5281/zenodo.8409154">2002</a>, <a href="https://doi.org/10.5281/zenodo.8409362">2003</a>, <a href="https://doi.org/10.5281/zenodo.8416487">2004</a>, <a href="https://doi.org/10.5281/zenodo.8417029">2005</a>, <a href="https://doi.org/10.5281/zenodo.8417833">2006</a>, <a href="https://doi.org/10.5281/zenodo.8417996">2007</a>, <a href="https://doi.org/10.5281/zenodo.8418308">2008</a>, <a href="https://doi.org/10.5281/zenodo.8418669">2009</a>, <a href="https://doi.org/10.5281/zenodo.8418986">2010</a>, <a href="https://doi.org/10.5281/zenodo.8417649">2011</a>, <a href="https://doi.org/10.5281/zenodo.8417816">2012</a>, <a href="https://doi.org/10.5281/zenodo.8417959">2013</a>, <a href="https://doi.org/10.5281/zenodo.8418253">2014</a>, <a href="https://doi.org/10.5281/zenodo.8418625">2015</a>, <a href="https://doi.org/10.5281/zenodo.8417759">2016</a>, <a href="https://doi.org/10.5281/zenodo.8417898">2017</a>, <a href="https://doi.org/10.5281/zenodo.8418076">2018</a>, <a href="https://doi.org/10.5281/zenodo.8418442">2019</a>, <a href="https://doi.org/10.5281/zenodo.8418751">2020</a>, <a href="https://doi.org/10.5281/zenodo.8392976">2021</a></li> </ul> <p><strong>General Description</strong></p> <p>The <i>monthly aggregated Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</i> dataset is derived from <abbr title="glass.umd.edu/FAPAR/MODIS/250m/">250m 8d GLASS V6 FAPAR</abbr>. The data set is derived from Moderate Resolution Imaging Spectroradiometer (MODIS) reflectance and LAI data using several other FAPAR products (MODIS Collection 6, GLASS FAPAR V5, and PROBA-V1 FAPAR) to generate a bidirectional long-short-term memory (Bi-LSTM) model to estimate FAPAR. The dataset time spans from March 2000 to December 2021 and provides data that covers the entire globe. The dataset can be used in many applications like land degradation modeling, land productivity mapping, and land potential mapping. The dataset includes:</p> <ul> <li><strong>Long-term:</strong></li> </ul> <p>Derived from monthly time-series. This dataset provides linear trend model for the p95 variable: (1) slope beta mean (p95.beta_m), p-value for beta (p95.beta_pv), intercept alpha mean (p95.alpha_m), p-value for alpha (p95.alpha_pv), and coefficient of determination R<sup>2</sup> (p95.r2_m).</p> <ul> <li><strong>Monthly time-series:</strong></li> </ul> <p>Monthly aggregation with three standard statistics: (1) 5th percentile (p05), median (p50), and 95th percentile (p95). For each month, we aggregate all composites within that month plus one composite each before and after, ending up with 5 to 6 composites for a single month depending on the number of images within that month.</p> <p><strong>Data Details</strong></p> <ul> <li><strong>Time period:</strong> March 2000 – December 2021</li> <li><strong>Type of data:</strong> Fraction of Absorbed Photosynthetically Active Radiation (FAPAR)</li> <li><strong>How the data was collected or derived:</strong> Derived from 250m 8 d GLASS V6 FAPAR using Python running in a local HPC. The time-series analysis were computed using the <a href="https://github.com/scikit-map/scikit-map">Scikit-map</a> Python package.</li> <li><strong>Statistical methods used:</strong> for the long-term, Ordinary Least Square (OLS) of p95 monthly variable; for the monthly time-series, percentiles 05, 50, and 95.</li> <li><strong>Limitations or exclusions in the data:</strong> The dataset does not include data for Antarctica.</li> <li><strong>Coordinate reference system:</strong> EPSG:4326</li> <li><strong>Bounding box (Xmin, Ymin, Xmax, Ymax):</strong> (-180.00000, -62.0008094, 179.9999424, 87.37000)</li> <li><strong>Spatial resolution:</strong> 1/480 d.d. = 0.00208333 (250m)</li> <li><strong>Image size:</strong> 172,800 x 71,698</li> <li><strong>File format:</strong> Cloud Optimized Geotiff (COG) format.</li> </ul> <p><strong>Support</strong></p> <p>If you discover a bug, artifact, or inconsistency, or if you have a question please raise a GitHub issue: <a href="https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues">https://github.com/Open-Earth-Monitor/Global_FAPAR_250m/issues</a></p> <p><strong>Reference</strong></p> <p>Hackländer, J., Parente, L., Ho, Y.-F., Hengl, T., Simoes, R., Consoli, D., Şahin, M., Tian, X., Herold, M., Jung, M., Duveiller, G., Weynants, M., Wheeler, I., (2023?) "Land potential assessment and trend-analysis using 2000–2021 FAPAR monthly time-series at 250 m spatial resolution", submitted to PeerJ, preprint available at: <a href="https://doi.org/10.21203/rs.3.rs-3415685/v1">https://doi.org/10.21203/rs.3.rs-3415685/v1</a></p> <p><strong>Name convention</strong></p> <p>To ensure consistency and ease of use across and within the projects, we follow the standard Open-Earth-Monitor file-naming convention. The convention works with 10 fields that describes important properties of the data. In this way users can search files, prepare data analysis etc, without needing to open files. The fields are:</p> <ol> <li><strong>generic variable name:</strong> fapar = Fraction of Absorbed Photosynthetically Active Radiation</li> <li><strong>variable procedure combination:</strong> essd.lstm = Earth System Science Data with bidirectional long short-term memory (Bi–LSTM)</li> <li><strong>Position in the probability distribution / variable type:</strong> p05/p50/p95 = 5th/50th/95th percentile</li> <li><strong>Spatial support:</strong> 250m</li> <li><strong>Depth reference:</strong> s = surface</li> <li><strong>Time reference begin time:</strong> 20000301 = 2000-03-01</li> <li><strong>Time reference end time:</strong> 20211231 = 2022-12-31</li> <li><strong>Bounding box:</strong> go = global (without Antarctica)</li> <li><strong>EPSG code:</strong> epsg.4326 = EPSG:4326</li> <li><strong>Version code:</strong> v20230628 = 2023-06-28 (creation date)</li> </ol>
Long-term abundance time-series of the High Arctic terrestrial vertebrate community of Bylot Island, Nunavut
Open the record for dataset details and reuse information.
ScienceDex guides
Understand access before you commit
These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.
Allen Brain Atlas
Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.
Annotated Behaviour and Observability Dataset (ABODe)
ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.
DANDI Archive for NWB datasets
DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.
International Brain Laboratory public data
The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.
OpenNeuro
OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.