Zenodo.org will be unavailable for 2 hours on September 29th from 06:00-08:00 UTC. See announcement.

Dataset Open Access

SAPFLUXNET: A global database of sap flow measurements

Rafael Poyatos; Víctor Granda; Víctor Flo; Roberto Molowny-Horas; Kathy Steppe; Maurizio Mencuccini; Jordi Martínez-Vilalta


JSON-LD (schema.org) Export

{
  "inLanguage": {
    "alternateName": "eng", 
    "@type": "Language", 
    "name": "English"
  }, 
  "description": "<p><strong>General description</strong></p>\n\n<p>SAPFLUXNET contains a global database of sap flow and environmental data,&nbsp;together with metadata at different levels.<br>\nSAPFLUXNET is a harmonised database, compiled from contributions from&nbsp;researchers worldwide.&nbsp;</p>\n\n<p>The SAPFLUXNET version 0.1.5 database harbours 202 globally distributed datasets, from 121 geographical locations.&nbsp;SAPFLUXNET contains sap flow data for 2714 individual plants (1584 angiosperms and 1130 gymnosperms), belonging to 174 species (141 angiosperms and 33 gymnosperms), 95 different genera and 45 different families. More information on the database coverage can be found here: <a href=\"http://sapfluxnet.creaf.cat/shiny/sfn_progress_dashboard/\">http://sapfluxnet.creaf.cat/shiny/sfn_progress_dashboard/</a>.&nbsp;</p>\n\n<p><br>\nThe SAPFLUXNET project has been developed by researchers at CREAF&nbsp;and other institutions (<a href=\"http://sapfluxnet.creaf.cat/team/\">http://sapfluxnet.creaf.cat/#team</a>), coordinated by Rafael Poyatos (CREAF, <a href=\"http://www.creaf.cat/staff/rafael-poyatos-lopez\">http://www.creaf.cat/staff/rafael-poyatos-lopez</a>), and funded by two Spanish Young Researcher&#39;s Grants&nbsp; (SAPFLUXNET, CGL2014-55883-JIN; DATAFORUSE,&nbsp;RTI2018-095297-J-I00&nbsp;) and an Alexander von Humboldt Research Fellowship for Experienced Researchers).</p>\n\n<p><strong>Changelog&nbsp;</strong></p>\n\n<p>Compared to version 0.1.4, this version includes some changes in the metadata, but all time series data (sap flow, environmental) remain the same.&nbsp;</p>\n\n<ul>\n\t<li>For all datasets, climate metadata (temperature and precipitation, &lsquo;si_mat&rsquo; and &lsquo;si_map&rsquo;) have been extracted from CHELSA (https://chelsa-climate.org/), replacing the previous climate data obtained with Wordclim. This change has modified the biome classification of the datasets in &lsquo;si_biome&rsquo;.</li>\n\t<li>In &lsquo;species&rsquo; metadata, the percentage of basal area with sap flow measurements for each species (&lsquo;sp_basal_area_perc&rsquo;) is now assigned a value of 0 if species are in the understorey. This affects two datasets: AUS_MAR_UBD and AUS_MAR_UBW, where, previously, the sum of species basal area percentages could add up to more than 100%.</li>\n\t<li>In &lsquo;species&rsquo; metadata, the percentage of basal area with sap flow measurements for each species (&lsquo;sp_basal_area_perc&rsquo;) has been corrected for datasets USA_SIL_OAK_POS, USA_SIL_OAK_1PR, USA_SIL_OAK_2PR.</li>\n\t<li>In &lsquo;site&rsquo; metadata, the vegetation type (&lsquo;si_igbp&rsquo;) has been changed to SAV for datasets CHN_ARG_GWD and CHN_ARG_GWS.</li>\n</ul>\n\n<p><strong>Variables and units</strong></p>\n\n<p>SAPFLUXNET contains whole-plant sap flow and environmental variables&nbsp;at sub-daily temporal resolution. Both sap flow and environmental time series have accompanying flags in a data frame, one for sap flow and another for environmental<br>\nvariables. These flags store quality issues detected during the quality control&nbsp;process and can be used to add further quality flags.&nbsp;</p>\n\n<p>Metadata contain relevant variables informing about site conditions, stand characteristics,&nbsp;tree and species attributes, sap flow methodology and details on environmental measurements. The description and units of all data and metadata variables can be found here:&nbsp;<a href=\"http://sapfluxnet.creaf.cat/sapfluxnetr/articles/metadata-and-data-units.html\">Metadata and data units</a>.</p>\n\n<p>To learn&nbsp;more about variables, units and data flags please use the functionalities implemented in the sapfluxnetr package&nbsp;(<a href=\"https://github.com/sapfluxnet/sapfluxnetr\">https://github.com/sapfluxnet/sapfluxnetr</a>). In particular, have a look at the package vignettes using R:</p>\n\n<pre><code># remotes::install_github(\n#   'sapfluxnet/sapfluxnetr',\n#   build_opts = c(\"--no-resave-data\", \"--no-manual\", \"--build-vignettes\")\n# )\nlibrary(sapfluxnetr)\n# to list all vignettes\nvignette(package='sapfluxnetr')\n# variables and units\nvignette('metadata-and-data-units', package='sapfluxnetr')\n# data flags\nvignette('data-flags', package='sapfluxnetr')</code></pre>\n\n<p><strong>Data formats</strong></p>\n\n<p>SAPFLUXNET data can be found in two formats: 1) RData files belonging to the custom-built &#39;sfn_data&#39; class and 2) Text files in .csv format. We recommend using the sfn_data objects together with the sapfluxnetr package, although we also provide&nbsp; the text files for convenience. For each dataset, text files are structured in the same way as the slots of sfn_data objects; if working with text files, we recommend that you check the data structure of &#39;sfn_data&#39; objects in the&nbsp;<a href=\"http://sapfluxnet.creaf.cat/sapfluxnetr/articles/sfn-data-classes.html\">corresponding vignette</a>.</p>\n\n<p><strong>Working with sfn_data files</strong></p>\n\n<p>To work with SAPFLUXNET data, first they have to be downloaded from Zenodo, maintaining&nbsp;the folder structure. A first level in the folder hierarchy corresponds to file format, either RData files or csv&#39;s. A second level corresponds to how sap flow is expressed: per plant, per sapwood area or per leaf area. Please note that interconversions among the magnitudes have been performed whenever possible. Below this level, data have been organised per dataset. In the case of RData files, each dataset is contained in a sfn_data object, which stores all data and metadata in different slots (see the vignette &#39;sfn-data-classes&#39;). In the case of csv files, each dataset has 9 individual files, corresponding to metadata (5), sap flow and environmental data (2) and their corresponding data flags (2).</p>\n\n<p>After downloading the entire database, the sapfluxnetr package can be used to:<br>\n- Work with data from a single site: data access, plotting and time aggregation.<br>\n- Select the subset datasets to work with.<br>\n- Work with data from multiple sites: data access, plotting and time aggregation.</p>\n\n<p>Please check the following package vignettes to learn more about how to work with sfn_data files:</p>\n\n<p><a href=\"http://sapfluxnet.creaf.cat/sapfluxnetr/articles/sapfluxnetr-quick-guide.html\">Quick guide</a></p>\n\n<p><a href=\"http://sapfluxnet.creaf.cat/sapfluxnetr/articles/metadata-and-data-units.html\">Metadata and data units</a></p>\n\n<p><a href=\"http://sapfluxnet.creaf.cat/sapfluxnetr/articles/sfn-data-classes.html\">sfn_data classes</a></p>\n\n<p><a href=\"http://sapfluxnet.creaf.cat/sapfluxnetr/articles/custom-aggregation.html\">Custom aggregation</a></p>\n\n<p><a href=\"http://sapfluxnet.creaf.cat/sapfluxnetr/articles/memory-and-parallelization.html\">Memory and parallelization</a></p>\n\n<p><strong>Working with text files</strong></p>\n\n<p>We recommend to work with sfn_data objects using R and the sapfluxnetr package and&nbsp;we do not currently provide code to work with text files.&nbsp;</p>\n\n<p><strong>Data issues and reporting</strong></p>\n\n<p>Please report any issue you may find in the database by sending us an email: sapfluxnet@creaf.uab.cat.</p>\n\n<p>Temporary data fixes, detected but not yet included in released&nbsp;versions will be published in SAPFLUXNET main web page (&#39;Known data errors&#39;).</p>\n\n<p><strong>Data access, use and citation</strong></p>\n\n<p>This version of the SAPFLUXNET database is open access and corresponds to the data paper submitted to Earth System Science Data in August 2020.</p>\n\n<p>When using SAPFLUXNET data in an academic work, please cite the data paper, when available, or alternatively, the Zenodo dataset (see the &lsquo;Cite as&rsquo; section on the right panels of this web page).</p>", 
  "license": "https://creativecommons.org/licenses/by/4.0/legalcode", 
  "creator": [
    {
      "affiliation": "CREAF", 
      "@id": "https://orcid.org/0000-0003-0521-2523", 
      "@type": "Person", 
      "name": "Rafael Poyatos"
    }, 
    {
      "affiliation": "CREAF", 
      "@id": "https://orcid.org/0000-0002-0469-1991", 
      "@type": "Person", 
      "name": "V\u00edctor Granda"
    }, 
    {
      "affiliation": "CREAF", 
      "@id": "https://orcid.org/0000-0003-1908-4577", 
      "@type": "Person", 
      "name": "V\u00edctor Flo"
    }, 
    {
      "affiliation": "CREAF", 
      "@id": "https://orcid.org/0000-0003-2626-6379", 
      "@type": "Person", 
      "name": "Roberto Molowny-Horas"
    }, 
    {
      "affiliation": "Ghent University", 
      "@id": "https://orcid.org/0000-0001-6252-0704", 
      "@type": "Person", 
      "name": "Kathy Steppe"
    }, 
    {
      "affiliation": "ICREA/CREAF", 
      "@id": "https://orcid.org/0000-0003-0840-1477", 
      "@type": "Person", 
      "name": "Maurizio Mencuccini"
    }, 
    {
      "affiliation": "CREAF/Universitat Aut\u00f2noma de Barcelona", 
      "@id": "https://orcid.org/0000-0002-2332-7298", 
      "@type": "Person", 
      "name": "Jordi Mart\u00ednez-Vilalta"
    }
  ], 
  "url": "https://zenodo.org/record/3971689", 
  "datePublished": "2020-08-04", 
  "keywords": [
    "drought", 
    "ecohydrology", 
    "ecophysiology", 
    "plant hydraulics", 
    "plant water use", 
    "sap flux", 
    "transpiration"
  ], 
  "version": "0.1.5", 
  "contributor": [
    {
      "affiliation": "University of Sydney", 
      "@type": "Person", 
      "name": "Adams, Mark"
    }, 
    {
      "affiliation": "University of Debrecen, Department of Botany", 
      "@type": "Person", 
      "name": "Adorj\u00e1n, Bal\u00e1zs"
    }, 
    {
      "affiliation": "CREAF", 
      "@type": "Person", 
      "name": "Aguad\u00e9, David"
    }, 
    {
      "affiliation": "Instituto de Bot\u00e2nica de S\u00e3o Paulo, Brazil", 
      "@type": "Person", 
      "name": "Aidar, Marcos P.M."
    }, 
    {
      "affiliation": "ETH Zurich", 
      "@type": "Person", 
      "name": "Allen, Scott"
    }, 
    {
      "affiliation": "Instituto de Ecolog\u00eda A.C., Red de Ecolog\u00eda Funcional", 
      "@type": "Person", 
      "name": "Alvarado, Susana"
    }, 
    {
      "affiliation": "Smithsonian Conservation Biology Insitute - Conservation Ecology Center", 
      "@type": "Person", 
      "name": "Anderson-Teixeira, Kristina"
    }, 
    {
      "affiliation": "Texas A&M University", 
      "@type": "Person", 
      "name": "Aparecido, Luiza Maria"
    }, 
    {
      "affiliation": "McMaster University, Canada", 
      "@type": "Person", 
      "name": "Arain, Altaf"
    }, 
    {
      "affiliation": "INIA", 
      "@type": "Person", 
      "name": "Aranda, Ismael"
    }, 
    {
      "affiliation": "University of New Hampshire", 
      "@type": "Person", 
      "name": "Asbjornsen, Heidi"
    }, 
    {
      "affiliation": "School of Biological and Biomedical Sciences, University of Durham, UK", 
      "@type": "Person", 
      "name": "Baxter, Robert"
    }, 
    {
      "affiliation": "McMaster University", 
      "@type": "Person", 
      "name": "Beamesderfer, Eric"
    }, 
    {
      "affiliation": "University of New Hampshire", 
      "@type": "Person", 
      "name": "Berry, Carter"
    }, 
    {
      "affiliation": "CNRS", 
      "@type": "Person", 
      "name": "Berveiller, Daniel"
    }, 
    {
      "affiliation": "University of Minnesota", 
      "@type": "Person", 
      "name": "Blakely, Bethany"
    }, 
    {
      "affiliation": "Faculty of Regional and Environmental Sciences - Geobotany,  University of Trier", 
      "@type": "Person", 
      "name": "Boegelein, Rebekka"
    }, 
    {
      "affiliation": "USDA Forest Service", 
      "@type": "Person", 
      "name": "Boggs, Johnny"
    }, 
    {
      "affiliation": "Ohio State University", 
      "@type": "Person", 
      "name": "Bohrer, Gil"
    }, 
    {
      "affiliation": "University of Minnesota", 
      "@type": "Person", 
      "name": "Bolstad, Paul"
    }, 
    {
      "affiliation": "INRA, UMR EEF", 
      "@type": "Person", 
      "name": "Bonal, Damien"
    }, 
    {
      "affiliation": "University of Florida", 
      "@type": "Person", 
      "name": "Bracho, Rosvel"
    }, 
    {
      "affiliation": "Dpt. Plant Biology, Universidad de La Laguna (ULL), tenerife, Spain", 
      "@type": "Person", 
      "name": "Brito, Patricia"
    }, 
    {
      "affiliation": "McMaster University", 
      "@type": "Person", 
      "name": "Brodeur, Jason"
    }, 
    {
      "affiliation": "CATIE", 
      "@type": "Person", 
      "name": "Casanoves, Fernando"
    }, 
    {
      "affiliation": "CNRS", 
      "@type": "Person", 
      "name": "Chave, J\u00e9r\u00f4me"
    }, 
    {
      "affiliation": "University of Twente", 
      "@type": "Person", 
      "name": "Cisneros, Cesar"
    }, 
    {
      "affiliation": "US Forest Service", 
      "@type": "Person", 
      "name": "Clark, Kenneth"
    }, 
    {
      "affiliation": "Environmental Protection Agency of Aosta Valley (ARPA VdA)", 
      "@type": "Person", 
      "name": "Cremonese, Edoardo"
    }, 
    {
      "affiliation": "Chinese Academy of Forestry", 
      "@type": "Person", 
      "name": "Dang, Hongzhong"
    }, 
    {
      "affiliation": "ISA/ULisboa", 
      "@type": "Person", 
      "name": "David, Jorge"
    }, 
    {
      "affiliation": "INIAV IP", 
      "@type": "Person", 
      "name": "David, Teresa"
    }, 
    {
      "affiliation": "Universit\u00e9 Paris-Sud", 
      "@type": "Person", 
      "name": "Delpierre, Nicolas"
    }, 
    {
      "affiliation": "University of Wisconsin", 
      "@type": "Person", 
      "name": "Desai, Ankur"
    }, 
    {
      "affiliation": "IRD", 
      "@type": "Person", 
      "name": "Do, Frederic C."
    }, 
    {
      "affiliation": "CTU in Prague", 
      "@type": "Person", 
      "name": "Dohnal, Michal"
    }, 
    {
      "affiliation": "Duke University", 
      "@type": "Person", 
      "name": "Domec , Jean-Christophe"
    }, 
    {
      "affiliation": "CSIR", 
      "@type": "Person", 
      "name": "Dzikiti, Sebinasi"
    }, 
    {
      "affiliation": "University of Alaska Fairbanks", 
      "@type": "Person", 
      "name": "Edgar, Colin"
    }, 
    {
      "affiliation": "Alterra, Wageningen UR", 
      "@type": "Person", 
      "name": "Elbers, Jan"
    }, 
    {
      "affiliation": "University of Campinas", 
      "@type": "Person", 
      "name": "Eller, Cleiton"
    }, 
    {
      "affiliation": "Western Sydney University", 
      "@type": "Person", 
      "name": "Ellsworth, David"
    }, 
    {
      "affiliation": "Max Planck Institute for Biogeochemestry", 
      "@type": "Person", 
      "name": "El-Madany, Tarek S."
    }, 
    {
      "affiliation": "University of Alaska Fairbanks", 
      "@type": "Person", 
      "name": "Euskirchen, Eug\u00e9nie"
    }, 
    {
      "affiliation": "University of Wyoming", 
      "@type": "Person", 
      "name": "Ewers, Brent"
    }, 
    {
      "affiliation": "Swiss Federal Research Institute for Forest, Snow and Landscape Research (WSL)", 
      "@type": "Person", 
      "name": "Fonti, Patrick"
    }, 
    {
      "affiliation": "MNCN \u2013 CSIC", 
      "@type": "Person", 
      "name": "Forner, Alicia"
    }, 
    {
      "affiliation": "Swiss Federal Institute for Forest, Snow and Landscape", 
      "@type": "Person", 
      "name": "Forrester, David"
    }, 
    {
      "affiliation": "Laborat\u00f3rio de Clima e Biosfera do IAG-USP, Brazil", 
      "@type": "Person", 
      "name": "Freitas, Helber"
    }, 
    {
      "affiliation": "Environmental Protection Agency of Aosta Valley (ARPA VdA)", 
      "@type": "Person", 
      "name": "Galvagno, Marta"
    }, 
    {
      "affiliation": "Institute for Sustainable Agriculture (IAS-CSIC)", 
      "@type": "Person", 
      "name": "Garcia-Tejera, Omar"
    }, 
    {
      "affiliation": "University of Twente, Enschede, The Netherlands", 
      "@type": "Person", 
      "name": "Ghimire, Chandra Prasad"
    }, 
    {
      "affiliation": "INRA", 
      "@type": "Person", 
      "name": "Gimeno, Teresa"
    }, 
    {
      "affiliation": "University of Edinburgh", 
      "@type": "Person", 
      "name": "Grace, John"
    }, 
    {
      "affiliation": "INRA", 
      "@type": "Person", 
      "name": "Granier, Andr\u00e9"
    }, 
    {
      "affiliation": "The University of Melbourne", 
      "@type": "Person", 
      "name": "Griebel, Anne"
    }, 
    {
      "affiliation": "MECWE-Xiamen university", 
      "@type": "Person", 
      "name": "Guangyu, Yan"
    }, 
    {
      "affiliation": "CSIR", 
      "@type": "Person", 
      "name": "Gush, Mark"
    }, 
    {
      "affiliation": "Oak Ridge National Laboratory", 
      "@type": "Person", 
      "name": "Hanson, Paul"
    }, 
    {
      "affiliation": "Swedish University of Agricultural Sciences (SLU)", 
      "@type": "Person", 
      "name": "Hasselquist, Niles"
    }, 
    {
      "affiliation": "Helmholtz Centre Potsdam", 
      "@type": "Person", 
      "name": "Heinrich, Ingo"
    }, 
    {
      "affiliation": "Instituto de recursos naturales y agrobiolog\u00eda de Sevilla (IRNAS)-CSIC", 
      "@type": "Person", 
      "name": "Hernandez-Santana, Virginia"
    }, 
    {
      "affiliation": "Smithsonian Conservation Biology Insitute - Conservation Ecology Center", 
      "@type": "Person", 
      "name": "Herrmann, Valentine"
    }, 
    {
      "affiliation": "Forest Sciences, University of Helsinki", 
      "@type": "Person", 
      "name": "H\u00f6ltt\u00e4, Teemu"
    }, 
    {
      "affiliation": "Universidad Nacional Aut\u00f3noma de M\u00e9xico, Centro de Ciencias de la Atm\u00f3sfera", 
      "@type": "Person", 
      "name": "Holwerda, Friso"
    }, 
    {
      "affiliation": "Tsinghua", 
      "@type": "Person", 
      "name": "hui, Chen"
    }, 
    {
      "affiliation": "Yellowstone Ecological Research Centre", 
      "@type": "Person", 
      "name": "Irvine, James"
    }, 
    {
      "affiliation": "KKU", 
      "@type": "Person", 
      "name": "Isarangkool na Ayutthaya, Supat"
    }, 
    {
      "affiliation": "University of Edinburgh", 
      "@type": "Person", 
      "name": "Jarvis, Paul"
    }, 
    {
      "affiliation": "ZALF M\u00fcncheberg", 
      "@type": "Person", 
      "name": "Jochheim, Hubert"
    }, 
    {
      "affiliation": "Unicamp, Brazil", 
      "@type": "Person", 
      "name": "Joly, Carlos A."
    }, 
    {
      "affiliation": "University of Auckland", 
      "@type": "Person", 
      "name": "Kaplick, Julia"
    }, 
    {
      "affiliation": "Seoul National University", 
      "@type": "Person", 
      "name": "Kim, Hyun Seok"
    }, 
    {
      "affiliation": "Dept. of Earth Sciences, University of Gothenburg", 
      "@type": "Person", 
      "name": "Klemedtsson, Leif"
    }, 
    {
      "affiliation": "Colgate University", 
      "@type": "Person", 
      "name": "Kropp, Heather"
    }, 
    {
      "affiliation": "Physical Geography and Ecosystem Science, Lund University", 
      "@type": "Person", 
      "name": "Lagergren, Fredrik"
    }, 
    {
      "affiliation": "The University of Melbourne", 
      "@type": "Person", 
      "name": "Lane, Patrick"
    }, 
    {
      "affiliation": "University of Trier, Faculty of Regional and Environmental Sciences, Geobotany", 
      "@type": "Person", 
      "name": "Lang, Petra"
    }, 
    {
      "affiliation": "University at Albany, SUNY", 
      "@type": "Person", 
      "name": "Lapenas, Andrei"
    }, 
    {
      "affiliation": "Universidad de Ja\u00e9n", 
      "@type": "Person", 
      "name": "Lechuga, V\u00edctor"
    }, 
    {
      "affiliation": "Seoul National University", 
      "@type": "Person", 
      "name": "Lee, Minsu"
    }, 
    {
      "affiliation": "University of G\u00f6ttingen", 
      "@type": "Person", 
      "name": "Leuschner, Christoph"
    }, 
    {
      "affiliation": "CEFE CNRS, Montpellier", 
      "@type": "Person", 
      "name": "Limousin, Jean-Marc"
    }, 
    {
      "affiliation": "Universidad Pablo de Olavide", 
      "@type": "Person", 
      "name": "Linares, Juan Carlos"
    }, 
    {
      "affiliation": "Dept. of Physical Geography and Ecosystem Science, Lund University", 
      "@type": "Person", 
      "name": "Linderson, Maj-Lena"
    }, 
    {
      "affiliation": "Physical Geography and Ecosystem Science, Lund University", 
      "@type": "Person", 
      "name": "Lindroth, Anders"
    }, 
    {
      "affiliation": "IDAEA-CSIC", 
      "@type": "Person", 
      "name": "Llorens, Pilar"
    }, 
    {
      "affiliation": "University of C\u00f3rdoba", 
      "@type": "Person", 
      "name": "Lopez-Bernal, Alvaro"
    }, 
    {
      "affiliation": "Colgate University", 
      "@type": "Person", 
      "name": "Loranty, Michael"
    }, 
    {
      "affiliation": "ZALF M\u00fcncheberg", 
      "@type": "Person", 
      "name": "L\u00fcttschwager, Dietmar"
    }, 
    {
      "affiliation": "University of Auckland", 
      "@type": "Person", 
      "name": "Macinnis-Ng, Cate"
    }, 
    {
      "affiliation": "CNRS", 
      "@type": "Person", 
      "name": "Mar\u00e9chaux, Isabelle"
    }, 
    {
      "affiliation": "University of Florida", 
      "@type": "Person", 
      "name": "Martin, Timothy"
    }, 
    {
      "affiliation": "CREAF", 
      "@type": "Person", 
      "name": "Mart\u00ednez-Vilalta, Jordi"
    }, 
    {
      "affiliation": "Ohio State University, University of Texas at Austin", 
      "@type": "Person", 
      "name": "Matheny, Ashley"
    }, 
    {
      "affiliation": "Los Alamos National Laboratory (LANL), USA", 
      "@type": "Person", 
      "name": "McDowell, Nate"
    }, 
    {
      "affiliation": "Smithsonian Environmental Research Center", 
      "@type": "Person", 
      "name": "McMahon, Sean"
    }, 
    {
      "affiliation": "ANU / University of Edinburgh", 
      "@type": "Person", 
      "name": "Meir, Patrick"
    }, 
    {
      "affiliation": "ICREA-CREAF", 
      "@type": "Person", 
      "name": "Mencuccini, Maurizio"
    }, 
    {
      "affiliation": "University of Debrecen, Department of Botany", 
      "@type": "Person", 
      "name": "M\u00e9sz\u00e1ros, Ilona"
    }, 
    {
      "affiliation": "Max Planck Institute for Biogeochemestry", 
      "@type": "Person", 
      "name": "Migliavacca, Mirco"
    }, 
    {
      "affiliation": "CSIRO", 
      "@type": "Person", 
      "name": "Mitchell, Patrick"
    }, 
    {
      "affiliation": "Physical Geography and Ecosystem Science, Lund University", 
      "@type": "Person", 
      "name": "M\u00f6lder, Meelis"
    }, 
    {
      "affiliation": "Free University of Bolzano/Bozen", 
      "@type": "Person", 
      "name": "Montagnani, Leonardo"
    }, 
    {
      "affiliation": "Texas A&M University", 
      "@type": "Person", 
      "name": "Moore, Georgianne"
    }, 
    {
      "affiliation": "Hokkaido Regional Breeding Office, Forest Tree Breeding Center, Forestry and Forest Products Research Institute", 
      "@type": "Person", 
      "name": "Nakada, Ryogo"
    }, 
    {
      "affiliation": "University of G\u00f6ttingen", 
      "@type": "Person", 
      "name": "Niu, Furong"
    }, 
    {
      "affiliation": "University of Technology Sydney", 
      "@type": "Person", 
      "name": "Nolan, Rachael"
    }, 
    {
      "affiliation": "Oak Ridge National Laboratory", 
      "@type": "Person", 
      "name": "Norby, Rich"
    }, 
    {
      "affiliation": "Indiana University Bloomington", 
      "@type": "Person", 
      "name": "Novick, Kimberly"
    }, 
    {
      "affiliation": "Botany University Innsbruck", 
      "@type": "Person", 
      "name": "Oberhuber, Walter"
    }, 
    {
      "affiliation": "Eurac Research", 
      "@type": "Person", 
      "name": "Obojes, Nikolaus"
    }, 
    {
      "affiliation": "USDA Forest Service, Southern Research Station, Coweeta Hydrologic Laboratory", 
      "@type": "Person", 
      "name": "Oishi, A. Christopher"
    }, 
    {
      "affiliation": "University of Campinas", 
      "@type": "Person", 
      "name": "Oliveira, Rafael"
    }, 
    {
      "affiliation": "Duke University", 
      "@type": "Person", 
      "name": "Oren, Ram"
    }, 
    {
      "affiliation": "CEFE CNRS, Montpellier", 
      "@type": "Person", 
      "name": "Ourcival, Jean-Marc"
    }, 
    {
      "affiliation": "Forest Sciences, University of Helsinki", 
      "@type": "Person", 
      "name": "Paljakka, Teemu"
    }, 
    {
      "affiliation": "Max Planck Institute for Biogeochemestry", 
      "@type": "Person", 
      "name": "Perez-Priego, Oscar"
    }, 
    {
      "affiliation": "Instituto Nacional de Tecnolog\u00eda Agropecuaria", 
      "@type": "Person", 
      "name": "Peri, Pablo"
    }, 
    {
      "affiliation": "Swiss Federal Research Institute for Forest, Snow and Landscape Research (WSL)", 
      "@type": "Person", 
      "name": "Peters, Richard L."
    }, 
    {
      "affiliation": "University of Sydney", 
      "@type": "Person", 
      "name": "Pfautsch, Seabstian"
    }, 
    {
      "affiliation": "Department of Biology, University of New Mexico, USA", 
      "@type": "Person", 
      "name": "Pockman, William"
    }, 
    {
      "affiliation": "CREAF", 
      "@type": "Person", 
      "name": "Poyatos, Rafael"
    }, 
    {
      "affiliation": "WIS", 
      "@type": "Person", 
      "name": "Preisler, Yakir"
    }, 
    {
      "affiliation": "NA", 
      "@type": "Person", 
      "name": "Rascher, Katherine"
    }, 
    {
      "affiliation": "University at Albany, SUNY", 
      "@type": "Person", 
      "name": "Robinson, George"
    }, 
    {
      "affiliation": "USP", 
      "@type": "Person", 
      "name": "Rocha, Humberto"
    }, 
    {
      "affiliation": "IRD", 
      "@type": "Person", 
      "name": "Rocheteau, Alain"
    }, 
    {
      "affiliation": "University of G\u00f6ttingen", 
      "@type": "Person", 
      "name": "R\u00f6ll, Alexander"
    }, 
    {
      "affiliation": "UERJ", 
      "@type": "Person", 
      "name": "Rosado, Bruno"
    }, 
    {
      "affiliation": "University of Exeter", 
      "@type": "Person", 
      "name": "Rowland, Lucy"
    }, 
    {
      "affiliation": "Sukachev Institute of forest SB RAS", 
      "@type": "Person", 
      "name": "Rubtsov, Alexey"
    }, 
    {
      "affiliation": "University of Barcelona", 
      "@type": "Person", 
      "name": "Sabat\u00e9, Santiago"
    }, 
    {
      "affiliation": "University of Edinburgh / University of Helsinki", 
      "@type": "Person", 
      "name": "Salmon, Yann"
    }, 
    {
      "affiliation": "Universidad Polit\u00e9cnica de Madrid", 
      "@type": "Person", 
      "name": "Salom\u00f3n, Roberto Luis"
    }, 
    {
      "affiliation": "IDAEA-CSIC", 
      "@type": "Person", 
      "name": "S\u00e1nchez-Costa, Elisenda"
    }, 
    {
      "affiliation": "Rutgers University Newark", 
      "@type": "Person", 
      "name": "Sch\u00e4fer, Karina"
    }, 
    {
      "affiliation": "University of G\u00f6ttingen", 
      "@type": "Person", 
      "name": "Schuldt, Bernhard"
    }, 
    {
      "affiliation": "Sukachev Institute of forest SB RAS", 
      "@type": "Person", 
      "name": "Shashkin, Alexandr"
    }, 
    {
      "affiliation": "INRA, UMR Ecofog", 
      "@type": "Person", 
      "name": "Stahl, Cl\u00e9ment"
    }, 
    {
      "affiliation": "Global Change Research Institute CAS", 
      "@type": "Person", 
      "name": "Stojanovi\u0107, Marko"
    }, 
    {
      "affiliation": "UNIVERSIDAD DE LA AMAZONIA", 
      "@type": "Person", 
      "name": "Su\u00e1rez Salazar, Juan Carlos"
    }, 
    {
      "affiliation": "USDA Forest Service", 
      "@type": "Person", 
      "name": "Sun, Ge"
    }, 
    {
      "affiliation": "Global Change Research Institute CAS", 
      "@type": "Person", 
      "name": "Szatniewska, Justyna"
    }, 
    {
      "affiliation": "WIS", 
      "@type": "Person", 
      "name": "Tatarinov, Fyodor"
    }, 
    {
      "affiliation": "IH CAS", 
      "@type": "Person", 
      "name": "Tesa\u0159, Miroslav"
    }, 
    {
      "affiliation": "University of Trier, Faculty of Regional and Environmental Sciences, Geobotany", 
      "@type": "Person", 
      "name": "Thomas, Frank M."
    }, 
    {
      "affiliation": "Chulalongkorn University", 
      "@type": "Person", 
      "name": "Tor-ngern, Pantana"
    }, 
    {
      "affiliation": "Mendel University in Brno", 
      "@type": "Person", 
      "name": "Urban, Josef"
    }, 
    {
      "affiliation": "MNCN \u2013 CSIC", 
      "@type": "Person", 
      "name": "Valladares, Fernando"
    }, 
    {
      "affiliation": "NA", 
      "@type": "Person", 
      "name": "van der Tol, Christiaan"
    }, 
    {
      "affiliation": "University of Zurich, Zurich, Switzerland", 
      "@type": "Person", 
      "name": "van Meerveld, H.J. (Ilja)"
    }, 
    {
      "affiliation": "A.N. Severtsov Institute of Ecology and Evolution RAS", 
      "@type": "Person", 
      "name": "Varlagin, Andrej"
    }, 
    {
      "affiliation": "University of Bonn", 
      "@type": "Person", 
      "name": "Voigt, Holm"
    }, 
    {
      "affiliation": "Oak Ridge National Laboratory", 
      "@type": "Person", 
      "name": "Warren, Jeffrey"
    }, 
    {
      "affiliation": "Faculty of Regional and Environmental Sciences - Geobotany, University of Trier", 
      "@type": "Person", 
      "name": "Werner, Willy"
    }, 
    {
      "affiliation": "Universit\u00e4t Freiburg", 
      "@type": "Person", 
      "name": "Werner, Christiane"
    }, 
    {
      "affiliation": "Dpt. Alpine Timberline Ecophysiology,BFW, Innsnruck, Austria", 
      "@type": "Person", 
      "name": "Wieser, Gerhard"
    }, 
    {
      "affiliation": "INRA", 
      "@type": "Person", 
      "name": "Wingate, Lisa"
    }, 
    {
      "affiliation": "Oak Ridge National Laboratory", 
      "@type": "Person", 
      "name": "Wullschleger, Stan"
    }, 
    {
      "affiliation": "Indiana University Bloomington", 
      "@type": "Person", 
      "name": "Yi, Koong"
    }, 
    {
      "affiliation": "WSL, Birmensdorf, Switzerland", 
      "@type": "Person", 
      "name": "Zweifel, Roman"
    }
  ], 
  "@context": "https://schema.org/", 
  "distribution": [
    {
      "contentUrl": "https://zenodo.org/api/files/040511ac-b4fb-4205-8e3c-d31b8f9147c3/0.1.5.zip", 
      "encodingFormat": "zip", 
      "@type": "DataDownload"
    }
  ], 
  "identifier": "https://doi.org/10.5281/zenodo.3971689", 
  "@id": "https://doi.org/10.5281/zenodo.3971689", 
  "@type": "Dataset", 
  "name": "SAPFLUXNET: A global database of sap flow measurements"
}
7,913
2,969
views
downloads
All versions This version
Views 7,9134,093
Downloads 2,9691,884
Data volume 9.6 TB6.1 TB
Unique views 6,3763,389
Unique downloads 1,5281,219

Share

Cite as