The following table was created as response to the SQL query SELECT sbs_sbsname "SBS name", sbs_sbsnumber "SBS number", m_methodname "general method", dia_name "diaspore type", tv_singlevalue "single value [m/s]", tv_n "sample size", tvlv_name "TV specific method", sclv_name "measured with structures", tv_valid "valid", ref_refname "reference", tv_mean "mean TV [m/s]", tv_maximum "maximum TV [m/s]", tv_minimum "minimum TV [m/s]", tv_median "median TV [m/s]", tv_replicates "number of replicates", tv_comment "general comment", or_origrefname "original reference" FROM (SELECT case when tv_median is not null then tv_median when tv_mean is not null then tv_mean when tv_minimum is not null and tv_maximum is not null then (tv_minimum + tv_maximum) / 2 when tv_minimum is not null then tv_minimum when tv_maximum is not null then tv_maximum else null end AS tv_singlevalue, sbs_sbsnumber, sbs_sbsname, m_methodname, dia_name, tv_median, tv_mean, tv_minimum, tv_maximum, tv_n, tvlv_name, sclv_name, tv_valid, ref_refname, tv_replicates, tv_comment, or_origrefname, tv_sbsnumber FROM (SELECT sbs.sbs_sbsnumber, sbs.sbs_sbsname, m_tv.m_methodname, m_tv.dia_name, m_tv.tv_median, m_tv.tv_mean, m_tv.tv_minimum, m_tv.tv_maximum, m_tv.tv_n, m_tv.tvlv_name, m_tv.sclv_name, m_tv.tv_valid, m_tv.ref_refname, m_tv.tv_replicates, m_tv.tv_comment, m_tv.or_origrefname, m_tv.tv_sbsnumber FROM (SELECT speciesno AS sbs_sbsnumber, fullname AS sbs_sbsname FROM (SELECT fullname, speciesno, familyname, isinledalist from (select fullname, speciesno, family as familyid, isinledalist from taxon where specieslist = 60028) natural join taxonomicfamily)) sbs JOIN (SELECT tv_dialv.tv_sbsnumber, m.m_methodname, tv_dialv.dia_name, tv_dialv.tv_median, tv_dialv.tv_mean, tv_dialv.tv_minimum, tv_dialv.tv_maximum, tv_dialv.tv_n, tv_dialv.tvlv_name, tv_dialv.sclv_name, tv_dialv.tv_valid, tv_dialv.ref_refname, tv_dialv.tv_replicates, tv_dialv.tv_comment, tv_dialv.or_origrefname FROM (SELECT methodid AS m_methodid, methodname AS m_methodname FROM (select * from method_lv)) m JOIN (SELECT tv_tvlv.tv_sbsnumber, tv_tvlv.tv_methodid, dialv.dia_name, tv_tvlv.tv_median, tv_tvlv.tv_mean, tv_tvlv.tv_minimum, tv_tvlv.tv_maximum, tv_tvlv.tv_n, tv_tvlv.tvlv_name, tv_tvlv.sclv_name, tv_tvlv.tv_valid, tv_tvlv.ref_refname, tv_tvlv.tv_replicates, tv_tvlv.tv_comment, tv_tvlv.or_origrefname FROM (SELECT tv_sclv.tv_sbsnumber, tv_sclv.tv_methodid, tv_sclv.tv_diasporeid, tv_sclv.tv_median, tv_sclv.tv_mean, tv_sclv.tv_minimum, tv_sclv.tv_maximum, tv_sclv.tv_n, tvlv.tvlv_name, tv_sclv.sclv_name, tv_sclv.tv_valid, tv_sclv.ref_refname, tv_sclv.tv_replicates, tv_sclv.tv_comment, tv_sclv.or_origrefname FROM (SELECT r_tv.tv_sbsnumber, r_tv.tv_methodid, r_tv.tv_diasporeid, r_tv.tv_median, r_tv.tv_mean, r_tv.tv_minimum, r_tv.tv_maximum, r_tv.tv_n, r_tv.tv_specificmethodid, sclv.sclv_name, r_tv.tv_valid, r_tv.ref_refname, r_tv.tv_replicates, r_tv.tv_comment, r_tv.or_origrefname FROM (SELECT tv_orf.tv_sbsnumber, tv_orf.tv_methodid, tv_orf.tv_diasporeid, tv_orf.tv_median, tv_orf.tv_mean, tv_orf.tv_minimum, tv_orf.tv_maximum, tv_orf.tv_n, tv_orf.tv_specificmethodid, tv_orf.tv_structureid, tv_orf.tv_valid, r.ref_refname, tv_orf.tv_replicates, tv_orf.tv_comment, tv_orf.or_origrefname FROM (SELECT referenceid AS ref_referenceid, refname AS ref_refname FROM (select referenceid, refname, reftypeid from reference)) r LEFT JOIN (SELECT tv.tv_sbsnumber, tv.tv_methodid, tv.tv_diasporeid, tv.tv_median, tv.tv_mean, tv.tv_minimum, tv.tv_maximum, tv.tv_n, tv.tv_specificmethodid, tv.tv_structureid, tv.tv_valid, tv.tv_referenceid, tv.tv_replicates, tv.tv_comment, orf.or_origrefname FROM (SELECT sbsnumber AS tv_sbsnumber, methodid AS tv_methodid, diasporemorphologyid AS tv_diasporeid, median AS tv_median, mean AS tv_mean, minimum AS tv_minimum, maximum AS tv_maximum, n AS tv_n, velocitymethodid AS tv_specificmethodid, structureid AS tv_structureid, valid AS tv_valid, referenceid AS tv_referenceid, replicates AS tv_replicates, p_comment AS tv_comment, origreferenceid AS tv_origreferenceid FROM (SELECT sbsnumber, taxonid, mean, median, minimum, maximum, stderror, stddeviation, n, replicates, created_when, updated_when, collectiondate, p_comment, methodid, referenceid, origreferenceid, habitattypeid, georefid, valid, validsince, validuntil, ledaid, batchid, velocitymethodid, structureid, diasporemorphologyid, terminalvelocityid FROM terminalvelocity natural join taxontosbsassignment WHERE valid IN (-2, 1, -1, 0, 2, -8, -4, -3, 2, -8))) tv FULL JOIN (SELECT origreferenceid AS or_origrefid, origrefname AS or_origrefname FROM (select referenceid as origreferenceid, refname as origrefname, reftypeid as origreftypeid from reference)) orf ON tv.tv_origreferenceid = orf.or_origrefid) tv_orf ON r.ref_referenceid = tv_orf.tv_referenceid) r_tv LEFT JOIN (SELECT structureid AS sclv_id, structurename AS sclv_name FROM (SELECT structureid, structurename from structure_lv)) sclv ON r_tv.tv_structureid = sclv.sclv_id) tv_sclv LEFT JOIN (SELECT velocitymethodid AS tvlv_id, velocitymethodname AS tvlv_name FROM (SELECT velocitymethodid, velocitymethodname from velocitymethod_lv)) tvlv ON tv_sclv.tv_specificmethodid = tvlv.tvlv_id) tv_tvlv LEFT JOIN (SELECT diasporemorphologyid AS dia_id, diasporemorphologyname AS dia_name FROM (select diasporemorphologyid, diasporemorphologycode, diasporemorphologyname from diasporemorphology_lv)) dialv ON tv_tvlv.tv_diasporeid = dialv.dia_id) tv_dialv ON m.m_methodid = tv_dialv.tv_methodid) m_tv ON sbs.sbs_sbsnumber = m_tv.tv_sbsnumber)) ORDER BY sbs_sbsname on Fri Mar 14 16:39:55 CET 2008 . SBS name;SBS number;general method;diaspore type;single value [m/s];sample size;TV specific method;measured with structures;valid;reference;mean TV [m/s];maximum TV [m/s];minimum TV [m/s];median TV [m/s];number of replicates;general comment;original reference Acer campestre;811;unknown;generative dispersule;1.52;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.52;;;;1;Luftensteiner (1982); Acer campestre;811;unknown;generative dispersule;.9;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.9;;;;1;Müller-Schneider (1986); Acer negundo;785;actual measurement;one-seeded generative dispersule;.78;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.78;;;;;cultivated; Acer platanoides;801;unknown;generative dispersule;.87;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.87;;;;1;Greene & Johnson (1989a); Acer platanoides;801;unknown;generative dispersule;1.07;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.07;;;;1;Schmidt (1918); Acer platanoides;801;unknown;generative dispersule;.87;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.87;;;;1;Matlack (1987); Acer platanoides;801;unknown;generative dispersule;1.25;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.25;;;;1;Luftensteiner (1982); Acer platanoides;801;unknown;generative dispersule;1;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1;;;;1;Müller-Schneider (1986); Acer pseudoplatanus;803;actual measurement;one-seeded generative dispersule;.99;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.99;;;;;; Acer pseudoplatanus;803;unknown;generative dispersule;1.04;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.04;;;;1;Matlack (1987); Acer pseudoplatanus;803;unknown;generative dispersule;1.1;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.1;;;;1;Luftensteiner (1982); Acer pseudoplatanus;803;unknown;generative dispersule;1.07;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.07;;;;1;Schmidt (1918); Acer pseudoplatanus;803;unknown;generative dispersule;1.07;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.07;;;;1;Dingler (1889); Acer pseudoplatanus;803;unknown;generative dispersule;.95;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.95;;;;1;Greene & Johnson (1989a); Acer saccharophorum;807;unknown;generative dispersule;.945;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.945;1.02;.87;;1;Green (1980); Achillea atrata;4794;unknown;generative dispersule;.92424;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.92424;1.1238;.72466;;1;Tackenberg (unpublished data); Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.99;2.5;1.39;1.98;;Preaggregated data obtained from single record.; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.76;;;;;; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.39;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.39;;;;;; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.92;;;;;; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.19;;;;;; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.19;;;;;; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.92;;;;;; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.98;;;;;; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.05;;;;;; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.25;;;;;; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.7;;;;;; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.02;;;;;; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.97;;;;;; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.22;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.29;1.85;.97;1.22;;Preaggregated data obtained from single record.; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.18;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.18;;;;;; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.85;;;;;; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.57;;;;;; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.25;;;;;; Achillea cartilaginea;4689;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.02;;;;;; Achillea erba-rotta s. moschata;6098;unknown;generative dispersule;1.3542;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.3542;;;;1;Tackenberg (unpublished data); Achillea erba-rotta s. moschata;6098;unknown;generative dispersule;.71466;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.71466;.92228;.50703;;1;Tackenberg (unpublished data); Achillea filipendulina;3042;actual measurement;one-seeded generative dispersule;1.4;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.4;;;;;cultivated; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.35;1.56;1.11;1.34;;Preaggregated data obtained from single record.; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.27;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.4;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.21;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.56;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.54;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.54;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.76;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.28;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.28;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.44;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.44;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.4;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.58;;;;;; Achillea millefolium;3013;unknown;generative dispersule;1.21;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.21;;;;1;Tackenberg (2001); Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.38;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.11;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.11;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.35;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.74;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.29;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.68;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.49;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.48;1.92;1.14;1.49;;Preaggregated data obtained from single record.; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.46;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.84;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.35;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.54;1.91;1.28;1.45;;Preaggregated data obtained from single record.; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.2;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.53;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.45;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.92;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.53;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.14;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.14;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.56;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.15;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.15;;;;;; Achillea millefolium;3013;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.3;;;;;; Achillea millefolium;3013;actual measurement;one-seeded generative dispersule;1.73;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.73;2.07;1.4;;;; Achillea millefolium;3013;actual measurement;one-seeded generative dispersule;1.08;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.08;1.2;.8;;;; Achillea nana;4923;unknown;generative dispersule;1.5084;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.5084;1.6549;1.3619;;1;Lutz (unpublished data); Achillea nana;4923;unknown;generative dispersule;1.3265;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.3265;1.5327;1.1202;;1;Tackenberg (unpublished data); Achillea nobilis;3014;unknown;generative dispersule;1.1353;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.1353;;;;1;Tackenberg (unpublished data); Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.95;;;;;; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.03;;;;;; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.66;;;;;; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.66;;;;;; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.71;;;;;; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.81;;;;;; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.71;;;;;; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.79;;;;;; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.84;;;;;; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.87;;;;;; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2;;;;;; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.21;;;;;; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.27;;;;;; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.16;;;;;; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.19;;;;;; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.69;;;;;; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.91;;;;;; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.91;;;;;; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.51;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.51;;;;;; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.8;2.03;1.66;1.8;;Preaggregated data obtained from single record.; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.01;2.27;1.51;2.08;;Preaggregated data obtained from single record.; Achillea ptarmica;4799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.21;;;;;; Achnatherum calamagrostis;41606;actual measurement;one-seeded generative dispersule;1.03;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.03;1.4;.66;;;; Acinos arvensis;24493;unknown;generative dispersule;2.37;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.37;;;;1;Maurer & Stöcklin (unpublished); Aconitum napellus;27279;actual measurement;one-seeded generative dispersule;3.33;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.33;;;;;cultivated; Acorus calamus;35825;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.27;;;;;; Acorus calamus;35825;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;; Acorus calamus;35825;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.44;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.44;2.6;2.27;2.44;;Preaggregated data obtained from single record.; Acorus calamus;35825;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Acorus calamus;35825;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;; Acorus calamus;35825;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;; Acorus calamus;35825;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.38;;;;;; Acorus calamus;35825;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Acorus calamus;35825;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Acorus calamus;35825;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;; Acorus calamus;35825;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;; Adenophora lilifolia;15316;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.47;2.94;1.98;2.5;;Preaggregated data obtained from single record.; Adenophora lilifolia;15316;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Adenophora lilifolia;15316;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Adenophora lilifolia;15316;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Adenophora lilifolia;15316;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Adenophora lilifolia;15316;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Adenophora lilifolia;15316;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Adenophora lilifolia;15316;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Adenophora lilifolia;15316;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Adenophora lilifolia;15316;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Adenophora lilifolia;15316;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.98;;;;;; Adenostyles alliariae;3188;actual measurement;one-seeded generative dispersule;.73;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.73;.91;.56;;;; Adenostyles leucophylla;5961;unknown;generative dispersule;.22;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.22;;;;1;Müller-Schneider (1986); Adenostyles leucophylla;5961;unknown;generative dispersule;.72133;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.72133;.78491;.65776;;1;Lutz (unpublished data); Adonis vernalis;29095;unknown;generative dispersule;1.6;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.6;;;;1;Tackenberg (unpublished data); Aegopodium podagraria;2007;actual measurement;one-seeded generative dispersule;3.7;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.7;4.1;2.23;;;; Aethionema saxatile;14330;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.11;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.1;3.21;2.98;3.11;;Preaggregated data obtained from single record.; Aethionema saxatile;14330;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Aethionema saxatile;14330;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Aethionema saxatile;14330;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Aethionema saxatile;14330;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Aethionema saxatile;14330;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Aethionema saxatile;14330;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Aethionema saxatile;14330;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Aethionema saxatile;14330;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Aethionema saxatile;14330;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Aethionema saxatile;14330;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Aethionema saxatile;14330;unknown;generative dispersule;2.6447;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.6447;;;;1;Tackenberg (unpublished data); Aethusa cynapium;1502;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.86;10;actual fall rate in still air;unknown;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.81;3.05;2.31;2.86;;Preaggregated data obtained from single record.; Aethusa cynapium;1502;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.5;;;;;; Aethusa cynapium;1502;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Aethusa cynapium;1502;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Aethusa cynapium;1502;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Aethusa cynapium;1502;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Aethusa cynapium;1502;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Aethusa cynapium;1502;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Aethusa cynapium;1502;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.81;;;;;; Aethusa cynapium;1502;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Aethusa cynapium;1502;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Agrimonia eupatoria;29512;unknown;generative dispersule;3.54;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.54;;;;1;Tackenberg (2001); Agrimonia eupatoria;29512;unknown;generative dispersule;2.96;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.96;;;;1;Tackenberg (2001); Agrimonia eupatoria;29512;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;; Agrimonia eupatoria;29512;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;; Agrimonia eupatoria;29512;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;; Agrimonia eupatoria;29512;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;; Agrimonia eupatoria;29512;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Agrimonia eupatoria;29512;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;; Agrimonia eupatoria;29512;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.03;;;;;; Agrimonia eupatoria;29512;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;; Agrimonia eupatoria;29512;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;; Agrimonia eupatoria;29512;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;; Agrimonia eupatoria;29512;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.07;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.06;4.24;3.85;4.07;;Preaggregated data obtained from single record.; Agrimonia procera;29916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Agrimonia procera;29916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Agrimonia procera;29916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Agrimonia procera;29916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Agrimonia procera;29916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Agrimonia procera;29916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Agrimonia procera;29916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Agrimonia procera;29916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Agrimonia procera;29916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Agrimonia procera;29916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Agrimonia procera;29916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.34;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.35;3.52;3.25;3.34;;Preaggregated data obtained from single record.; Agrostemma githago;16318;actual measurement;one-seeded generative dispersule;5.29;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.29;;;;;cultivated; Agrostemma githago;16318;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Agrostemma githago;16318;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.17;;;;;; Agrostemma githago;16318;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.17;;;;;; Agrostemma githago;16318;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;7;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.23;4.31;4.17;4.24;;Preaggregated data obtained from single record.; Agrostemma githago;16318;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Agrostemma githago;16318;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Agrostemma githago;16318;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Agrostemma githago;16318;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.31;;;;;; Agrostis capillaris;41392;actual measurement;one-seeded generative dispersule;.75;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.75;.95;.6;;;; Agrostis capillaris;41392;unknown;generative dispersule;.89;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.89;;;;1;Tackenberg (2001); Agrostis capillaris;41392;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.21;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis capillaris;41392;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.18;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.18;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis capillaris;41392;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.24;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis capillaris;41392;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.3;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis capillaris;41392;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.2;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.21;1.34;1.04;1.2;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Agrostis capillaris;41392;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.15;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.15;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis capillaris;41392;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.34;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis capillaris;41392;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.04;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.04;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis capillaris;41392;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.28;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.28;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis capillaris;41392;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.19;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis capillaris;41392;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.13;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis gigantea;40852;actual measurement;one-seeded generative dispersule;1.86;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.86;2.07;1.61;;;; Agrostis stolonifera;40861;actual measurement;one-seeded generative dispersule;.78;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.78;.92;.68;;;; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.95;;;;;; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.97;;;;;; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.24;;;;;; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.27;;;;;; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;.99;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.99;;;;;; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.25;;;;;; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.96;1.71;.71;.83;;Preaggregated data obtained from single record.; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.22;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.22;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.08;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.08;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.94;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.53;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.11;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.11;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.82;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.91;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.81;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.25;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.21;1.58;.95;1.25;;Preaggregated data obtained from single record.; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.84;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.87;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.02;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.94;;;;;seeds collected by Ute Schadek (Oldenburg); Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.11;5;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.18;1.53;.94;1.11;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;7;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.89;2.02;1.81;1.87;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;.74;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.74;;;;;; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.71;;;;;; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.85;;;;;; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.12;;;;;; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.75;;;;;; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;.8;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.8;;;;;; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.94;;;;;; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.24;;;;;; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;.71;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.71;;;;;; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;.77;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.77;;;;;; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.38;;;;;; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.29;;;;;; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.58;;;;;; Agrostis stolonifera;40861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.21;;;;;; Agrostis vinealis;41896;unknown;generative dispersule;1.0714;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.0714;;;;1;Tackenberg (unpublished data); Agrostis vinealis;41896;actual measurement;one-seeded generative dispersule;1.59;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.59;1.91;1.05;;;; Ailanthus altissima;34523;unknown;generative dispersule;.91;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.91;;;;1;Schmidt (1918); Ailanthus altissima;34523;unknown;generative dispersule;.43;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.43;.56;.3;;1;Matlack (1987); Ailanthus altissima;34523;actual measurement;one-seeded generative dispersule;.56;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.56;;;;;cultivated; Aira caryophyllea;40866;unknown;generative dispersule;1.4061;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.4061;;;;1;Tackenberg (unpublished data); Aira caryophyllea;40866;actual measurement;one-seeded generative dispersule;1.7;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.7;1.94;1.45;;;; Aira praecox;41629;actual measurement;one-seeded generative dispersule;1.84;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.84;2.14;1.51;;;; Aira praecox;41629;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.67;1.87;1.49;1.66;;Preaggregated data obtained from single record.; Aira praecox;41629;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.49;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.49;;;;;; Aira praecox;41629;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.68;;;;;; Aira praecox;41629;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.87;;;;;; Aira praecox;41629;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.53;;;;;; Aira praecox;41629;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.55;;;;;; Aira praecox;41629;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.74;;;;;; Aira praecox;41629;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.85;;;;;; Aira praecox;41629;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.76;;;;;; Aira praecox;41629;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.62;;;;;; Aira praecox;41629;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.64;;;;;; Aira praecox;41629;unknown;generative dispersule;1.5089;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.5089;;;;1;Tackenberg (unpublished data); Alchemilla alpina;29517;actual measurement;one-seeded generative dispersule;1.72;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.72;2.25;1.17;;;; Alchemilla glabra;30979;actual measurement;one-seeded generative dispersule;2.52;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.52;3.05;2.29;;;; Alchemilla glabra;30979;unknown;generative dispersule;1.76;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.76;;;;1;Tackenberg (2001); Alchemilla monticola;29465;unknown;generative dispersule;1.77;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.77;;;;1;Tackenberg (2001); Alchemilla xanthochlora;30366;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Alchemilla xanthochlora;30366;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Alchemilla xanthochlora;30366;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Alchemilla xanthochlora;30366;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;; Alchemilla xanthochlora;30366;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Alchemilla xanthochlora;30366;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.54;2.91;1.95;2.58;;Preaggregated data obtained from single record.; Alchemilla xanthochlora;30366;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Alchemilla xanthochlora;30366;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Alchemilla xanthochlora;30366;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Alchemilla xanthochlora;30366;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.95;;;;;; Alchemilla xanthochlora;30366;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Alisma gramineum;35625;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;2.31;1.61;2.05;;Preaggregated data obtained from single record.; Alisma gramineum;35625;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.61;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.61;;;;;; Alisma gramineum;35625;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.77;;;;;; Alisma gramineum;35625;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Alisma gramineum;35625;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.98;;;;;; Alisma gramineum;35625;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.19;;;;;; Alisma gramineum;35625;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.69;;;;;; Alisma gramineum;35625;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.63;;;;;; Alisma gramineum;35625;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Alisma gramineum;35625;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Alisma gramineum;35625;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Alisma lanceolatum;35630;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Alisma lanceolatum;35630;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Alisma lanceolatum;35630;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.52;;;;;; Alisma lanceolatum;35630;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.69;;;;;; Alisma lanceolatum;35630;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.41;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.41;;;;;; Alisma lanceolatum;35630;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.49;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.49;;;;;; Alisma lanceolatum;35630;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.56;;;;;; Alisma lanceolatum;35630;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.32;;;;;; Alisma lanceolatum;35630;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.52;;;;;; Alisma lanceolatum;35630;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.76;;;;;; Alisma lanceolatum;35630;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.54;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.62;1.97;1.32;1.54;;Preaggregated data obtained from single record.; Alisma plantago-aquatica;35609;actual measurement;one-seeded generative dispersule;1.62;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.62;1.75;1.42;;;; Alisma plantago-aquatica;35609;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.76;;;;;; Alisma plantago-aquatica;35609;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.51;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.51;;;;;; Alisma plantago-aquatica;35609;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.55;;;;;; Alisma plantago-aquatica;35609;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.72;;;;;; Alisma plantago-aquatica;35609;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.63;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.63;;;;;; Alisma plantago-aquatica;35609;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.7;2.05;1.37;1.68;;Preaggregated data obtained from single record.; Alisma plantago-aquatica;35609;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.98;;;;;; Alisma plantago-aquatica;35609;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.85;;;;;; Alisma plantago-aquatica;35609;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.62;;;;;; Alisma plantago-aquatica;35609;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Alisma plantago-aquatica;35609;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.37;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.37;;;;;; Alliaria petiolata;13080;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Alliaria petiolata;13080;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Alliaria petiolata;13080;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Alliaria petiolata;13080;actual measurement (following LEDA data standards);germinule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Alliaria petiolata;13080;actual measurement (following LEDA data standards);germinule;3.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.91;;;;;; Alliaria petiolata;13080;actual measurement (following LEDA data standards);germinule;3.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.91;;;;;; Alliaria petiolata;13080;actual measurement (following LEDA data standards);germinule;3.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.91;;;;;; Alliaria petiolata;13080;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Alliaria petiolata;13080;actual measurement (following LEDA data standards);germinule;3.82;8;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.8;4.03;3.52;3.82;;Preaggregated data obtained from single record.; Alliaria petiolata;13080;actual measurement;one-seeded generative dispersule;4.25;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.25;4.55;3.97;;;; Allium ericetorum;39382;actual measurement;one-seeded generative dispersule;2.92;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.92;3.25;2.75;;;; Allium oleraceum;38816;actual measurement;one-seeded generative dispersule;4.14;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.14;4.46;3.68;;;; Allium schoenoprasum;39221;unknown;generative dispersule;2.3937;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.3937;;;;1;Tackenberg (unpublished data); Allium schoenoprasum;39221;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Allium schoenoprasum;39221;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Allium schoenoprasum;39221;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Allium schoenoprasum;39221;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Allium schoenoprasum;39221;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Allium schoenoprasum;39221;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Allium schoenoprasum;39221;actual measurement (following LEDA data standards);one-seeded generative dispersule;3;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.03;3.42;2.75;3;;Preaggregated data obtained from single record.; Allium schoenoprasum;39221;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Allium schoenoprasum;39221;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Allium schoenoprasum;39221;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Allium schoenoprasum;39221;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Allium sphaerocephalon;39232;actual measurement;one-seeded generative dispersule;3.52;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.52;3.85;3.21;;;; Allium ursinum;39243;actual measurement;one-seeded generative dispersule;4.7;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.7;4.81;4.55;;;; Allium ursinum;39243;actual measurement;one-seeded generative dispersule;4.53;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.53;4.63;4.1;;;; Allium vineale;39246;actual measurement;one-seeded generative dispersule;4.66;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.66;4.9;4.24;;;; Allium vineale;39246;unknown;generative dispersule;2.89;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.89;;;;1;Tackenberg (2001); Alnus glutinosa;11694;actual measurement;one-seeded generative dispersule;2.43;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.43;;;;;; Alopecurus aequalis;40867;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.37;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.37;;;;;; Alopecurus aequalis;40867;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;;;;;; Alopecurus aequalis;40867;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.28;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.28;;;;;; Alopecurus aequalis;40867;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.45;;;;;; Alopecurus aequalis;40867;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.27;;;;;; Alopecurus aequalis;40867;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.18;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.18;;;;;; Alopecurus aequalis;40867;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.27;;;;;; Alopecurus aequalis;40867;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.92;;;;;; Alopecurus aequalis;40867;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.26;;;;;; Alopecurus aequalis;40867;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.33;;;;;; Alopecurus aequalis;40867;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.31;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.37;1.92;1.18;1.31;;Preaggregated data obtained from single record.; Alopecurus geniculatus;41635;unknown;unknown;1.2251;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.2251;;;;1;Tackenberg (unpublished data); Alopecurus pratensis;40391;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.74;;;;;; Alopecurus pratensis;40391;actual measurement;one-seeded generative dispersule;3.15;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.15;3.57;2.69;;;; Alopecurus pratensis;40391;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Alopecurus pratensis;40391;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;4;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.98;2.34;1.55;2.02;;Preaggregated data obtained from single record.; Alopecurus pratensis;40391;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.34;;;;;; Alopecurus pratensis;40391;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.29;;;;;; Althaea officinalis;25782;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Althaea officinalis;25782;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Althaea officinalis;25782;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Althaea officinalis;25782;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Althaea officinalis;25782;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Althaea officinalis;25782;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Althaea officinalis;25782;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Althaea officinalis;25782;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Althaea officinalis;25782;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Althaea officinalis;25782;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Althaea officinalis;25782;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.6;3.73;3.52;3.62;;Preaggregated data obtained from single record.; Alyssum alyssoides;13424;unknown;generative dispersule;2.1442;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.1442;;;;1;Tackenberg (unpublished data); Amaranthus caudatus;894;actual measurement;one-seeded generative dispersule;3.8;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.8;;;;;cultivated; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);germinule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;naked seeds; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);germinule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;naked seeds; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);germinule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;naked seeds; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);germinule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;naked seeds; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);germinule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;naked seeds; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);germinule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;naked seeds; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);germinule;3.21;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;3.25;2.17;3.21;;Preaggregated data obtained from single record.naked seeds; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.15;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.17;3.38;3.01;3.15;;Preaggregated data obtained from single record.; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);germinule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;naked seeds; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);germinule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;naked seeds; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);germinule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;naked seeds; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);germinule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;naked seeds; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Amaranthus retroflexus;931;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Amelanchier ovalis;29390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.2;3.47;2.87;3.21;;Preaggregated data obtained from single record.seeds collected by Michael Kleyer (Oldenburg); Amelanchier ovalis;29390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;seeds collected by Michael Kleyer (Oldenburg); Amelanchier ovalis;29390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;seeds collected by Michael Kleyer (Oldenburg); Amelanchier ovalis;29390;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;seeds collected by Michael Kleyer (Oldenburg); Amelanchier ovalis;29390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;seeds collected by Michael Kleyer (Oldenburg); Amelanchier ovalis;29390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;seeds collected by Michael Kleyer (Oldenburg); Amelanchier ovalis;29390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;seeds collected by Michael Kleyer (Oldenburg); Amelanchier ovalis;29390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;seeds collected by Michael Kleyer (Oldenburg); Amelanchier ovalis;29390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;seeds collected by Michael Kleyer (Oldenburg); Amelanchier ovalis;29390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;seeds collected by Michael Kleyer (Oldenburg); Amelanchier ovalis;29390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;seeds collected by Michael Kleyer (Oldenburg); Ammi majus;1508;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Ammi majus;1508;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Ammi majus;1508;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Ammi majus;1508;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Ammi majus;1508;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Ammi majus;1508;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Ammi majus;1508;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Ammi majus;1508;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.97;3.16;2.81;2.98;;Preaggregated data obtained from single record.; Ammi majus;1508;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Ammi majus;1508;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Ammi majus;1508;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Ammophila arenaria;40398;actual measurement;one-seeded generative dispersule;3.58;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.58;4.03;3.05;;;; Anagallis minima;28953;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;;;;;; Anagallis minima;28953;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.26;;;;;; Anagallis minima;28953;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.26;;;;;; Anagallis minima;28953;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;;;;;; Anagallis minima;28953;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.33;;;;;; Anagallis minima;28953;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.32;1.38;1.26;1.34;;Preaggregated data obtained from single record.; Anagallis minima;28953;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.38;;;;;; Anagallis minima;28953;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.27;;;;;; Anagallis minima;28953;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.35;;;;;; Anagallis minima;28953;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;;;;;; Anagallis minima;28953;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;;;;;; Anagallis minima;28953;actual measurement (following LEDA data standards);germinule;1.3;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.33;1.54;1.11;1.3;;Preaggregated data obtained from single record.; Anagallis minima;28953;actual measurement (following LEDA data standards);germinule;1.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.21;;;;;; Anagallis minima;28953;actual measurement (following LEDA data standards);germinule;1.24;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.24;;;;;; Anagallis minima;28953;actual measurement (following LEDA data standards);germinule;1.4;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.4;;;;;; Anagallis minima;28953;actual measurement (following LEDA data standards);germinule;1.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.42;;;;;; Anagallis minima;28953;actual measurement (following LEDA data standards);germinule;1.49;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.49;;;;;; Anagallis minima;28953;actual measurement (following LEDA data standards);germinule;1.3;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.3;;;;;; Anagallis minima;28953;actual measurement (following LEDA data standards);germinule;1.54;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.54;;;;;; Anagallis minima;28953;actual measurement (following LEDA data standards);germinule;1.3;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.3;;;;;; Anagallis minima;28953;actual measurement (following LEDA data standards);germinule;1.26;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.26;;;;;; Anagallis minima;28953;actual measurement (following LEDA data standards);germinule;1.11;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.11;;;;;; Anagallis tenella;28935;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Anagallis tenella;28935;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.67;;;;;; Anagallis tenella;28935;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;2.16;1.56;2.05;;Preaggregated data obtained from single record.; Anagallis tenella;28935;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.56;;;;;; Anagallis tenella;28935;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Anagallis tenella;28935;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Anagallis tenella;28935;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Anagallis tenella;28935;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.02;;;;;; Anagallis tenella;28935;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Anagallis tenella;28935;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;; Anagallis tenella;28935;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Anchusa azurea;12594;actual measurement;one-seeded generative dispersule;4.96;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.96;;;;;cultivated; Anchusa azurea;12594;actual measurement;one-seeded generative dispersule;4.66;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.66;4.9;4.24;;;; Anchusa officinalis;12527;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;; Anchusa officinalis;12527;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Anchusa officinalis;12527;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;; Anchusa officinalis;12527;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;; Anchusa officinalis;12527;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;; Anchusa officinalis;12527;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Anchusa officinalis;12527;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.34;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.41;3.97;3.09;3.34;;Preaggregated data obtained from single record.; Anchusa officinalis;12527;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Anchusa officinalis;12527;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Anchusa officinalis;12527;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.97;;;;;; Anchusa officinalis;12527;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;; Andromeda polifolia;19573;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.87;;;;;; Andromeda polifolia;19573;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.25;;;;;; Andromeda polifolia;19573;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.94;2.25;1.46;1.92;;Preaggregated data obtained from single record.; Andromeda polifolia;19573;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Andromeda polifolia;19573;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.02;;;;;; Andromeda polifolia;19573;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.19;;;;;; Andromeda polifolia;19573;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.95;;;;;; Andromeda polifolia;19573;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.46;;;;;; Andromeda polifolia;19573;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.79;;;;;; Andromeda polifolia;19573;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.85;;;;;; Andromeda polifolia;19573;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.88;;;;;; Androsace alpina;28902;unknown;generative dispersule;1.8883;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.8883;2.1259;1.6507;;1;Tackenberg (unpublished data); Androsace lactea;29061;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.65;2;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.65;1.7;1.6;1.65;;Preaggregated data obtained from single record.seeds collected by Michael Kleyer (Oldenburg); Androsace lactea;29061;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.6;;;;;seeds collected by Michael Kleyer (Oldenburg); Androsace lactea;29061;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.7;;;;;seeds collected by Michael Kleyer (Oldenburg); Androsace septentrionalis;28905;unknown;generative dispersule;1.9949;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.9949;;;;1;Tackenberg (unpublished data); Anemone nemorosa;27355;actual measurement;one-seeded generative dispersule;2.46;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.46;2.98;2.21;;;; Anemone nemorosa;27355;actual measurement;one-seeded generative dispersule;2.44;4;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.44;3.01;1.85;;;; Anemone nemorosa;27355;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.82;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.7;3.16;2.17;2.82;;Preaggregated data obtained from single record.; Anemone nemorosa;27355;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.17;;;;;; Anemone nemorosa;27355;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Anemone nemorosa;27355;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Anemone nemorosa;27355;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Anemone nemorosa;27355;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Anemone nemorosa;27355;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Anemone nemorosa;27355;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Anemone nemorosa;27355;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Anemone nemorosa;27355;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Anemone nemorosa;27355;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Anemone ranunculoides;27359;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.34;3.68;2.78;3.38;;Preaggregated data obtained from single record.; Anemone ranunculoides;27359;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Anemone ranunculoides;27359;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Anemone ranunculoides;27359;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Anemone ranunculoides;27359;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Anemone ranunculoides;27359;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Anemone ranunculoides;27359;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Anemone ranunculoides;27359;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Anemone ranunculoides;27359;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Anemone ranunculoides;27359;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Anemone ranunculoides;27359;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Anemone ranunculoides;27359;actual measurement;one-seeded generative dispersule;3.01;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.01;3.38;2.55;;;; Angelica archangelica;1514;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.14;2.66;1.52;2.12;;Preaggregated data obtained from single record.; Angelica archangelica;1514;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Angelica archangelica;1514;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.19;;;;;; Angelica archangelica;1514;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;; Angelica archangelica;1514;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Angelica archangelica;1514;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.52;;;;;; Angelica archangelica;1514;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.82;;;;;; Angelica archangelica;1514;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Angelica archangelica;1514;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.98;;;;;; Angelica archangelica;1514;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Angelica archangelica;1514;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.95;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.69;2.34;1.34;1.58;;Preaggregated data obtained from single record.; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.34;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.4;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.34;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.25;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.71;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.02;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.14;2.72;1.71;2.1;;Preaggregated data obtained from single record.; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.59;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.6;2.08;1.09;1.59;;Preaggregated data obtained from single record.; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.34;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.71;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.72;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.19;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.1;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.1;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.98;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.49;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.49;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.12;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.41;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.41;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.67;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.74;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.88;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.88;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.4;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.09;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.43;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.22;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.22;;;;;; Angelica sylvestris;1519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.89;;;;;; Antennaria carpatica;4017;unknown;generative dispersule;.21;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.21;;;;1;M?r-Schneider (1986); Antennaria dioica;2770;actual measurement;one-seeded generative dispersule;.17;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.17;.19;.15;;;; Anthemis tinctoria;2787;actual measurement;one-seeded generative dispersule;2.71;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.71;2.81;2.55;;;cultivated; Anthericum liliago;38767;unknown;generative dispersule;3.22;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.22;;;;1;Tackenberg (2001); Anthericum liliago;38767;unknown;generative dispersule;3.12;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.12;;;;1;Tackenberg (2001); Anthericum liliago;38767;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Anthericum liliago;38767;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.03;;;;;; Anthericum liliago;38767;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Anthericum liliago;38767;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Anthericum liliago;38767;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.88;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;4.1;3.73;3.88;;Preaggregated data obtained from single record.; Anthericum liliago;38767;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;; Anthericum liliago;38767;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;; Anthericum liliago;38767;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Anthericum liliago;38767;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Anthericum liliago;38767;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.03;;;;;; Anthericum liliago;38767;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Anthericum liliago;38767;unknown;generative dispersule;3.04;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.04;;;;1;Tackenberg (2001); Anthericum ramosum;38246;unknown;generative dispersule;3.57;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.57;;;;1;Maurer & Stöcklin (unpublished); Anthericum ramosum;38246;actual measurement;one-seeded generative dispersule;3.98;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.98;4.39;3.57;;;; Anthoxanthum alpinum;41906;unknown;generative dispersule;1.4271;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.4271;1.618;1.2361;;1;Lutz (unpublished data); Anthoxanthum odoratum;41907;actual measurement;one-seeded generative dispersule;2.45;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.45;;;;;; Anthoxanthum odoratum;41907;actual measurement;one-seeded generative dispersule;2.6;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.6;3.05;2.14;;;; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.88;;;;;; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.19;;;;;; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.25;;;;;; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.29;;;;;; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Anthoxanthum odoratum;41907;unknown;generative dispersule;1.64;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.64;;;;1;Tackenberg (2001); Anthoxanthum odoratum;41907;unknown;generative dispersule;1.42;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.42;;;;1;Tackenberg (2001); Anthoxanthum odoratum;41907;unknown;generative dispersule;1.27;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.27;;;;1;Tackenberg (2001); Anthoxanthum odoratum;41907;unknown;generative dispersule;1.735;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.735;1.86;1.61;;1;Jongejans & Schippers (1999); Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.26;2.55;1.88;2.27;;Preaggregated data obtained from single record.; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.31;;;;;; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.96;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;3.09;2.31;2.96;;Preaggregated data obtained from single record.; Anthoxanthum odoratum;41907;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;; Anthriscus sylvestris;1916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.91;;;;;; Anthriscus sylvestris;1916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Anthriscus sylvestris;1916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Anthriscus sylvestris;1916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Anthriscus sylvestris;1916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Anthriscus sylvestris;1916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Anthriscus sylvestris;1916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.79;;;;;; Anthriscus sylvestris;1916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.79;;;;;; Anthriscus sylvestris;1916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.6;8;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.6;3.91;3.33;3.6;;Preaggregated data obtained from single record.; Anthriscus sylvestris;1916;unknown;generative dispersule;3.1;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.1;;;;1;Tackenberg (2001); Anthriscus sylvestris;1916;actual measurement;one-seeded generative dispersule;4.2;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.2;4.55;3.38;;;; Anthriscus sylvestris;1916;actual measurement;one-seeded generative dispersule;3.94;9;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.94;4.24;3.62;;;; Anthyllis vulneraria;21660;unknown;generative dispersule;1.52;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.52;;;;1;Luftensteiner (1982); Anthyllis vulneraria;21660;unknown;generative dispersule;2.36;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.36;;;;1;Tackenberg (2001); Anthyllis vulneraria;21660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.88;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;3.97;3.52;3.88;;Preaggregated data obtained from single record.; Anthyllis vulneraria;21660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Anthyllis vulneraria;21660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Anthyllis vulneraria;21660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Anthyllis vulneraria;21660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Anthyllis vulneraria;21660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Anthyllis vulneraria;21660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Anthyllis vulneraria;21660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Anthyllis vulneraria;21660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;; Anthyllis vulneraria;21660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Anthyllis vulneraria;21660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;; Anthyllis vulneraria;21660;actual measurement;one-seeded generative dispersule;3.27;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.27;3.57;2.91;;;; Antirrhinum majus;33261;unknown;generative dispersule;1.5868;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.5868;;;;1;Tackenberg (unpublished data); Antirrhinum majus;33261;actual measurement;one-seeded generative dispersule;1.87;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.87;;;;;cultivated; Apera spica-venti;40884;actual measurement;one-seeded generative dispersule;1.31;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.31;1.64;1.08;;;; Apera spica-venti;40884;actual measurement;one-seeded generative dispersule;1.73;5;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.73;2.19;1.05;;;; Apera spica-venti;40884;unknown;generative dispersule;.97;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.97;;;;1;Tackenberg (2001); Apera spica-venti;40884;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.31;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.29;1.54;1.08;1.31;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Apera spica-venti;40884;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.08;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.08;;;;;seeds collected by Ute Schadek (Oldenburg); Apera spica-venti;40884;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.29;;;;;seeds collected by Ute Schadek (Oldenburg); Apera spica-venti;40884;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.17;;;;;seeds collected by Ute Schadek (Oldenburg); Apera spica-venti;40884;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.54;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.54;;;;;seeds collected by Ute Schadek (Oldenburg); Apera spica-venti;40884;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.17;;;;;seeds collected by Ute Schadek (Oldenburg); Apera spica-venti;40884;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.54;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.54;;;;;seeds collected by Ute Schadek (Oldenburg); Apera spica-venti;40884;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.36;;;;;seeds collected by Ute Schadek (Oldenburg); Apera spica-venti;40884;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.08;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.08;;;;;seeds collected by Ute Schadek (Oldenburg); Apera spica-venti;40884;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.33;;;;;seeds collected by Ute Schadek (Oldenburg); Apera spica-venti;40884;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.35;;;;;seeds collected by Ute Schadek (Oldenburg); Aphanes arvensis;29391;actual measurement;one-seeded generative dispersule;2.15;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.15;2.72;1.87;;;; Apium graveolens;1456;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Apium graveolens;1456;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Apium graveolens;1456;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Apium graveolens;1456;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Apium graveolens;1456;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Apium graveolens;1456;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Apium graveolens;1456;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Apium graveolens;1456;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Apium graveolens;1456;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Apium graveolens;1456;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Apium graveolens;1456;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;3.05;2.53;2.75;;Preaggregated data obtained from single record.; Apium nodiflorum;1922;actual measurement;one-seeded generative dispersule;3.47;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.47;3.68;3.01;;;; Aposeris foetida;3210;actual measurement;germinule;3.35;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.35;3.91;2.75;;;; Aquilegia atrata;27254;actual measurement;one-seeded generative dispersule;3.78;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.78;3.97;3.47;;;; Aquilegia einseleana;27264;actual measurement;one-seeded generative dispersule;3.15;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.15;3.29;3.05;;;; Aquilegia einseleana;27264;unknown;generative dispersule;2.589;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.589;2.82;2.358;;1;Tackenberg (unpublished data); Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Aquilegia vulgaris;27156;actual measurement;one-seeded generative dispersule;3.67;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.67;4.03;3.42;;;; Aquilegia vulgaris;27156;unknown;generative dispersule;2.45;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.45;;;;1;Tackenberg (2001); Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.85;;;;;; Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.57;;;;;; Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.61;3.85;3.38;3.62;;Preaggregated data obtained from single record.; Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.45;3.57;3.33;3.42;;Preaggregated data obtained from single record.; Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Aquilegia vulgaris;27156;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Arabidopsis thaliana;12652;actual measurement;one-seeded generative dispersule;1.15;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.15;1.23;1.04;;;; Arabidopsis thaliana;12652;unknown;generative dispersule;1.19;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.19;;;;1;Askew & al. (1997); Arabis alpina;13346;unknown;generative dispersule;1.5007;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.5007;1.7526;1.2487;;1;Lutz (unpublished data); Arabis alpina;13346;actual measurement;one-seeded generative dispersule;2.1;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.1;;;;;; Arabis hirsuta;13002;actual measurement;one-seeded generative dispersule;1.45;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.45;1.85;1.15;;;; Arabis hirsuta;13002;actual measurement;one-seeded generative dispersule;1.3;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.3;1.48;1.05;;;; Arabis hirsuta;13002;unknown;generative dispersule;1.72;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.72;;;;1;Maurer & Stöcklin (unpublished); Arabis hirsuta;13002;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.75;1.89;1.55;1.77;;Preaggregated data obtained from single record.; Arabis hirsuta;13002;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.68;;;;;; Arabis hirsuta;13002;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.64;;;;;; Arabis hirsuta;13002;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.89;;;;;; Arabis hirsuta;13002;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.84;;;;;; Arabis hirsuta;13002;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.72;;;;;; Arabis hirsuta;13002;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.88;;;;;; Arabis hirsuta;13002;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.82;;;;;; Arabis hirsuta;13002;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.87;;;;;; Arabis hirsuta;13002;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Arabis hirsuta;13002;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.62;;;;;; Arabis pumila;14272;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.04;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.03;1.21;.87;1.04;;Preaggregated data obtained from single record.winged seeds; Arabis pumila;14272;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.05;;;;;winged seeds; Arabis pumila;14272;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.03;;;;;winged seeds; Arabis pumila;14272;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1;;;;;winged seeds; Arabis pumila;14272;actual measurement (following LEDA data standards);one-seeded generative dispersule;.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.98;;;;;winged seeds; Arabis pumila;14272;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.05;;;;;winged seeds; Arabis pumila;14272;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.21;;;;;winged seeds; Arabis pumila;14272;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.05;;;;;winged seeds; Arabis pumila;14272;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.03;;;;;winged seeds; Arabis pumila;14272;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.87;;;;;winged seeds; Arabis pumila;14272;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.07;;;;;winged seeds; Arabis soyeri;14276;unknown;generative dispersule;1.095;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.095;1.1621;1.0279;;1;Lutz (unpublished data); Arabis turrita;13010;actual measurement;one-seeded generative dispersule;1.73;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.73;2.14;1.5;;;; Arctium lappa;6084;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Arctium lappa;6084;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;; Arctium lappa;6084;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Arctium lappa;6084;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;; Arctium lappa;6084;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;; Arctium lappa;6084;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;; Arctium lappa;6084;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.31;;;;;; Arctium lappa;6084;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.39;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.39;;;;;; Arctium lappa;6084;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.46;;;;;; Arctium lappa;6084;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.31;;;;;; Arctium lappa;6084;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.21;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;4.46;3.79;4.21;;Preaggregated data obtained from single record.; Arctium minus;4154;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Arctium minus;4154;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Arctium minus;4154;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Arctium minus;4154;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Arctium minus;4154;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Arctium minus;4154;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;10;actual fall rate in still air;unknown;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.44;3.62;3.05;3.47;;Preaggregated data obtained from single record.; Arctium minus;4154;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Arctium minus;4154;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Arctium minus;4154;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Arctium minus;4154;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Arctium minus;4154;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Arenaria ciliata;16814;unknown;generative dispersule;2.043;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.043;2.3306;1.7555;;1;Tackenberg (unpublished data); Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.89;;;;;seeds collected by Michael Kleyer (Oldenburg); Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.84;;;;;seeds collected by Michael Kleyer (Oldenburg); Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.15;2.27;1.95;2.16;;Preaggregated data obtained from single record.; Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.86;1.95;1.81;1.85;;Preaggregated data obtained from single record.seeds collected by Michael Kleyer (Oldenburg); Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.95;;;;;; Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.14;;;;;; Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.03;;;;;; Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Arenaria serpyllifolia;16833;actual measurement;one-seeded generative dispersule;1.85;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.85;1.94;1.72;;;; Arenaria serpyllifolia;16833;actual measurement;one-seeded generative dispersule;1.81;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.81;1.97;1.53;;;; Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.84;;;;;seeds collected by Michael Kleyer (Oldenburg); Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.81;;;;;seeds collected by Michael Kleyer (Oldenburg); Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.91;;;;;seeds collected by Michael Kleyer (Oldenburg); Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.85;;;;;seeds collected by Michael Kleyer (Oldenburg); Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.81;;;;;seeds collected by Michael Kleyer (Oldenburg); Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.85;;;;;seeds collected by Michael Kleyer (Oldenburg); Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.95;;;;;seeds collected by Michael Kleyer (Oldenburg); Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.89;;;;;seeds collected by Michael Kleyer (Oldenburg); Arenaria serpyllifolia;16833;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Arenaria serpyllifolia s. leptoclados;44912;unknown;generative dispersule;1.52;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.52;;;;1;Tackenberg (2001); Argemone mexicana;25430;actual measurement;one-seeded generative dispersule;4.51;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.51;;;;;cultivated; Aristolochia clematitis;2411;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Aristolochia clematitis;2411;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Aristolochia clematitis;2411;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Aristolochia clematitis;2411;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Aristolochia clematitis;2411;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Aristolochia clematitis;2411;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Aristolochia clematitis;2411;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Aristolochia clematitis;2411;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.72;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.61;4.03;2.94;3.72;;Preaggregated data obtained from single record.; Aristolochia clematitis;2411;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Aristolochia clematitis;2411;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.03;;;;;; Aristolochia clematitis;2411;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Armeria maritima;28355;actual measurement;one-seeded generative dispersule;3.71;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.71;4.1;3.38;;;; Armeria maritima;28355;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.2;10;actual fall rate in still air;unknown;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.19;2.4;1.91;2.2;;Preaggregated data obtained from single record.; Armeria maritima;28355;unknown;generative dispersule;1.48;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.48;;;;1;Tackenberg (2001); Armeria maritima;28355;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.17;;;;;; Armeria maritima;28355;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.91;;;;;; Armeria maritima;28355;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.16;;;;;; Armeria maritima;28355;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.14;;;;;; Armeria maritima;28355;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.92;;;;;; Armeria maritima;28355;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Armeria maritima;28355;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.23;;;;;; Armeria maritima;28355;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.25;;;;;; Armeria maritima;28355;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Armeria maritima;28355;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.4;;;;;; Armeria maritima s. alpina;28704;actual measurement;one-seeded generative dispersule;1.64;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.64;2.03;1.34;;;; Armeria maritima s. elongata;28709;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.11;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.1;3.33;2.91;3.11;;Preaggregated data obtained from single record.; Armeria maritima s. elongata;28709;unknown;generative dispersule;1.68;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.68;;;;1;Tackenberg (2001); Armeria maritima s. elongata;28709;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Armeria maritima s. elongata;28709;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Armeria maritima s. elongata;28709;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;; Armeria maritima s. elongata;28709;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;; Armeria maritima s. elongata;28709;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;; Armeria maritima s. elongata;28709;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Armeria maritima s. elongata;28709;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Armeria maritima s. elongata;28709;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Armeria maritima s. elongata;28709;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;; Armeria maritima s. elongata;28709;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Armeria maritima s. halleri;28712;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;3;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.64;2.78;2.5;2.63;;Preaggregated data obtained from single record.only three viable seeds; Armeria maritima s. halleri;28712;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;only three viable seeds; Armeria maritima s. halleri;28712;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;only three viable seeds; Armeria maritima s. halleri;28712;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.78;;;;;only three viable seeds; Arnica montana;3665;unknown;generative dispersule;.83;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.83;;;;1;Tackenberg (2001); Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Arrhenatherum elatius;40414;actual measurement;one-seeded generative dispersule;2.7;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.7;;;;;; Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.83;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.79;3.29;2.25;2.83;;Preaggregated data obtained from single record.; Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.25;;;;;; Arrhenatherum elatius;40414;unknown;generative dispersule;1.55;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.55;;;;1;Tackenberg (2001); Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.85;;;;;; Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.4;;;;;; Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.07;;;;;; Arrhenatherum elatius;40414;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.42;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.44;3.01;1.85;2.42;;Preaggregated data obtained from single record.; Artemisia campestris;2974;unknown;generative dispersule;2.5;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.5;;;;1;Sautter (1994); Artemisia campestris;2974;unknown;generative dispersule;2.13;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.13;;;;1;Tackenberg (2001); Artemisia genipi;3535;unknown;generative dispersule;1.6014;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.6014;;;;1;Tackenberg (unpublished data); Artemisia genipi;3535;unknown;generative dispersule;1.374;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.374;1.5209;1.2271;;1;Tackenberg (unpublished data); Artemisia maritima;2981;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Artemisia maritima;2981;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Artemisia maritima;2981;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Artemisia maritima;2981;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Artemisia maritima;2981;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Artemisia maritima;2981;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Artemisia maritima;2981;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.6;;;;;; Artemisia maritima;2981;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.23;;;;;; Artemisia maritima;2981;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;9;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.65;3.38;2.23;2.66;;Preaggregated data obtained from single record.; Artemisia maritima;2981;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Artemisia vulgaris;4158;actual measurement;one-seeded generative dispersule;1.55;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.55;1.88;1.23;;;; Arum maculatum;35847;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;5;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.78;4.9;4.55;4.81;;Preaggregated data obtained from single record.; Arum maculatum;35847;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.81;;;;;; Arum maculatum;35847;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.72;;;;;; Arum maculatum;35847;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Arum maculatum;35847;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Arum maculatum;35847;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.55;;;;;; Aruncus dioicus;31209;actual measurement;one-seeded generative dispersule;1.18;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.18;1.33;1.04;;;; Asarum europaeum;2429;actual measurement;one-seeded generative dispersule;3.85;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.85;4.1;3.62;;;; Asclepias syriaca;2546;unknown;generative dispersule;.3;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.3;;;;1;Greene & Johnson (1990); Asclepias syriaca;2546;unknown;generative dispersule;.27;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.27;;;;1;Matlack (1987); Asclepias syriaca;2546;unknown;generative dispersule;.155;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.155;.17;.14;;1;Morse & Schmitt (1985); Asclepias syriaca;2546;unknown;generative dispersule;.245;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.245;.29;.2;;1;Morse & Schmitt (1985); Asclepias syriaca;2546;unknown;generative dispersule;.185;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.185;.19;.18;;1;Morse & Schmitt (1985); Asparagus officinalis;38660;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;3;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.84;4.9;4.81;4.81;;Preaggregated data obtained from single record.; Asparagus officinalis;38660;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.81;;;;;; Asparagus officinalis;38660;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.81;;;;;; Asparagus officinalis;38660;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Asparagus officinalis;38660;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.21;4.31;4.1;4.24;;Preaggregated data obtained from single record.; Asparagus officinalis;38660;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;; Asparagus officinalis;38660;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;; Asparagus officinalis;38660;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;; Asparagus officinalis;38660;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;; Asparagus officinalis;38660;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;; Asparagus officinalis;38660;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;; Asparagus officinalis;38660;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;; Asparagus officinalis;38660;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.31;;;;;; Asparagus officinalis;38660;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;; Asparagus officinalis;38660;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;; Asperula aristata;31962;actual measurement;one-seeded generative dispersule;3.53;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.53;3.91;3.29;;;; Asperula cynanchica;31904;unknown;generative dispersule;1.8;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.8;;;;1;Tackenberg (2001); Asperula cynanchica;31904;unknown;generative dispersule;2.25;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.25;;;;1;Tackenberg (2001); Asperula cynanchica;31904;unknown;generative dispersule;2.39;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.39;;;;1;Tackenberg (2001); Asperula purpurea;31751;actual measurement;one-seeded generative dispersule;3.63;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.63;3.73;3.52;;;; Aster amellus;3537;unknown;generative dispersule;.63;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.63;;;;1;Tackenberg (2001); Aster amellus;3537;unknown;generative dispersule;.8;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.8;;;;1;Müller-Schneider (1986); Aster amellus;3537;unknown;generative dispersule;.89;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.89;;;;1;Luftensteiner (1982); Aster amellus;3537;unknown;generative dispersule;.87;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.87;;;;1;Tackenberg (2001); Aster amellus;3537;actual measurement;germinule;.98;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.98;1.37;.6;;;; Aster bellidiastrum;5946;unknown;generative dispersule;.245;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.245;.33;.16;;1;Müller-Schneider (1986); Aster bellidiastrum;5946;unknown;generative dispersule;.39596;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.39596;.4559;.33601;;1;Lutz (unpublished data); Aster lanceolatus;5496;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.33;;;;;; Aster lanceolatus;5496;actual measurement (following LEDA data standards);one-seeded generative dispersule;.28;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.28;;;;;; Aster lanceolatus;5496;actual measurement (following LEDA data standards);one-seeded generative dispersule;.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.31;;;;;; Aster lanceolatus;5496;actual measurement (following LEDA data standards);one-seeded generative dispersule;.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.31;;;;;; Aster lanceolatus;5496;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.32;;;;;; Aster lanceolatus;5496;actual measurement (following LEDA data standards);one-seeded generative dispersule;.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.29;;;;;; Aster lanceolatus;5496;actual measurement (following LEDA data standards);one-seeded generative dispersule;.39;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.39;;;;;; Aster lanceolatus;5496;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.33;.39;.28;.33;;Preaggregated data obtained from single record.; Aster lanceolatus;5496;actual measurement (following LEDA data standards);one-seeded generative dispersule;.35;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.35;;;;;; Aster lanceolatus;5496;actual measurement (following LEDA data standards);one-seeded generative dispersule;.35;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.35;;;;;; Aster lanceolatus;5496;actual measurement (following LEDA data standards);one-seeded generative dispersule;.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.36;;;;;; Aster linosyris;5330;actual measurement;germinule;1.05;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.05;1.35;.82;;;; Aster linosyris;5330;unknown;generative dispersule;.85;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.85;;;;1;Hensen & Müller (1997); Aster novi-belgii;4901;actual measurement;one-seeded generative dispersule;.33;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.33;;;;;; Aster novi-belgii;4901;unknown;generative dispersule;.4;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.4;;;;1;M?r-Schneider (1986); Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.63;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.64;.86;.44;.63;;Preaggregated data obtained from single record.; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.62;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.65;.87;.47;.62;;Preaggregated data obtained from single record.; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.8;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.8;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.66;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.66;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.44;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.44;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.86;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.86;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.53;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.53;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.44;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.44;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.69;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.59;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.59;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.5;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.86;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.86;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.54;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.54;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.59;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.59;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.55;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.55;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.87;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.64;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.64;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.86;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.86;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.68;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.78;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.78;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.5;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.47;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.47;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.32;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.33;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.34;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.3;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.3;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.35;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.35;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.33;.37;.3;.33;;Preaggregated data obtained from single record.; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.33;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.37;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.37;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.3;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.3;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.33;;;;;; Aster tripolium;3539;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.33;;;;;; Aster tripolium;3539;actual measurement;one-seeded generative dispersule;.71;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.71;.83;.61;;;; Astragalus danicus;22416;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Astragalus danicus;22416;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Astragalus danicus;22416;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Astragalus danicus;22416;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Astragalus danicus;22416;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Astragalus danicus;22416;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.49;3.62;3.33;3.52;;Preaggregated data obtained from single record.; Astragalus danicus;22416;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Astragalus danicus;22416;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Astragalus danicus;22416;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Astragalus danicus;22416;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Astragalus danicus;22416;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Astragalus glycyphyllos;22427;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.85;;;;;; Astragalus glycyphyllos;22427;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;; Astragalus glycyphyllos;22427;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;; Astragalus glycyphyllos;22427;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;; Astragalus glycyphyllos;22427;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.2;4.31;3.85;4.24;;Preaggregated data obtained from single record.; Astragalus glycyphyllos;22427;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;; Astragalus glycyphyllos;22427;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;; Astragalus glycyphyllos;22427;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.1;;;;;; Astragalus glycyphyllos;22427;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;; Astragalus glycyphyllos;22427;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;; Astragalus glycyphyllos;22427;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;; Astragalus glycyphyllos;22427;actual measurement;one-seeded generative dispersule;4.47;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.47;4.72;4.03;;;; Astrantia major;1925;actual measurement;one-seeded generative dispersule;2.71;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.71;3.25;2.23;;;; Athamanta cretensis;1469;actual measurement;one-seeded generative dispersule;2.82;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.82;3.05;2.5;;;; Atriplex calotheca;17758;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;with bracts; Atriplex calotheca;17758;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;with bracts; Atriplex calotheca;17758;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;with bracts; Atriplex calotheca;17758;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;with bracts; Atriplex calotheca;17758;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;with bracts; Atriplex calotheca;17758;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;with bracts; Atriplex calotheca;17758;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;with bracts; Atriplex calotheca;17758;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;3.33;2.1;2.75;;Preaggregated data obtained from single record.with bracts; Atriplex calotheca;17758;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;with bracts; Atriplex calotheca;17758;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;with bracts; Atriplex calotheca;17758;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;with bracts; Atriplex hortensis;17771;unknown;generative dispersule;1.52;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.52;;;;1;Tackenberg (2001); Atriplex littoralis;17778;actual measurement;unknown;3.68;10;actual fall rate in still air;unknown;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.68;3.91;3.42;;;; Atriplex nitens;17671;unknown;generative dispersule;3.17;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.17;;;;1;Tackenberg (2001); Atriplex oblongifolia;17673;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Atriplex oblongifolia;17673;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.85;;;;;; Atriplex oblongifolia;17673;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Atriplex oblongifolia;17673;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.71;3.29;1.85;2.84;;Preaggregated data obtained from single record.; Atriplex oblongifolia;17673;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Atriplex oblongifolia;17673;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Atriplex oblongifolia;17673;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Atriplex oblongifolia;17673;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Atriplex oblongifolia;17673;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Atriplex oblongifolia;17673;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Atriplex oblongifolia;17673;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Atriplex patula;17675;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Atriplex patula;17675;actual measurement (following LEDA data standards);germinule;3.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.85;;;;;; Atriplex patula;17675;actual measurement (following LEDA data standards);germinule;3.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.79;;;;;; Atriplex patula;17675;actual measurement (following LEDA data standards);germinule;3.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.79;;;;;; Atriplex patula;17675;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Atriplex patula;17675;actual measurement (following LEDA data standards);germinule;3.79;5;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.84;4.03;3.73;3.79;;Preaggregated data obtained from single record.; Atriplex patula;17675;actual measurement;unknown;3.69;10;actual fall rate in still air;unknown;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.69;4.1;3.33;;;; Atriplex prostrata;44815;actual measurement;unknown;2.31;10;actual fall rate in still air;unknown;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.31;2.55;2.03;;;; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.91;;;;;; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.97;;;;;; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.97;;;;;; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.94;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.91;4.1;3.73;3.94;;Preaggregated data obtained from single record.; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.49;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.56;3.16;2.27;2.49;;Preaggregated data obtained from single record.; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.45;;;;;; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.27;;;;;; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.27;;;;;; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.55;;;;;; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Atriplex prostrata;44815;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Atriplex tatarica;17681;unknown;generative dispersule;2.11;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.11;;;;1;Tackenberg (2001); Aurinia saxatilis;45901;unknown;generative dispersule;1.7542;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.7542;;;;1;Tackenberg (unpublished data); Aurinia saxatilis;45901;unknown;generative dispersule;1.7542;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.7542;;;;1;Tackenberg (unpublished data); Aurinia saxatilis;45901;actual measurement;one-seeded generative dispersule;2.18;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.18;;;;;cultivated; Avena fatua;40425;actual measurement;one-seeded generative dispersule;4.28;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.28;4.55;3.91;;;; Avena sativa;41151;actual measurement;one-seeded generative dispersule;4.85;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.85;5;4.63;;;; Avena sterilis;41440;actual measurement;one-seeded generative dispersule;4.52;5;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.52;4.72;4.31;;;; Avenula pratensis;40921;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.85;2.45;1.21;1.97;;Preaggregated data obtained from single record.seeds empty or very small. seeds collected by Michael Kleyer (Oldenburg); Avenula pratensis;40921;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.91;;;;;seeds empty or very small. seeds collected by Michael Kleyer (Oldenburg); Avenula pratensis;40921;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.21;;;;;seeds empty or very small. seeds collected by Michael Kleyer (Oldenburg); Avenula pratensis;40921;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.03;;;;;seeds empty or very small. seeds collected by Michael Kleyer (Oldenburg); Avenula pratensis;40921;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.26;;;;;seeds empty or very small. seeds collected by Michael Kleyer (Oldenburg); Avenula pratensis;40921;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;seeds empty or very small. seeds collected by Michael Kleyer (Oldenburg); Avenula pratensis;40921;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.63;;;;;seeds empty or very small. seeds collected by Michael Kleyer (Oldenburg); Avenula pratensis;40921;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;seeds empty or very small. seeds collected by Michael Kleyer (Oldenburg); Avenula pratensis;40921;actual measurement;one-seeded generative dispersule;2.29;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.29;;;;;; Avenula pratensis;40921;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;seeds empty or very small. seeds collected by Michael Kleyer (Oldenburg); Avenula pratensis;40921;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.05;;;;;seeds empty or very small. seeds collected by Michael Kleyer (Oldenburg); Avenula pratensis;40921;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.48;;;;;seeds empty or very small. seeds collected by Michael Kleyer (Oldenburg); Avenula pratensis;40921;unknown;generative dispersule;1.1;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.1;;;;1;Müller-Schneider (1986); Avenula pratensis;40921;unknown;generative dispersule;1.1;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.1;;;;1;Luftensteiner (1982); Avenula pubescens;40923;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;5;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.57;2.84;2.16;2.78;;Preaggregated data obtained from single record.; Avenula pubescens;40923;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.27;;;;;; Avenula pubescens;40923;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.78;;;;;; Avenula pubescens;40923;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.16;;;;;; Avenula pubescens;40923;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.81;;;;;; Avenula pubescens;40923;unknown;generative dispersule;1.63;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.63;;;;1;Tackenberg (2001); Avenula pubescens;40923;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Baldellia ranunculoides;35614;actual measurement (following LEDA data standards);germinule;1.78;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.84;2.27;1.45;1.78;;Preaggregated data obtained from single record.; Baldellia ranunculoides;35614;actual measurement (following LEDA data standards);germinule;1.45;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.45;;;;;; Baldellia ranunculoides;35614;actual measurement (following LEDA data standards);germinule;1.74;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.74;;;;;; Baldellia ranunculoides;35614;actual measurement (following LEDA data standards);germinule;2.27;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.27;;;;;; Baldellia ranunculoides;35614;actual measurement (following LEDA data standards);germinule;2.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.03;;;;;; Baldellia ranunculoides;35614;actual measurement (following LEDA data standards);germinule;1.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.79;;;;;; Baldellia ranunculoides;35614;actual measurement (following LEDA data standards);germinule;1.76;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.76;;;;;; Baldellia ranunculoides;35614;actual measurement (following LEDA data standards);germinule;1.72;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.72;;;;;; Baldellia ranunculoides;35614;actual measurement (following LEDA data standards);germinule;1.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.94;;;;;; Baldellia ranunculoides;35614;actual measurement (following LEDA data standards);germinule;1.54;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.54;;;;;; Baldellia ranunculoides;35614;actual measurement (following LEDA data standards);germinule;2.19;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.19;;;;;; Ballota nigra;24563;actual measurement;one-seeded generative dispersule;3.1;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.1;3.73;2.45;;;; Barbarea stricta;14378;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;;;;;; Barbarea stricta;14378;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Barbarea stricta;14378;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Barbarea stricta;14378;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Barbarea stricta;14378;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;2.84;2.31;2.69;;Preaggregated data obtained from single record.; Barbarea stricta;14378;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Barbarea stricta;14378;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;; Barbarea stricta;14378;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.31;;;;;; Barbarea stricta;14378;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;; Barbarea stricta;14378;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Barbarea stricta;14378;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Barbarea vulgaris;14291;actual measurement;one-seeded generative dispersule;3.6;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.6;;;;;; Barbarea vulgaris;14291;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Barbarea vulgaris;14291;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Barbarea vulgaris;14291;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Barbarea vulgaris;14291;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Barbarea vulgaris;14291;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Barbarea vulgaris;14291;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Barbarea vulgaris;14291;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Barbarea vulgaris;14291;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Barbarea vulgaris;14291;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Barbarea vulgaris;14291;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Barbarea vulgaris;14291;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.96;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.99;3.09;2.87;2.96;;Preaggregated data obtained from single record.; Bartsia alpina;34451;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.74;1.97;1.52;1.69;;Preaggregated data obtained from single record.; Bartsia alpina;34451;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.69;;;;;; Bartsia alpina;34451;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.87;;;;;; Bartsia alpina;34451;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.62;;;;;; Bartsia alpina;34451;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.52;;;;;; Bartsia alpina;34451;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.68;;;;;; Bartsia alpina;34451;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Bartsia alpina;34451;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.79;;;;;; Bartsia alpina;34451;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.67;;;;;; Bartsia alpina;34451;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.95;;;;;; Bartsia alpina;34451;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.6;;;;;; Bartsia alpina;34451;actual measurement;one-seeded generative dispersule;1.8;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.8;2.08;1.62;;;; Bartsia alpina;34451;unknown;generative dispersule;1.5181;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.5181;1.6581;1.378;;1;Lutz (unpublished data); Bellis perennis;2808;unknown;generative dispersule;1.58;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.58;;;;1;Maurer & Stöcklin (unpublished); Bellis perennis;2808;unknown;generative dispersule;1.17;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.17;;;;1;Tackenberg (2001); Bellis perennis;2808;actual measurement;one-seeded generative dispersule;1.77;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.77;2.05;1.43;;;; Berteroa incana;14292;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.83;3.05;2.48;2.87;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Berteroa incana;14292;actual measurement (following LEDA data standards);germinule;2.74;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.73;2.94;2.4;2.74;;Preaggregated data obtained from single record.; Berteroa incana;14292;actual measurement (following LEDA data standards);germinule;2.4;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.4;;;;;; Berteroa incana;14292;actual measurement (following LEDA data standards);germinule;2.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Berteroa incana;14292;actual measurement (following LEDA data standards);germinule;2.78;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Berteroa incana;14292;actual measurement (following LEDA data standards);germinule;2.58;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.58;;;;;; Berteroa incana;14292;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;seeds collected by Ute Schadek (Oldenburg); Berteroa incana;14292;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;seeds collected by Ute Schadek (Oldenburg); Berteroa incana;14292;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.78;;;;;seeds collected by Ute Schadek (Oldenburg); Berteroa incana;14292;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;seeds collected by Ute Schadek (Oldenburg); Berteroa incana;14292;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;seeds collected by Ute Schadek (Oldenburg); Berteroa incana;14292;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;seeds collected by Ute Schadek (Oldenburg); Berteroa incana;14292;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;seeds collected by Ute Schadek (Oldenburg); Berteroa incana;14292;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;seeds collected by Ute Schadek (Oldenburg); Berteroa incana;14292;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;seeds collected by Ute Schadek (Oldenburg); Berteroa incana;14292;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;seeds collected by Ute Schadek (Oldenburg); Berteroa incana;14292;actual measurement (following LEDA data standards);germinule;2.72;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.72;;;;;; Berteroa incana;14292;actual measurement (following LEDA data standards);germinule;2.75;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Berteroa incana;14292;actual measurement (following LEDA data standards);germinule;2.63;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Berteroa incana;14292;actual measurement (following LEDA data standards);germinule;2.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Berteroa incana;14292;actual measurement (following LEDA data standards);germinule;2.69;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Berteroa incana;14292;actual measurement (following LEDA data standards);germinule;2.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Beta vulgaris;17819;actual measurement;unknown;4.75;10;actual fall rate in still air;unknown;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.75;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.25;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.75;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.1;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.19;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.85;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.36;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.95;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.97;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.17;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.27;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.09;2.36;1.75;2.14;;Preaggregated data obtained from single record.; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;.93;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.93;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;.96;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.96;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.85;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.02;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.83;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.85;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;.8;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.79;.84;.75;.8;;Preaggregated data obtained from single record.; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.81;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;.94;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.94;1.05;.83;.94;;Preaggregated data obtained from single record.; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.75;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.81;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.75;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.84;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;.77;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.77;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;.77;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.77;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.79;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.83;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.81;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.05;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.94;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;.9;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.9;;;;;; Betula nana;11715;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.05;;;;;; Betula papyrifera;11719;unknown;generative dispersule;.55;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.55;;;;1;Greene & Johnson (1995); Betula pendula;11720;unknown;generative dispersule;.25;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.25;;;;1;Schmidt (1918); Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.32;;;;;; Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.29;;;;;; Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.33;;;;;; Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.34;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.34;;;;;; Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.46;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.46;;;;;; Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.34;.46;.29;.33;;Preaggregated data obtained from single record.; Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.29;;;;;; Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.44;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.44;;;;;; Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.32;;;;;; Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.33;;;;;; Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.32;;;;;; Betula pendula;11720;unknown;generative dispersule;.25;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.25;;;;1;Müller-Schneider (1986); Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.38;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.39;.44;.35;.38;;Preaggregated data obtained from single record.; Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.36;;;;;; Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.35;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.35;;;;;; Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.42;;;;;; Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.44;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.44;;;;;; Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.41;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.41;;;;;; Betula pendula;11720;actual measurement;one-seeded generative dispersule;.43;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.43;.46;.4;;;; Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.42;;;;;; Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.37;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.37;;;;;; Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.38;;;;;; Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.37;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.37;;;;;; Betula pendula;11720;actual measurement (following LEDA data standards);one-seeded generative dispersule;.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.36;;;;;; Betula pubescens;11725;actual measurement (following LEDA data standards);one-seeded generative dispersule;.78;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.79;1.01;.59;.78;;Preaggregated data obtained from single record.; Betula pubescens;11725;actual measurement (following LEDA data standards);one-seeded generative dispersule;.92;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.92;;;;;; Betula pubescens;11725;actual measurement (following LEDA data standards);one-seeded generative dispersule;.63;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.63;;;;;; Betula pubescens;11725;actual measurement (following LEDA data standards);one-seeded generative dispersule;.75;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.75;;;;;; Betula pubescens;11725;actual measurement (following LEDA data standards);one-seeded generative dispersule;.59;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.59;;;;;; Betula pubescens;11725;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1;;;;;; Betula pubescens;11725;actual measurement (following LEDA data standards);one-seeded generative dispersule;.93;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.93;;;;;; Betula pubescens;11725;actual measurement (following LEDA data standards);one-seeded generative dispersule;.65;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.65;;;;;; Betula pubescens;11725;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.01;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.01;;;;;; Betula pubescens;11725;actual measurement (following LEDA data standards);one-seeded generative dispersule;.81;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.81;;;;;; Betula pubescens;11725;actual measurement (following LEDA data standards);one-seeded generative dispersule;.63;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.63;;;;;; Bidens cernua;3807;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.5;;;;;; Bidens cernua;3807;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.29;;;;;; Bidens cernua;3807;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.49;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.49;;;;;; Bidens cernua;3807;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.48;;;;;; Bidens cernua;3807;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.56;;;;;; Bidens cernua;3807;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.57;;;;;; Bidens cernua;3807;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Bidens cernua;3807;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.5;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.5;1.77;1.29;1.5;;Preaggregated data obtained from single record.; Bidens cernua;3807;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.77;;;;;; Bidens cernua;3807;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.48;;;;;; Bidens cernua;3807;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.3;;;;;; Bidens connata;3153;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.17;2.48;1.88;2.14;;Preaggregated data obtained from single record.; Bidens connata;3153;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.4;;;;;; Bidens connata;3153;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.48;;;;;; Bidens connata;3153;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.17;;;;;; Bidens connata;3153;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.14;;;;;; Bidens connata;3153;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.88;;;;;; Bidens connata;3153;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.14;;;;;; Bidens connata;3153;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.08;;;;;; Bidens connata;3153;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.14;;;;;; Bidens connata;3153;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.1;;;;;; Bidens connata;3153;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.19;;;;;; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.69;;;;;; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.17;;;;;; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.93;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.93;2.4;1.53;1.93;;Preaggregated data obtained from single record.; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.88;;;;;; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.91;;;;;; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.43;;;;;; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.54;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.54;;;;;; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.71;;;;;; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.67;;;;;; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.79;;;;;; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.36;;;;;; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.8;;;;;; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.85;;;;;; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.69;1.91;1.36;1.75;;Preaggregated data obtained from single record.; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.53;;;;;; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.8;;;;;; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.98;;;;;; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.62;;;;;; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.95;;;;;; Bidens frondosa;6191;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Bidens radiata;5325;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.2;;;;;; Bidens radiata;5325;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.53;;;;;; Bidens radiata;5325;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.18;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.18;;;;;; Bidens radiata;5325;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.07;;;;;; Bidens radiata;5325;actual measurement (following LEDA data standards);one-seeded generative dispersule;.77;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.77;;;;;; Bidens radiata;5325;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.97;;;;;; Bidens radiata;5325;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.3;;;;;; Bidens radiata;5325;actual measurement (following LEDA data standards);one-seeded generative dispersule;.93;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.93;;;;;; Bidens radiata;5325;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.11;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.11;;;;;; Bidens radiata;5325;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.05;;;;;; Bidens radiata;5325;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.11;1.53;.77;1.09;;Preaggregated data obtained from single record.; Bidens tripartita;3990;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.11;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.09;2.34;1.71;2.11;;Preaggregated data obtained from single record.; Bidens tripartita;3990;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.17;;;;;; Bidens tripartita;3990;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Bidens tripartita;3990;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Bidens tripartita;3990;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.71;;;;;; Bidens tripartita;3990;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.07;;;;;; Bidens tripartita;3990;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.19;;;;;; Bidens tripartita;3990;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.92;;;;;; Bidens tripartita;3990;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.34;;;;;; Bidens tripartita;3990;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Bidens tripartita;3990;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.14;;;;;; Bifora radians;1939;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.39;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.39;;;;;; Bifora radians;1939;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;; Bifora radians;1939;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;; Bifora radians;1939;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.1;;;;;; Bifora radians;1939;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.39;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.39;;;;;; Bifora radians;1939;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;; Bifora radians;1939;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;; Bifora radians;1939;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.22;4.39;3.62;4.31;;Preaggregated data obtained from single record.; Bifora radians;1939;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.1;;;;;; Bifora radians;1939;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.39;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.39;;;;;; Bifora radians;1939;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;; Bifora testiculata;2359;actual measurement;one-seeded generative dispersule;4.65;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.65;4.72;4.55;;;; Biscutella laevigata;13799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Biscutella laevigata;13799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.69;;;;;; Biscutella laevigata;13799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.44;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.44;;;;;; Biscutella laevigata;13799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.47;;;;;; Biscutella laevigata;13799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;; Biscutella laevigata;13799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.82;;;;;; Biscutella laevigata;13799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.74;;;;;; Biscutella laevigata;13799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.77;;;;;; Biscutella laevigata;13799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;; Biscutella laevigata;13799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Biscutella laevigata;13799;unknown;generative dispersule;1.5377;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.5377;1.641;1.4343;;1;Lutz (unpublished data); Biscutella laevigata;13799;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.76;2.08;1.44;1.76;;Preaggregated data obtained from single record.; Biscutella laevigata;13799;unknown;generative dispersule;1.21;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.21;;;;1;Tackenberg (2001); Biscutella laevigata;13799;actual measurement;one-seeded generative dispersule;1.82;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.82;2.43;1.55;;;; Blackstonia perfoliata;22864;actual measurement;one-seeded generative dispersule;.84;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.84;1.01;.74;;;; Blysmus compressus;37421;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Blysmus compressus;37421;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.14;;;;;; Blysmus compressus;37421;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Blysmus compressus;37421;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.24;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.28;2.84;1.95;2.24;;Preaggregated data obtained from single record.; Blysmus compressus;37421;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.95;;;;;; Blysmus compressus;37421;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Blysmus compressus;37421;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.34;;;;;; Blysmus compressus;37421;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Blysmus compressus;37421;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Blysmus compressus;37421;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Blysmus compressus;37421;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Borago officinalis;12546;actual measurement;one-seeded generative dispersule;5.6;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.6;;;;;; Brachypodium pinnatum;40931;actual measurement;one-seeded generative dispersule;2.99;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.99;3.42;2.63;;;; Brachypodium pinnatum;40931;actual measurement;one-seeded generative dispersule;1.63;5;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.63;2.1;1.3;;;; Brachypodium sylvaticum;41179;actual measurement;one-seeded generative dispersule;3.59;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.59;4.03;3.16;;;; Brachypodium sylvaticum;41179;actual measurement;one-seeded generative dispersule;3.09;5;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.09;4.03;2.63;;;; Brachypodium sylvaticum;41179;actual measurement;one-seeded generative dispersule;2.68;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.68;2.84;2.19;;;; Brassica nigra;13691;actual measurement;one-seeded generative dispersule;3.39;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.39;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);germinule;3.57;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.57;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);germinule;3.68;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.67;3.73;3.57;3.68;;Preaggregated data obtained from single record.; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.71;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.72;3.85;3.62;3.71;;Preaggregated data obtained from single record.; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.73;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.91;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.91;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.73;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.1;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.85;;;;;; Brassica nigra;13691;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.95;4.17;3.73;3.97;;Preaggregated data obtained from single record.; Brassica oleracea;14208;actual measurement;one-seeded generative dispersule;4.62;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.62;4.72;4.46;;;; Brassica rapa;13695;actual measurement;one-seeded generative dispersule;4.72;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.72;;;;;; Briza maxima;41668;unknown;generative dispersule;2.28;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.28;;;;1;Tackenberg (2001); Briza media;40342;actual measurement;one-seeded generative dispersule;2.96;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.96;3.33;2.43;;;; Briza media;40342;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.8;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.82;3.16;2.66;2.8;;Preaggregated data obtained from single record.; Briza media;40342;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;; Briza media;40342;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Briza media;40342;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.78;;;;;; Briza media;40342;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Briza media;40342;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Briza media;40342;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Briza media;40342;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Briza media;40342;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Briza media;40342;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Briza media;40342;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.81;;;;;; Briza media;40342;actual measurement;germinule;1.62;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.62;2.03;1.17;;;; Briza media;40342;actual measurement;one-seeded generative dispersule;3.25;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.25;3.47;2.94;;;; Briza media;40342;unknown;generative dispersule;1.93;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.93;;;;1;Tackenberg (2001); Briza media;40342;unknown;unknown;1.633;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.633;;;;1;Tackenberg (unpublished data); Briza media;40342;unknown;generative dispersule;1.49;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.49;;;;1;Tackenberg (2001); Briza media;40342;unknown;generative dispersule;1.61;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.61;;;;1;Hensen & Müller (1997); Bromus arvensis;40609;unknown;unknown;2.1806;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.1806;;;;1;Tackenberg (unpublished data); Bromus benekenii;41454;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Bromus benekenii;41454;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Bromus benekenii;41454;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;3.38;2.5;2.84;;Preaggregated data obtained from single record.; Bromus benekenii;41454;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Bromus benekenii;41454;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Bromus benekenii;41454;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Bromus benekenii;41454;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Bromus benekenii;41454;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Bromus benekenii;41454;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Bromus benekenii;41454;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Bromus benekenii;41454;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Bromus commutatus;40941;unknown;unknown;2.1844;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.1844;;;;1;Tackenberg (unpublished data); Bromus erectus;40358;actual measurement;one-seeded generative dispersule;2.79;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.79;3.09;2.29;;;; Bromus erectus;40358;actual measurement;one-seeded generative dispersule;3.9;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.9;4.1;3.57;;;; Bromus erectus;40358;unknown;generative dispersule;1.82;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.82;;;;1;Tackenberg (2001); Bromus erectus;40358;unknown;generative dispersule;2.71;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.71;;;;1;Hensen & M?r (1997); Bromus erectus;40358;unknown;generative dispersule;2.24;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.24;;;;1;Tackenberg (2001); Bromus hordeaceus;40361;unknown;unknown;1.9193;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.9193;;;;1;Tackenberg (unpublished data); Bromus hordeaceus;40361;unknown;generative dispersule;1.95;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.95;;;;1;Tackenberg (2001); Bromus hordeaceus;40361;unknown;generative dispersule;1.33;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.33;;;;1;Tackenberg (2001); Bromus hordeaceus;40361;actual measurement;one-seeded generative dispersule;3.19;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.19;3.91;2.72;;;; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.69;;;;;; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;2.98;2.16;2.72;;Preaggregated data obtained from single record.; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.25;;;;;; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.81;;;;;; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.16;;;;;; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.69;;;;;; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.29;;;;;; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.52;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.55;2.91;2.23;2.52;;Preaggregated data obtained from single record.; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.84;;;;;; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.23;;;;;; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.25;;;;;; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.87;;;;;; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Bromus hordeaceus;40361;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.6;;;;;; Bromus inermis;40620;unknown;unknown;2.0524;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.0524;;;;1;Tackenberg (unpublished data); Bromus japonicus;40365;unknown;unknown;1.615;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.615;;;;1;Tackenberg (unpublished data); Bromus racemosus;40951;unknown;unknown;2.7773;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.7773;;;;1;Tackenberg (unpublished data); Bromus ramosus;40952;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Bromus ramosus;40952;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Bromus ramosus;40952;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Bromus ramosus;40952;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Bromus ramosus;40952;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Bromus ramosus;40952;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Bromus ramosus;40952;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.97;3.29;2.72;2.84;;Preaggregated data obtained from single record.; Bromus ramosus;40952;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Bromus ramosus;40952;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Bromus ramosus;40952;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Bromus ramosus;40952;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Bromus rubens;41967;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.49;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;3.09;1.74;2.49;;Preaggregated data obtained from single record.; Bromus rubens;41967;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Bromus rubens;41967;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Bromus rubens;41967;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.89;;;;;; Bromus rubens;41967;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.75;;;;;; Bromus rubens;41967;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.74;;;;;; Bromus rubens;41967;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Bromus rubens;41967;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Bromus rubens;41967;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Bromus rubens;41967;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.29;;;;;; Bromus rubens;41967;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.58;3.91;3.13;3.62;;Preaggregated data obtained from single record.; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.55;3.79;3.16;3.62;;Preaggregated data obtained from single record.; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.91;;;;;; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.57;;;;;; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Bromus secalinus;40610;unknown;unknown;2.5519;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.5519;;;;1;Tackenberg (unpublished data); Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Bromus secalinus;40610;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Bromus squarrosus;40372;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Bromus squarrosus;40372;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Bromus squarrosus;40372;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.58;;;;;; Bromus squarrosus;40372;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.72;;;;;; Bromus squarrosus;40372;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Bromus squarrosus;40372;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Bromus squarrosus;40372;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Bromus squarrosus;40372;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.81;;;;;; Bromus squarrosus;40372;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.12;;;;;; Bromus squarrosus;40372;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.1;;;;;; Bromus squarrosus;40372;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.65;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;3.42;2.1;2.65;;Preaggregated data obtained from single record.; Bromus sterilis;40373;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.89;3.38;2.31;2.91;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Bromus sterilis;40373;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;seeds collected by Ute Schadek (Oldenburg); Bromus sterilis;40373;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;seeds collected by Ute Schadek (Oldenburg); Bromus sterilis;40373;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;seeds collected by Ute Schadek (Oldenburg); Bromus sterilis;40373;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.81;;;;;seeds collected by Ute Schadek (Oldenburg); Bromus sterilis;40373;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;seeds collected by Ute Schadek (Oldenburg); Bromus sterilis;40373;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;seeds collected by Ute Schadek (Oldenburg); Bromus sterilis;40373;unknown;unknown;2.3715;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.3715;;;;1;Tackenberg (unpublished data); Bromus sterilis;40373;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;seeds collected by Ute Schadek (Oldenburg); Bromus sterilis;40373;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;seeds collected by Ute Schadek (Oldenburg); Bromus sterilis;40373;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.31;;;;;seeds collected by Ute Schadek (Oldenburg); Bromus sterilis;40373;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;seeds collected by Ute Schadek (Oldenburg); Bromus sterilis;40373;actual measurement;one-seeded generative dispersule;4.62;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.62;5.43;3.79;;;; Bromus tectorum;41688;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.44;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.52;3.01;2.1;2.44;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Bromus tectorum;41688;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;seeds collected by Ute Schadek (Oldenburg); Bromus tectorum;41688;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;seeds collected by Ute Schadek (Oldenburg); Bromus tectorum;41688;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.1;;;;;seeds collected by Ute Schadek (Oldenburg); Bromus tectorum;41688;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.31;;;;;seeds collected by Ute Schadek (Oldenburg); Bromus tectorum;41688;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;seeds collected by Ute Schadek (Oldenburg); Bromus tectorum;41688;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;seeds collected by Ute Schadek (Oldenburg); Bromus tectorum;41688;unknown;unknown;1.959;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.959;;;;1;Tackenberg (unpublished data); Bromus tectorum;41688;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;seeds collected by Ute Schadek (Oldenburg); Bromus tectorum;41688;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;seeds collected by Ute Schadek (Oldenburg); Bromus tectorum;41688;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;seeds collected by Ute Schadek (Oldenburg); Bromus tectorum;41688;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;seeds collected by Ute Schadek (Oldenburg); Bryonia cretica s. dioica;18478;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;cleaned seed; Bryonia cretica s. dioica;18478;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;cleaned seed; Bryonia cretica s. dioica;18478;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;cleaned seed; Bryonia cretica s. dioica;18478;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;cleaned seed; Bryonia cretica s. dioica;18478;actual measurement (following LEDA data standards);germinule;4.17;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.18;4.24;4.1;4.17;;Preaggregated data obtained from single record.cleaned seed; Bryonia cretica s. dioica;18478;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;cleaned seed; Bryonia cretica s. dioica;18478;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;cleaned seed; Bryonia cretica s. dioica;18478;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;cleaned seed; Bryonia cretica s. dioica;18478;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;cleaned seed; Bryonia cretica s. dioica;18478;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;cleaned seed; Bryonia cretica s. dioica;18478;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;cleaned seed; Buddleja davidii;15414;actual measurement;one-seeded generative dispersule;1.4;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.4;;;;;; Buglossoides arvensis;12169;actual measurement;one-seeded generative dispersule;4.63;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.63;4.72;4.55;;;; Buglossoides purpurocaerulea;12486;actual measurement;one-seeded generative dispersule;4.2;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.2;4.63;3.85;;;; Buphthalmum salicifolium;5238;unknown;generative dispersule;2.23;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.23;;;;1;Tackenberg (2001); Buphthalmum salicifolium;5238;unknown;generative dispersule;1.66;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.66;;;;1;Tackenberg (2001); Buphthalmum salicifolium;5238;actual measurement;one-seeded generative dispersule;1.72;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.72;1.94;1.52;;;; Buphthalmum salicifolium;5238;actual measurement;germinule;2.41;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.41;2.81;2.1;;;; Bupleurum falcatum;1909;unknown;generative dispersule;3.7;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.7;;;;1;Maurer & Stöcklin (unpublished); Bupleurum falcatum;1909;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.32;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;3.52;2.81;3.32;;Preaggregated data obtained from single record.; Bupleurum falcatum;1909;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Bupleurum falcatum;1909;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Bupleurum falcatum;1909;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Bupleurum falcatum;1909;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Bupleurum falcatum;1909;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Bupleurum falcatum;1909;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Bupleurum falcatum;1909;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Bupleurum falcatum;1909;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Bupleurum falcatum;1909;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Bupleurum falcatum;1909;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Bupleurum ranunculoides;1426;actual measurement;one-seeded generative dispersule;2.7;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.7;3.38;2.17;;;; Bupleurum tenuissimum;1364;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;9;actual fall rate in still air;unknown;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.28;3.42;3.16;3.29;;Preaggregated data obtained from single record.; Bupleurum tenuissimum;1364;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Bupleurum tenuissimum;1364;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Bupleurum tenuissimum;1364;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Bupleurum tenuissimum;1364;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.21;;;;;; Bupleurum tenuissimum;1364;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Bupleurum tenuissimum;1364;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Bupleurum tenuissimum;1364;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.21;;;;;; Bupleurum tenuissimum;1364;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Bupleurum tenuissimum;1364;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;unknown;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Butomus umbellatus;35620;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.82;;;;;; Butomus umbellatus;35620;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.92;;;;;; Butomus umbellatus;35620;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.87;;;;;; Butomus umbellatus;35620;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.19;;;;;; Butomus umbellatus;35620;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Butomus umbellatus;35620;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.96;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;2.19;1.82;1.96;;Preaggregated data obtained from single record.; Butomus umbellatus;35620;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.89;;;;;; Butomus umbellatus;35620;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;; Butomus umbellatus;35620;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.03;;;;;; Butomus umbellatus;35620;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.94;;;;;; Butomus umbellatus;35620;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Cakile maritima;14226;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.8;4.17;3.52;3.85;;Preaggregated data obtained from single record.fruit segments; Cakile maritima;14226;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;fruit segments; Cakile maritima;14226;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;fruit segments; Cakile maritima;14226;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;fruit segments; Cakile maritima;14226;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;fruit segments; Cakile maritima;14226;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;fruit segments; Cakile maritima;14226;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;fruit segments; Cakile maritima;14226;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;fruit segments; Cakile maritima;14226;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;fruit segments; Cakile maritima;14226;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;fruit segments; Cakile maritima;14226;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;fruit segments; Calamagrostis arundinacea;40633;actual measurement (following LEDA data standards);one-seeded generative dispersule;.92;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.92;;;;;; Calamagrostis arundinacea;40633;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.58;;;;;; Calamagrostis arundinacea;40633;actual measurement (following LEDA data standards);one-seeded generative dispersule;.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.9;;;;;; Calamagrostis arundinacea;40633;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.08;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.08;;;;;; Calamagrostis arundinacea;40633;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.64;;;;;; Calamagrostis arundinacea;40633;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.05;;;;;; Calamagrostis arundinacea;40633;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.04;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.15;1.64;.84;1.04;;Preaggregated data obtained from single record.; Calamagrostis arundinacea;40633;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.03;;;;;; Calamagrostis arundinacea;40633;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.55;;;;;; Calamagrostis arundinacea;40633;actual measurement (following LEDA data standards);one-seeded generative dispersule;.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.9;;;;;; Calamagrostis arundinacea;40633;actual measurement (following LEDA data standards);one-seeded generative dispersule;.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.84;;;;;; Calamagrostis canescens;40960;actual measurement (following LEDA data standards);one-seeded generative dispersule;.73;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.73;;;;;; Calamagrostis canescens;40960;actual measurement (following LEDA data standards);one-seeded generative dispersule;.77;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.77;;;;;; Calamagrostis canescens;40960;actual measurement (following LEDA data standards);one-seeded generative dispersule;.77;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.77;;;;;; Calamagrostis canescens;40960;actual measurement (following LEDA data standards);one-seeded generative dispersule;.9;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.9;;;;;; Calamagrostis canescens;40960;actual measurement (following LEDA data standards);one-seeded generative dispersule;.74;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.74;;;;;; Calamagrostis canescens;40960;actual measurement (following LEDA data standards);one-seeded generative dispersule;.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.91;;;;;; Calamagrostis canescens;40960;actual measurement (following LEDA data standards);one-seeded generative dispersule;.57;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.57;;;;;; Calamagrostis canescens;40960;actual measurement (following LEDA data standards);one-seeded generative dispersule;.71;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.71;;;;;; Calamagrostis canescens;40960;actual measurement (following LEDA data standards);one-seeded generative dispersule;.84;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.84;;;;;; Calamagrostis canescens;40960;actual measurement (following LEDA data standards);one-seeded generative dispersule;.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.91;;;;;; Calamagrostis canescens;40960;actual measurement (following LEDA data standards);one-seeded generative dispersule;.77;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.79;.91;.57;.77;;Preaggregated data obtained from single record.; Calamagrostis epigejos;41199;unknown;unknown;.17686;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.17686;;;;1;Tackenberg (unpublished data); Calamagrostis pseudophragmites;40637;unknown;generative dispersule;.21;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.21;;;;1;Müller-Schneider (1986); Calamagrostis stricta;40265;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.49;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;2.78;2.1;2.49;;Preaggregated data obtained from single record.; Calamagrostis stricta;40265;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.78;;;;;; Calamagrostis stricta;40265;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Calamagrostis stricta;40265;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;; Calamagrostis stricta;40265;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Calamagrostis stricta;40265;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;; Calamagrostis stricta;40265;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.1;;;;;; Calamagrostis stricta;40265;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;; Calamagrostis stricta;40265;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.23;;;;;; Calamagrostis stricta;40265;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.36;;;;;; Calamagrostis stricta;40265;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;;;;;; Calamagrostis varia;40967;actual measurement;one-seeded generative dispersule;.68;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.68;.86;.36;;;; Calendula arvensis;3677;actual measurement;one-seeded generative dispersule;3.18;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.18;3.91;2.5;;;; Calendula arvensis;3677;actual measurement;one-seeded generative dispersule;3.36;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.36;4.1;2.5;;;; Calendula arvensis;3677;actual measurement;one-seeded generative dispersule;3.54;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.54;4.1;3.16;;;; Calendula officinalis;3991;actual measurement;one-seeded generative dispersule;3.89;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.89;;;;;; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;4.55;3.97;4.24;;Preaggregated data obtained from single record.; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.97;;;;;; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.97;;;;;; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.55;;;;;; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.46;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.46;;;;;; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.55;;;;;; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.17;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.19;3.62;2.98;3.17;;Preaggregated data obtained from single record.; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Calla palustris;35879;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Callitriche stagnalis;15424;actual measurement;one-seeded generative dispersule;1.13;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.13;1.4;.6;;;; Calluna vulgaris;19587;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.47;;;;;; Calluna vulgaris;19587;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;;;;;; Calluna vulgaris;19587;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;;;;;; Calluna vulgaris;19587;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.32;;;;;; Calluna vulgaris;19587;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.26;;;;;; Calluna vulgaris;19587;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.13;;;;;; Calluna vulgaris;19587;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.35;;;;;; Calluna vulgaris;19587;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.17;;;;;; Calluna vulgaris;19587;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.47;;;;;; Calluna vulgaris;19587;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.26;;;;;; Calluna vulgaris;19587;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.33;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.31;1.47;1.13;1.33;;Preaggregated data obtained from single record.; Calluna vulgaris;19587;actual measurement;one-seeded generative dispersule;1.28;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.28;1.52;1.04;;;; Calluna vulgaris;19587;actual measurement;one-seeded generative dispersule;1.14;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.14;1.24;1.03;;;; Calluna vulgaris;19587;unknown;generative dispersule;1.14;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.14;;;;1;Bullock & Clarke (2000); Calluna vulgaris;19587;unknown;generative dispersule;1.08;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.08;;;;1;Tackenberg (2001); Caltha palustris;27293;actual measurement (following LEDA data standards);germinule;2.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Caltha palustris;27293;actual measurement;one-seeded generative dispersule;3.16;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.16;3.38;2.84;;;; Caltha palustris;27293;actual measurement (following LEDA data standards);germinule;2.69;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.76;3.13;2.5;2.69;;Preaggregated data obtained from single record.; Caltha palustris;27293;actual measurement (following LEDA data standards);germinule;2.63;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Caltha palustris;27293;actual measurement (following LEDA data standards);germinule;2.63;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Caltha palustris;27293;actual measurement (following LEDA data standards);germinule;2.6;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.6;;;;;; Caltha palustris;27293;actual measurement (following LEDA data standards);germinule;2.84;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.84;;;;;; Caltha palustris;27293;actual measurement (following LEDA data standards);germinule;2.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Caltha palustris;27293;actual measurement (following LEDA data standards);germinule;2.5;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.5;;;;;; Caltha palustris;27293;actual measurement (following LEDA data standards);germinule;2.72;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.72;;;;;; Caltha palustris;27293;actual measurement (following LEDA data standards);germinule;3.13;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Caltha palustris;27293;actual measurement (following LEDA data standards);germinule;2.66;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Calystegia sepium;18945;actual measurement;one-seeded generative dispersule;5.01;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.01;5.1;4.9;;;; Camelina microcarpa;13713;unknown;generative dispersule;2.23;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.23;;;;1;Tackenberg (2001); Campanula barbata;15243;unknown;generative dispersule;1.4215;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.4215;1.6678;1.1751;;1;Lutz (unpublished data); Campanula carpatica;15259;actual measurement;one-seeded generative dispersule;1.69;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.69;;;;;cultivated; Campanula carpatica;15259;unknown;generative dispersule;1.46;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.46;;;;1;Emig & Leins (1996); Campanula cenisia;15223;unknown;generative dispersule;1.2112;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.2112;1.5489;.87361;;1;Tackenberg (unpublished data); Campanula cervicaria;15224;unknown;generative dispersule;1.43;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.43;;;;1;Emig & Leins (1996); Campanula glomerata;15158;unknown;generative dispersule;1.99;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.99;;;;1;Emig & Leins (1996); Campanula glomerata;15158;unknown;generative dispersule;1.98;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.98;;;;1;Maurer & Stöcklin (unpublished); Campanula glomerata;15158;actual measurement;one-seeded generative dispersule;2.16;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.16;2.45;1.82;;;; Campanula glomerata;15158;actual measurement;one-seeded generative dispersule;2.03;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.03;2.55;1.59;;;; Campanula glomerata;15158;actual measurement;one-seeded generative dispersule;1.87;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.87;2.03;1.71;;;; Campanula latifolia;15145;actual measurement;one-seeded generative dispersule;2.03;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.03;2.31;1.79;;;; Campanula latifolia;15145;unknown;generative dispersule;1.92;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.92;;;;1;Emig & Leins (1996); Campanula persicifolia;15103;unknown;generative dispersule;1.66;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.66;;;;1;Emig & Leins (1996); Campanula persicifolia;15103;actual measurement;one-seeded generative dispersule;1.86;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.86;;;;;cultivated; Campanula pyramidalis;15076;unknown;generative dispersule;1.77;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.77;;;;1;Emig & Leins (1996); Campanula rapunculoides;15082;actual measurement;one-seeded generative dispersule;2.3;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.3;2.91;1.87;;;; Campanula rapunculoides;15082;actual measurement (following LEDA data standards);germinule;1.4;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.4;;;;;; Campanula rapunculoides;15082;actual measurement (following LEDA data standards);germinule;1.14;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.14;;;;;; Campanula rapunculoides;15082;actual measurement (following LEDA data standards);germinule;1.45;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.45;;;;;; Campanula rapunculoides;15082;actual measurement (following LEDA data standards);germinule;1.12;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.12;;;;;; Campanula rapunculoides;15082;actual measurement (following LEDA data standards);germinule;1.32;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.32;;;;;; Campanula rapunculoides;15082;actual measurement (following LEDA data standards);germinule;.64;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.64;;;;;; Campanula rapunculoides;15082;actual measurement (following LEDA data standards);germinule;.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.62;;;;;; Campanula rapunculoides;15082;actual measurement (following LEDA data standards);germinule;1.15;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.11;1.45;.62;1.15;;Preaggregated data obtained from single record.; Campanula rapunculoides;15082;unknown;generative dispersule;1.85;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.85;;;;1;Emig & Leins (1996); Campanula rapunculoides;15082;actual measurement (following LEDA data standards);germinule;.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.97;;;;;; Campanula rapunculoides;15082;actual measurement (following LEDA data standards);germinule;1.16;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.16;;;;;; Campanula rapunculoides;15082;actual measurement (following LEDA data standards);germinule;1.26;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.26;;;;;; Campanula rotundifolia;15045;unknown;generative dispersule;1.36;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.36;;;;1;Tackenberg (2001); Campanula rotundifolia;15045;unknown;generative dispersule;1.53;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.53;;;;1;Jongejans & Schippers (1999); Campanula rotundifolia;15045;unknown;generative dispersule;1.67;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.67;;;;1;Emig & Leins (1996); Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.69;;;;;; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.59;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.59;;;;;; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.5;;;;;; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.57;;;;;; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.51;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.51;;;;;; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.87;;;;;; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.84;;;;;; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.77;;;;;; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.68;;;;;; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.49;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.49;;;;;; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.64;;;;;; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.7;1.87;1.49;1.69;;Preaggregated data obtained from single record.; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.46;1.57;1.39;1.45;;Preaggregated data obtained from single record.; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.42;;;;;; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.43;;;;;; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.49;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.49;;;;;; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.42;;;;;; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.45;;;;;; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.45;;;;;; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.39;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.39;;;;;; Campanula rotundifolia;15045;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.85;;;;;; Campanula rotundifolia;15045;actual measurement;one-seeded generative dispersule;1.83;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.83;1.88;1.75;;;; Campanula scheuchzeri;15061;unknown;generative dispersule;1.6722;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.6722;1.7963;1.5481;;1;Lutz (unpublished data); Campanula sibirica;15030;unknown;generative dispersule;1.34;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.34;;;;1;Emig & Leins (1996); Campanula spicata;15022;actual measurement;one-seeded generative dispersule;1.49;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.49;1.64;1.33;;;; Campanula thyrsoides;14991;unknown;generative dispersule;1.3566;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.3566;1.6264;1.0869;;1;Lutz (unpublished data); Campanula trachelium;15002;actual measurement;one-seeded generative dispersule;2.18;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.18;2.29;2.05;;;; Campanula trachelium;15002;unknown;generative dispersule;1.75;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.75;;;;1;Emig & Leins (1996); Campanula trachelium;15002;actual measurement;one-seeded generative dispersule;2.41;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.41;2.72;2;;;; Cannabis sativa;14695;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.9;;;;;; Cannabis sativa;14695;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Cannabis sativa;14695;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.39;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.39;;;;;; Cannabis sativa;14695;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.68;8;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.45;4.9;3.09;4.68;;Preaggregated data obtained from single record.; Cannabis sativa;14695;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.55;;;;;; Cannabis sativa;14695;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;; Cannabis sativa;14695;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;; Cannabis sativa;14695;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;; Cannabis sativa;14695;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;; Capsella bursa-pastoris;12848;unknown;generative dispersule;1.61;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.61;;;;1;Tackenberg (2001); Capsella bursa-pastoris;12848;actual measurement;one-seeded generative dispersule;2.12;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.12;2.29;2.02;;;; Capsella bursa-pastoris;12848;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.09;2.29;1.91;2.08;;Preaggregated data obtained from single record.; Capsella bursa-pastoris;12848;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.08;;;;;; Capsella bursa-pastoris;12848;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.98;;;;;; Capsella bursa-pastoris;12848;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.91;;;;;; Capsella bursa-pastoris;12848;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.14;;;;;; Capsella bursa-pastoris;12848;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.02;;;;;; Capsella bursa-pastoris;12848;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.08;;;;;; Capsella bursa-pastoris;12848;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Capsella bursa-pastoris;12848;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Capsella bursa-pastoris;12848;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.97;;;;;; Capsella bursa-pastoris;12848;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;; Cardamine bellidifolia s. alpina;12851;unknown;generative dispersule;2.7605;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.7605;3.0604;2.4606;;1;Lutz (unpublished data); Cardamine heptaphylla;13726;actual measurement;one-seeded generative dispersule;4.41;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.41;4.63;4.17;;;; Cardamine hirsuta;14245;actual measurement;one-seeded generative dispersule;1.74;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.74;2.1;1.45;;;; Cardamine impatiens;13298;actual measurement;one-seeded generative dispersule;2.27;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.27;2.48;2;;;; Cardamine pratensis;14249;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Cardamine pratensis;14249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Cardamine pratensis;14249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Cardamine pratensis;14249;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Cardamine pratensis;14249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Cardamine pratensis;14249;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Cardamine pratensis;14249;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Cardamine pratensis;14249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Cardamine pratensis;14249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Cardamine pratensis;14249;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Cardamine pratensis;14249;unknown;generative dispersule;1.93;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.93;;;;1;Tackenberg (2001); Cardamine pratensis;14249;actual measurement;one-seeded generative dispersule;3.9;8;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.9;4.03;3.57;;;; Cardamine pratensis;14249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;3.01;2.69;2.98;;Preaggregated data obtained from single record.; Cardamine resedifolia;14128;unknown;generative dispersule;1.956;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.956;2.1779;1.734;;1;Lutz (unpublished data); Cardaminopsis arenosa;14130;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.75;;;;;; Cardaminopsis arenosa;14130;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.85;;;;;; Cardaminopsis arenosa;14130;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.75;1.98;1.55;1.75;;Preaggregated data obtained from single record.; Cardaminopsis arenosa;14130;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.69;;;;;; Cardaminopsis arenosa;14130;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.98;;;;;; Cardaminopsis arenosa;14130;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.67;;;;;; Cardaminopsis arenosa;14130;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.92;;;;;; Cardaminopsis arenosa;14130;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.76;;;;;; Cardaminopsis arenosa;14130;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.55;;;;;; Cardaminopsis arenosa;14130;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.74;;;;;; Cardaminopsis arenosa;14130;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.59;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.59;;;;;; Cardaria draba;13313;actual measurement;one-seeded generative dispersule;2.72;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.72;2.98;2.34;;;; Carduus acanthoides;3326;unknown;generative dispersule;.39;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.39;;;;1;Feldman & Lewis (1990); Carduus crispus;2731;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.33;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.33;;;;;; Carduus crispus;2731;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.08;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.08;;;;;; Carduus crispus;2731;unknown;generative dispersule;.4;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.4;;;;1;Müller-Schneider (1986); Carduus crispus;2731;actual measurement (following LEDA data standards);one-seeded generative dispersule;.91;7;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1;1.33;.75;.91;;Preaggregated data obtained from single record.; Carduus crispus;2731;actual measurement (following LEDA data standards);one-seeded generative dispersule;.89;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.89;;;;;; Carduus crispus;2731;actual measurement (following LEDA data standards);one-seeded generative dispersule;.75;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.75;;;;;; Carduus crispus;2731;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.26;;;;;; Carduus crispus;2731;actual measurement (following LEDA data standards);one-seeded generative dispersule;.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.91;;;;;; Carduus crispus;2731;actual measurement (following LEDA data standards);one-seeded generative dispersule;.75;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.75;;;;;; Carduus nutans;3493;actual measurement;one-seeded generative dispersule;.33;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.33;.39;.29;;;; Carduus nutans;3493;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.51;.58;.45;.5;;Preaggregated data obtained from single record.; Carduus nutans;3493;unknown;generative dispersule;.53;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.53;;;;1;Luftensteiner (1982); Carduus nutans;3493;unknown;generative dispersule;.42;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.42;;;;1;Smith & Kok (1984); Carduus nutans;3493;actual measurement (following LEDA data standards);one-seeded generative dispersule;.48;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.48;;;;;; Carduus nutans;3493;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.5;;;;;; Carduus nutans;3493;actual measurement (following LEDA data standards);one-seeded generative dispersule;.58;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.58;;;;;; Carduus nutans;3493;actual measurement (following LEDA data standards);one-seeded generative dispersule;.52;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.52;;;;;; Carduus nutans;3493;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.5;;;;;; Carduus nutans;3493;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.5;;;;;; Carduus nutans;3493;actual measurement (following LEDA data standards);one-seeded generative dispersule;.53;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.53;;;;;; Carduus nutans;3493;actual measurement (following LEDA data standards);one-seeded generative dispersule;.49;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.49;;;;;; Carduus nutans;3493;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.5;;;;;; Carduus nutans;3493;actual measurement (following LEDA data standards);one-seeded generative dispersule;.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.45;;;;;; Carduus tenuiflorus;5921;unknown;generative dispersule;.79;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.79;;;;1;Sheldon & Burrows (1973); Carex acuta;38000;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.38;2.81;1.74;2.43;;Preaggregated data obtained from single record.with utricle; Carex acuta;38000;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.19;;;;;with utricle; Carex acuta;38000;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;with utricle; Carex acuta;38000;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;with utricle; Carex acuta;38000;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.36;;;;;with utricle; Carex acuta;38000;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.07;;;;;with utricle; Carex acuta;38000;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.81;;;;;with utricle; Carex acuta;38000;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;with utricle; Carex acuta;38000;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.74;;;;;with utricle; Carex acuta;38000;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;with utricle; Carex acuta;38000;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;;;;;with utricle; Carex acutiformis;37460;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.48;;;;;; Carex acutiformis;37460;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Carex acutiformis;37460;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.43;;;;;; Carex acutiformis;37460;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.48;5;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.68;2.07;1.34;1.48;;Preaggregated data obtained from single record.; Carex acutiformis;37460;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;;;;;; Carex acutiformis;37460;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Carex alba;37462;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.34;3.57;3.13;3.33;;Preaggregated data obtained from single record.; Carex alba;37462;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Carex alba;37462;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Carex alba;37462;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Carex alba;37462;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Carex alba;37462;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Carex alba;37462;actual measurement;one-seeded generative dispersule;2.43;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.43;2.66;2.19;;;; Carex alba;37462;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Carex alba;37462;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Carex alba;37462;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Carex alba;37462;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Carex alba;37462;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Carex appropinquata;37464;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Carex appropinquata;37464;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Carex appropinquata;37464;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Carex appropinquata;37464;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.93;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;3.25;2.02;2.93;;Preaggregated data obtained from single record.; Carex appropinquata;37464;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Carex appropinquata;37464;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.02;;;;;; Carex appropinquata;37464;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Carex appropinquata;37464;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Carex appropinquata;37464;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.34;;;;;; Carex appropinquata;37464;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Carex appropinquata;37464;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Carex aquatilis;38015;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.25;;;;;; Carex aquatilis;38015;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.76;;;;;; Carex aquatilis;38015;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.5;;;;;; Carex aquatilis;38015;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;;;;;; Carex aquatilis;38015;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.44;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.44;;;;;; Carex aquatilis;38015;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.42;;;;;; Carex aquatilis;38015;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.52;;;;;; Carex aquatilis;38015;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.66;;;;;; Carex aquatilis;38015;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.51;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.51;;;;;; Carex aquatilis;38015;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.4;;;;;; Carex aquatilis;38015;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.47;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.48;1.76;1.25;1.47;;Preaggregated data obtained from single record.; Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.3;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.3;2.53;2.08;2.3;;Preaggregated data obtained from single record.; Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.86;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.85;3.16;2.53;2.86;;Preaggregated data obtained from single record.; Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;; Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.78;;;;;; Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.69;;;;;; Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;; Carex arenaria;38017;unknown;generative dispersule;1.6247;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.6247;;;;1;Tackenberg (unpublished data); Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.48;;;;;; Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.1;;;;;; Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.19;;;;;; Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.36;;;;;; Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.29;;;;;; Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.08;;;;;; Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.45;;;;;; Carex arenaria;38017;unknown;generative dispersule;1.3584;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.3584;;;;1;Tackenberg (unpublished data); Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Carex arenaria;38017;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Carex baldensis;38029;actual measurement;one-seeded generative dispersule;3.64;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.64;4.1;3.29;;;; Carex bohemica;38039;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.21;;;;;; Carex bohemica;38039;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.24;;;;;; Carex bohemica;38039;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.28;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.28;;;;;; Carex bohemica;38039;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.27;;;;;; Carex bohemica;38039;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.15;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.15;;;;;; Carex bohemica;38039;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.15;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.15;;;;;; Carex bohemica;38039;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.26;;;;;; Carex bohemica;38039;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.25;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.27;1.68;1.15;1.25;;Preaggregated data obtained from single record.; Carex bohemica;38039;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.32;;;;;; Carex bohemica;38039;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.68;;;;;; Carex bohemica;38039;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.15;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.15;;;;;; Carex brizoides;37356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.64;;;;;; Carex brizoides;37356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.94;;;;;; Carex brizoides;37356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.63;;;;;; Carex brizoides;37356;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Carex brizoides;37356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.92;;;;;; Carex brizoides;37356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.7;;;;;; Carex brizoides;37356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Carex brizoides;37356;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.14;;;;;; Carex brizoides;37356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.83;2.14;1.63;1.82;;Preaggregated data obtained from single record.; Carex brizoides;37356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.72;;;;;; Carex brizoides;37356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.63;;;;;; Carex brizoides;37356;actual measurement;one-seeded generative dispersule;1.64;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.64;1.87;1.43;;;; Carex caryophyllea;37362;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Carex caryophyllea;37362;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.02;;;;;; Carex caryophyllea;37362;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;; Carex caryophyllea;37362;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Carex caryophyllea;37362;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Carex caryophyllea;37362;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.77;;;;;; Carex caryophyllea;37362;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;; Carex caryophyllea;37362;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.7;;;;;; Carex caryophyllea;37362;unknown;generative dispersule;2.06;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.06;;;;1;Tackenberg (2001); Carex caryophyllea;37362;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.06;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;2.38;1.7;2.06;;Preaggregated data obtained from single record.; Carex caryophyllea;37362;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Carex caryophyllea;37362;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Carex chordorrhiza;37947;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.12;3.25;2.98;3.13;;Preaggregated data obtained from single record.; Carex chordorrhiza;37947;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Carex chordorrhiza;37947;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Carex chordorrhiza;37947;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Carex chordorrhiza;37947;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Carex chordorrhiza;37947;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Carex chordorrhiza;37947;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Carex chordorrhiza;37947;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Carex chordorrhiza;37947;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Carex chordorrhiza;37947;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Carex chordorrhiza;37947;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Carex curta;37950;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.2;2.55;2.05;2.14;;Preaggregated data obtained from single record.; Carex curta;37950;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.07;;;;;; Carex curta;37950;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.55;;;;;; Carex curta;37950;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.14;;;;;; Carex curta;37950;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Carex curta;37950;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.48;;;;;; Carex curta;37950;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Carex curta;37950;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.25;;;;;; Carex curta;37950;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Carex curta;37950;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.07;;;;;; Carex curta;37950;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.14;;;;;; Carex davalliana;37956;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.95;;;;;; Carex davalliana;37956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Carex davalliana;37956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Carex davalliana;37956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Carex davalliana;37956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.34;;;;;; Carex davalliana;37956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.34;2.84;1.95;2.31;;Preaggregated data obtained from single record.; Carex davalliana;37956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.25;;;;;; Carex davalliana;37956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;; Carex davalliana;37956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Carex davalliana;37956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Carex davalliana;37956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Carex digitata;37970;actual measurement;one-seeded generative dispersule;3.09;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.09;3.42;2.84;;;; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.34;;;;;; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.35;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;2.53;2.07;2.35;;Preaggregated data obtained from single record.; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.64;3.09;2.4;2.58;;Preaggregated data obtained from single record.; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.91;;;;;; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);3.09;;;;;; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.55;;;;;; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.45;;;;;; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.75;;;;;; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.4;;;;;; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.66;;;;;; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.5;;;;;; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.53;;;;;; Carex dioica;37381;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.6;;;;;; Carex distans;37979;unknown;generative dispersule;1.62;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.62;;;;1;Tackenberg (2001); Carex distans;37979;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Carex distans;37979;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Carex distans;37979;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Carex distans;37979;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;3;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.9;2.94;2.81;2.94;;Preaggregated data obtained from single record.; Carex disticha;37982;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.88;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.79;3.01;2.29;2.88;;Preaggregated data obtained from single record.; Carex disticha;37982;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;;;;;; Carex disticha;37982;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Carex disticha;37982;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Carex disticha;37982;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Carex disticha;37982;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;; Carex disticha;37982;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Carex disticha;37982;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Carex disticha;37982;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Carex disticha;37982;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;; Carex disticha;37982;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;; Carex divulsa;37393;actual measurement;one-seeded generative dispersule;3.03;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.03;3.47;2.58;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.19;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.89;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.94;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.58;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.63;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.55;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.38;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.25;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.5;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.34;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.66;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.4;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.16;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.95;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.19;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.45;2.66;2.16;2.45;;Preaggregated data obtained from single record.; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.26;2.48;2;2.31;;Preaggregated data obtained from single record.; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.3;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.34;2.66;2.07;2.3;;Preaggregated data obtained from single record.; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.07;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.02;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.19;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.48;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.45;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.25;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.29;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.07;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.1;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.6;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.36;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Carex echinata;37888;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.06;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.06;2.21;1.89;2.06;;Preaggregated data obtained from single record.; Carex elata;37396;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;3.21;2.34;2.78;;Preaggregated data obtained from single record.; Carex elata;37396;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Carex elata;37396;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Carex elata;37396;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Carex elata;37396;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.34;;;;;; Carex elata;37396;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Carex elata;37396;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Carex elata;37396;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Carex elata;37396;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Carex elata;37396;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Carex elata;37396;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Carex elongata;37397;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.89;;;;;; Carex elongata;37397;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.36;;;;;; Carex elongata;37397;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.23;;;;;; Carex elongata;37397;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Carex elongata;37397;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.25;;;;;; Carex elongata;37397;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.95;;;;;; Carex elongata;37397;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Carex elongata;37397;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Carex elongata;37397;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;2.63;1.89;2.34;;Preaggregated data obtained from single record.; Carex elongata;37397;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Carex elongata;37397;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Carex extensa;37399;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Carex extensa;37399;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Carex extensa;37399;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Carex extensa;37399;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Carex extensa;37399;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;7;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.1;3.73;2.17;3.16;;Preaggregated data obtained from single record.with utricle; Carex extensa;37399;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;with utricle; Carex extensa;37399;actual measurement (following LEDA data standards);one-seeded generative dispersule;3;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;3.21;2.72;3;;Preaggregated data obtained from single record.; Carex extensa;37399;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;with utricle; Carex extensa;37399;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;with utricle; Carex extensa;37399;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.73;;;;;with utricle; Carex extensa;37399;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;with utricle; Carex extensa;37399;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;with utricle; Carex extensa;37399;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;with utricle; Carex extensa;37399;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Carex extensa;37399;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Carex extensa;37399;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Carex extensa;37399;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Carex extensa;37399;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Carex extensa;37399;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Carex flacca;37912;unknown;generative dispersule;2.74;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.74;;;;1;Tackenberg (2001); Carex flacca;37912;unknown;generative dispersule;1.74;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.74;;;;1;Tackenberg (2001); Carex flacca;37912;actual measurement;one-seeded generative dispersule;3.36;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.36;3.52;3.13;;;; Carex flacca;37912;actual measurement;one-seeded generative dispersule;2.54;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.54;2.78;2.12;;;; Carex flacca;37912;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Carex flacca;37912;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Carex flacca;37912;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.84;;;;;; Carex flacca;37912;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.02;;;;;; Carex flacca;37912;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.25;;;;;; Carex flacca;37912;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Carex flacca;37912;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Carex flacca;37912;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.92;;;;;; Carex flacca;37912;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Carex flacca;37912;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.34;;;;;; Carex flacca;37912;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.33;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.42;3.09;1.84;2.33;;Preaggregated data obtained from single record.; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.3;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.24;2.53;1.79;2.3;;Preaggregated data obtained from single record.; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.27;;;;;; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.79;;;;;; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.36;;;;;; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.53;;;;;; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.29;;;;;; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.48;;;;;; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.31;;;;;; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.82;;;;;; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.08;;;;;; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.48;;;;;; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.3;2.66;1.91;2.27;;Preaggregated data obtained from single record.; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;; Carex flava;37404;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Carex foetida;37925;unknown;generative dispersule;1.4179;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.4179;1.5451;1.2907;;1;Lutz (unpublished data); Carex hartmanii;37293;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Carex hartmanii;37293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.74;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;3.33;2.63;2.74;;Preaggregated data obtained from single record.; Carex hartmanii;37293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Carex hartmanii;37293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Carex hartmanii;37293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Carex hartmanii;37293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Carex hartmanii;37293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Carex hartmanii;37293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Carex hartmanii;37293;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Carex hartmanii;37293;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Carex hartmanii;37293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Carex hirta;37296;unknown;generative dispersule;2.38;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.38;;;;1;Tackenberg (2001); Carex hirta;37296;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;3.57;3.39;3.47;;Preaggregated data obtained from single record.; Carex hirta;37296;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Carex hirta;37296;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Carex hirta;37296;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Carex hirta;37296;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.39;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.39;;;;;; Carex hirta;37296;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.46;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.46;;;;;; Carex hirta;37296;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.5;;;;;; Carex hirta;37296;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.51;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.51;;;;;; Carex hirta;37296;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;; Carex hirta;37296;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;; Carex hirta;37296;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.81;;;;;; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.06;3.21;2.78;3.09;;Preaggregated data obtained from single record.; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.71;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.77;3.25;1.81;2.71;;Preaggregated data obtained from single record.; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Carex hostiana;37300;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.58;;;;;; Carex hostiana;37300;actual measurement;one-seeded generative dispersule;3.41;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.41;3.62;3.25;;;; Carex humilis;37847;actual measurement;one-seeded generative dispersule;2.49;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.49;2.84;1.98;;;; Carex humilis;37847;actual measurement;one-seeded generative dispersule;2.93;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.93;3.25;2.66;;;; Carex lasiocarpa;37319;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.84;;;;;; Carex lasiocarpa;37319;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.45;;;;;; Carex lasiocarpa;37319;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.66;;;;;; Carex lasiocarpa;37319;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.72;;;;;; Carex lasiocarpa;37319;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.45;;;;;; Carex lasiocarpa;37319;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.65;8;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.64;2.02;1.35;1.65;;Preaggregated data obtained from single record.; Carex lasiocarpa;37319;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.63;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.63;;;;;; Carex lasiocarpa;37319;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.35;;;;;; Carex lasiocarpa;37319;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.02;;;;;; Carex lasiocarpa;37319;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;5;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.31;2.78;1.87;2.34;;Preaggregated data obtained from single record.seeds collected by Michael Kleyer (Oldenburg); Carex lasiocarpa;37319;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.78;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex lasiocarpa;37319;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex lasiocarpa;37319;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.36;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex lasiocarpa;37319;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.19;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex lasiocarpa;37319;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.87;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex limosa;37761;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.15;2.53;1.72;2.17;;Preaggregated data obtained from single record.; Carex limosa;37761;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Carex limosa;37761;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Carex limosa;37761;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Carex limosa;37761;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Carex limosa;37761;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.03;;;;;; Carex limosa;37761;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;; Carex limosa;37761;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.89;;;;;; Carex limosa;37761;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.72;;;;;; Carex limosa;37761;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.81;;;;;; Carex limosa;37761;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Carex montana;37346;unknown;generative dispersule;1.46;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.46;;;;1;Tackenberg (2001); Carex montana;37346;actual measurement;one-seeded generative dispersule;2.94;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.94;3.09;2.78;;;; Carex mucronata;37791;actual measurement;one-seeded generative dispersule;2.41;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.41;2.72;2.07;;;; Carex nigra;37228;unknown;generative dispersule;1.55;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.55;;;;1;Tackenberg (2001); Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.04;3.29;2.66;3.13;;Preaggregated data obtained from single record.; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.78;;;;;; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.52;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.48;3.01;1.92;2.52;;Preaggregated data obtained from single record.; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.92;;;;;; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.12;;;;;; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.58;;;;;; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.45;;;;;; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.95;;;;;; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Carex nigra;37228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.35;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.37;2.72;2.03;2.35;;Preaggregated data obtained from single record.; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.72;;;;;; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.71;;;;;; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.55;;;;;; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.74;1.94;1.55;1.72;;Preaggregated data obtained from single record.; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.94;;;;;; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.72;;;;;; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.75;;;;;; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.82;;;;;; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.64;;;;;; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.81;;;;;; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.7;;;;;; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.03;;;;;; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Carex otrubae;37711;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Carex ovalis;37242;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.71;;;;;; Carex ovalis;37242;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Carex ovalis;37242;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.87;;;;;; Carex ovalis;37242;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.76;;;;;; Carex ovalis;37242;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.86;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.86;2.1;1.62;1.86;;Preaggregated data obtained from single record.; Carex ovalis;37242;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;; Carex ovalis;37242;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.84;;;;;; Carex ovalis;37242;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.8;;;;;; Carex ovalis;37242;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Carex ovalis;37242;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.62;;;;;; Carex ovalis;37242;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.89;;;;;; Carex pallescens;37247;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Carex pallescens;37247;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Carex pallescens;37247;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Carex pallescens;37247;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Carex pallescens;37247;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Carex pallescens;37247;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Carex pallescens;37247;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.95;3.16;2.63;2.98;;Preaggregated data obtained from single record.; Carex pallescens;37247;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Carex pallescens;37247;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Carex pallescens;37247;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Carex pallescens;37247;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.55;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.39;3.68;2.87;3.55;;Preaggregated data obtained from single record.; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;3.68;2.38;3.05;;Preaggregated data obtained from single record.; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.57;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.57;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.71;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.67;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.4;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.42;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.42;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.62;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.79;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.74;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.59;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.59;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.12;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.65;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.66;2.12;1.4;1.65;;Preaggregated data obtained from single record.; Carex panicea;37248;unknown;generative dispersule;2.69;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.69;;;;1;Tackenberg (2001); Carex panicea;37248;unknown;generative dispersule;2.62;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.62;;;;1;Tackenberg (2001); Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Carex panicea;37248;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;5;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;3.52;3.09;3.29;;Preaggregated data obtained from single record.; Carex paniculata;37249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.36;;;;;; Carex paniculata;37249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.26;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.26;2.63;1.81;2.26;;Preaggregated data obtained from single record.; Carex paniculata;37249;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.92;;;;;; Carex paniculata;37249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Carex paniculata;37249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.58;;;;;; Carex paniculata;37249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.48;;;;;; Carex paniculata;37249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.27;;;;;; Carex paniculata;37249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.25;;;;;; Carex paniculata;37249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.16;;;;;; Carex paniculata;37249;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.81;;;;;; Carex paniculata;37249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.14;;;;;; Carex pauciflora;37251;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.26;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.13;2.43;1.67;2.26;;Preaggregated data obtained from single record.; Carex pauciflora;37251;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.12;;;;;; Carex pauciflora;37251;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.43;;;;;; Carex pauciflora;37251;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.81;;;;;; Carex pauciflora;37251;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.31;;;;;; Carex pauciflora;37251;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.25;;;;;; Carex pauciflora;37251;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.27;;;;;; Carex pauciflora;37251;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.67;;;;;; Carex pauciflora;37251;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.43;;;;;; Carex pauciflora;37251;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.75;;;;;; Carex pauciflora;37251;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.27;;;;;; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.23;3.52;2.94;3.29;;Preaggregated data obtained from single record.; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.43;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;3.52;3.33;3.43;;Preaggregated data obtained from single record.; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Carex pilulifera;37739;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Carex pseudocyperus;37263;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.67;2.84;2.45;2.69;;Preaggregated data obtained from single record.; Carex pseudocyperus;37263;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Carex pseudocyperus;37263;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Carex pseudocyperus;37263;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Carex pseudocyperus;37263;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Carex pseudocyperus;37263;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Carex pseudocyperus;37263;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Carex pseudocyperus;37263;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Carex pseudocyperus;37263;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Carex pseudocyperus;37263;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;; Carex pseudocyperus;37263;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Carex remota;37756;unknown;generative dispersule;1.48;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.48;;;;1;Tackenberg (2001); Carex riparia;37273;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Carex riparia;37273;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Carex riparia;37273;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Carex riparia;37273;actual measurement;one-seeded generative dispersule;3.01;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.01;3.57;2;;;; Carex riparia;37273;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Carex riparia;37273;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Carex riparia;37273;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Carex riparia;37273;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Carex riparia;37273;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Carex riparia;37273;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Carex riparia;37273;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Carex riparia;37273;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.14;3.33;2.84;3.13;;Preaggregated data obtained from single record.; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;2.78;2.25;2.6;;Preaggregated data obtained from single record.; Carex rostrata;37274;actual measurement;one-seeded generative dispersule;2.24;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.24;;;;;; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.81;;;;;; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.75;;;;;; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.69;;;;;; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.75;;;;;; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.75;;;;;; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.5;;;;;; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.6;;;;;; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.69;;;;;; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.87;;;;;; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.78;;;;;; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.72;2.87;2.5;2.75;;Preaggregated data obtained from single record.; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.5;;;;;; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.72;;;;;; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.45;;;;;; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.25;;;;;; Carex rostrata;37274;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.25;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;2.36;2.17;2.31;;Preaggregated data obtained from single record.seeds collected by Michael Kleyer (Oldenburg); Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.34;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.17;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.34;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;9;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;2.69;1.59;1.77;;Preaggregated data obtained from single record.; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.59;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.59;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.67;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.77;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.7;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.31;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.31;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.27;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.36;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.31;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.19;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.42;2.72;2.17;2.36;;Preaggregated data obtained from single record.; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;2.91;2.58;2.69;;Preaggregated data obtained from single record.; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Carex scandinavica;37016;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.62;;;;;; Carex secalina;37658;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.96;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.93;2.21;1.68;1.96;;Preaggregated data obtained from single record.; Carex secalina;37658;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.68;;;;;; Carex secalina;37658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;; Carex secalina;37658;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Carex secalina;37658;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.81;;;;;; Carex secalina;37658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Carex secalina;37658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.02;;;;;; Carex secalina;37658;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.68;;;;;; Carex secalina;37658;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Carex secalina;37658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;; Carex secalina;37658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;; Carex sempervirens;37283;actual measurement;one-seeded generative dispersule;2.96;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.96;3.16;2.6;;;; Carex spicata;37285;unknown;generative dispersule;1.85;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.85;;;;1;Tackenberg (2001); Carex sylvatica;37678;actual measurement;one-seeded generative dispersule;3.3;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.3;3.68;3.05;;;; Carex sylvatica;37678;unknown;generative dispersule;3.03;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.03;;;;1;Tackenberg (2001); Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.02;3.21;2.6;3.09;;Preaggregated data obtained from single record.; Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;seeds collected by Michael Kleyer (Oldenburg); Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;3.42;2.6;3.05;;Preaggregated data obtained from single record.seeds collected by Michael Kleyer (Oldenburg); Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;9;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;3.25;1.68;3.05;;Preaggregated data obtained from single record.; Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.68;;;;;; Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.21;;;;;; Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Carex sylvatica;37678;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Carex tomentosa;37173;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Carex tomentosa;37173;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Carex tomentosa;37173;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Carex tomentosa;37173;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Carex tomentosa;37173;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Carex tomentosa;37173;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.45;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;3.52;3.29;3.45;;Preaggregated data obtained from single record.; Carex tomentosa;37173;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Carex tomentosa;37173;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Carex tomentosa;37173;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Carex tomentosa;37173;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Carex tomentosa;37173;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Carex vesicaria;37183;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Carex vesicaria;37183;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Carex vesicaria;37183;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Carex vesicaria;37183;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Carex vesicaria;37183;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Carex vesicaria;37183;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;5;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3;3.16;2.87;3.01;;Preaggregated data obtained from single record.; Carlina acaulis;3171;unknown;generative dispersule;.62;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.62;;;;1;Müller-Schneider (1986); Carlina acaulis;3171;unknown;generative dispersule;.81;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.81;;;;1;Maurer & Stöcklin (unpublished); Carlina acaulis;3171;unknown;generative dispersule;.85;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.85;;;;1;Luftensteiner (1982); Carlina acaulis;3171;unknown;generative dispersule;.61;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.61;;;;1;Tackenberg (2001); Carlina acaulis;3171;actual measurement;one-seeded generative dispersule;.6;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.6;.7;.47;;;; Carlina vulgaris;3338;unknown;generative dispersule;.59;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.59;;;;1;Maurer & St?in (unpublished); Carlina vulgaris;3338;unknown;generative dispersule;.59;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.59;;;;1;Sheldon & Burrows (1973); Carlina vulgaris;3338;unknown;generative dispersule;.54;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.54;;;;1;Tackenberg (2001); Carlina vulgaris;3338;unknown;generative dispersule;.55;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.55;;;;1;Tackenberg (2001); Carlina vulgaris;3338;unknown;generative dispersule;.5;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.5;;;;1;M?r-Schneider (1986); Carpinus betulus;17990;unknown;generative dispersule;1.2;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.2;;;;1;Müller-Schneider (1986); Carpinus betulus;17990;unknown;generative dispersule;1.3;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.3;;;;1;Luftensteiner (1982); Carpinus betulus;17990;unknown;generative dispersule;1.2;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.2;;;;1;Schmidt (1918); Carthamus lanatus;2947;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Carthamus lanatus;2947;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Carthamus lanatus;2947;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.68;3.16;2.1;2.66;;Preaggregated data obtained from single record.; Carthamus lanatus;2947;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Carthamus lanatus;2947;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;; Carthamus lanatus;2947;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Carthamus lanatus;2947;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;; Carthamus lanatus;2947;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Carthamus lanatus;2947;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Carthamus lanatus;2947;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Carthamus lanatus;2947;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Carthamus tinctorius;3822;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;; Carthamus tinctorius;3822;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;; Carthamus tinctorius;3822;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.91;;;;;; Carthamus tinctorius;3822;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;; Carthamus tinctorius;3822;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.85;;;;;; Carthamus tinctorius;3822;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.73;;;;;; Carthamus tinctorius;3822;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.95;4.31;3.68;3.91;;Preaggregated data obtained from single record.; Carthamus tinctorius;3822;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.79;;;;;; Carthamus tinctorius;3822;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;; Carthamus tinctorius;3822;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;; Carthamus tinctorius;3822;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.91;;;;;; Cedrus atlantica;646;actual measurement;one-seeded generative dispersule;1.9;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.9;;;;;; Cedrus atlantica;646;actual measurement;one-seeded generative dispersule;1.9;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.9;;;;;cultivated; Centaurea cyanus;3132;actual measurement;one-seeded generative dispersule;3.63;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.63;3.85;3.42;;;; Centaurea cyanus;3132;actual measurement;one-seeded generative dispersule;4.3;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.3;;;;;cultivated; Centaurea cyanus;3132;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;; Centaurea cyanus;3132;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;; Centaurea cyanus;3132;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Centaurea cyanus;3132;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Centaurea cyanus;3132;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;; Centaurea cyanus;3132;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.31;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.31;3.68;2.98;3.31;;Preaggregated data obtained from single record.; Centaurea cyanus;3132;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Centaurea cyanus;3132;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;; Centaurea cyanus;3132;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Centaurea cyanus;3132;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;; Centaurea cyanus;3132;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Centaurea jacea;3112;unknown;generative dispersule;2.41;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.41;;;;1;Tackenberg (2001); Centaurea jacea;3112;unknown;generative dispersule;2.34;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.34;;;;1;Tackenberg (2001); Centaurea jacea;3112;unknown;generative dispersule;3.77;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.77;4.13;3.41;;1;Jongejans & Schippers (1999); Centaurea jacea;3112;unknown;generative dispersule;2.09;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.09;;;;1;Tackenberg (2001); Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.5;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.5;3.68;3.33;3.5;;Preaggregated data obtained from single record.; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.31;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.26;3.47;2.98;3.31;;Preaggregated data obtained from single record.; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Centaurea jacea;4270;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Centaurea maculosa;3140;unknown;generative dispersule;2.72;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.72;;;;1;Tackenberg (2001); Centaurea montana;2682;actual measurement;one-seeded generative dispersule;4.73;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.73;;;;;cultivated; Centaurea montana;2682;unknown;generative dispersule;2.42;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.42;;;;1;Tackenberg (2001); Centaurea nigra;3754;actual measurement;one-seeded generative dispersule;4.03;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.03;4.17;3.85;;;; Centaurea nigrescens;2931;actual measurement (following LEDA data standards);germinule;3.21;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;cleaned seed; Centaurea nigrescens;2931;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;cleaned seed; Centaurea nigrescens;2931;actual measurement (following LEDA data standards);germinule;3.16;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;cleaned seed; Centaurea nigrescens;2931;actual measurement (following LEDA data standards);germinule;2.87;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;cleaned seed; Centaurea nigrescens;2931;actual measurement (following LEDA data standards);germinule;3.21;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;cleaned seed; Centaurea nigrescens;2931;actual measurement (following LEDA data standards);germinule;3.21;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.19;3.57;2.84;3.21;;Preaggregated data obtained from single record.cleaned seed; Centaurea nigrescens;2931;actual measurement (following LEDA data standards);germinule;2.84;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;cleaned seed; Centaurea nigrescens;2931;actual measurement (following LEDA data standards);germinule;3.57;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;cleaned seed; Centaurea nigrescens;2931;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;cleaned seed; Centaurea nigrescens;2931;actual measurement (following LEDA data standards);germinule;3.09;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;cleaned seed; Centaurea nigrescens;2931;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;cleaned seed; Centaurea phrygia subsp. pseudophrygia;3702;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;3.47;2.07;2.94;;Preaggregated data obtained from single record.; Centaurea phrygia subsp. pseudophrygia;3702;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Centaurea phrygia subsp. pseudophrygia;3702;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;; Centaurea phrygia subsp. pseudophrygia;3702;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Centaurea phrygia subsp. pseudophrygia;3702;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Centaurea phrygia subsp. pseudophrygia;3702;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.07;;;;;; Centaurea phrygia subsp. pseudophrygia;3702;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;; Centaurea phrygia subsp. pseudophrygia;3702;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;; Centaurea phrygia subsp. pseudophrygia;3702;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;; Centaurea phrygia subsp. pseudophrygia;3702;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Centaurea phrygia subsp. pseudophrygia;3702;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.52;3.09;2;2.48;;Preaggregated data obtained from single record.; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.12;3.52;2.55;3.16;;Preaggregated data obtained from single record.; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Centaurea rhenana;4249;unknown;generative dispersule;2.47;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.47;;;;1;Tackenberg (2001); Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.4;;;;;; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2;;;;;; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.25;;;;;; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Centaurea rhenana;4249;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Centaurea scabiosa;3597;unknown;generative dispersule;1.75;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.75;;;;1;Luftensteiner (1982); Centaurea scabiosa;3597;unknown;generative dispersule;1.17;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.17;;;;1;Tackenberg (2001); Centaurea scabiosa;3597;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Centaurea scabiosa;3597;actual measurement;one-seeded generative dispersule;3.59;5;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.59;3.73;3.09;;;; Centaurea scabiosa;3597;actual measurement;germinule;2.23;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.23;2.78;1.35;;;; Centaurea scabiosa;3597;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Centaurea scabiosa;3597;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Centaurea scabiosa;3597;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Centaurea scabiosa;3597;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.29;;;;;; Centaurea scabiosa;3597;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Centaurea scabiosa;3597;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Centaurea scabiosa;3597;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Centaurea scabiosa;3597;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Centaurea scabiosa;3597;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Centaurea scabiosa;3597;unknown;generative dispersule;2.2;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.2;;;;1;Sheldon & Burrows (1973); Centaurea scabiosa;3597;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.99;3.62;2.29;3.09;;Preaggregated data obtained from single record.; Centaurea triumfetti;3293;actual measurement;germinule;3.87;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.87;4.1;3.52;;;; Centaurium erythraea;22963;actual measurement;one-seeded generative dispersule;.96;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.96;.96;.96;;;; Centaurium erythraea;22963;actual measurement;one-seeded generative dispersule;1.01;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.01;1.23;.9;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.98;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.05;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.97;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;1.2;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.2;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;1.02;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.02;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;1.28;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.28;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;.92;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.92;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;1.14;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.14;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.98;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;1.02;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.02;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;1.14;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.11;1.22;.86;1.14;;Preaggregated data obtained from single record.; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;1.01;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.04;1.28;.92;1.01;;Preaggregated data obtained from single record.; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;1.11;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.11;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;1.13;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.13;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;1.19;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.19;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;1.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.1;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;1.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.17;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;.86;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.86;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;1.22;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.22;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;1.14;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.14;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;1.12;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.12;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);germinule;.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.94;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.03;1.23;.73;1.02;;Preaggregated data obtained from single record.; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;.96;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.92;1.13;.58;.96;;Preaggregated data obtained from single record.; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;.86;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.86;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;.95;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.95;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.58;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.1;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.13;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;.96;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.96;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;.99;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.99;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;.96;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.96;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.04;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.04;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.66;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.98;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.23;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.2;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.73;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.09;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.04;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.04;;;;;; Centaurium pulchellum;22823;actual measurement (following LEDA data standards);one-seeded generative dispersule;.99;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.99;;;;;; Centranthus ruber;34865;actual measurement;one-seeded generative dispersule;.96;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.96;1.29;.73;;;; Centranthus ruber;34865;actual measurement (following LEDA data standards);one-seeded generative dispersule;.9;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.88;1.08;.71;.9;;Preaggregated data obtained from single record.; Centranthus ruber;34865;actual measurement (following LEDA data standards);one-seeded generative dispersule;.71;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.71;;;;;; Centranthus ruber;34865;actual measurement (following LEDA data standards);one-seeded generative dispersule;.94;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.94;;;;;; Centranthus ruber;34865;actual measurement (following LEDA data standards);one-seeded generative dispersule;.93;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.93;;;;;; Centranthus ruber;34865;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.87;;;;;; Centranthus ruber;34865;actual measurement (following LEDA data standards);one-seeded generative dispersule;.94;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.94;;;;;; Centranthus ruber;34865;actual measurement (following LEDA data standards);one-seeded generative dispersule;.71;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.71;;;;;; Centranthus ruber;34865;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.08;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.08;;;;;; Centranthus ruber;34865;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.87;;;;;; Centranthus ruber;34865;actual measurement (following LEDA data standards);one-seeded generative dispersule;.73;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.73;;;;;; Centranthus ruber;34865;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.01;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.01;;;;;; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.42;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;2.55;2;2.42;;Preaggregated data obtained from single record.; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.4;;;;;; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;2.75;2.4;2.53;;Preaggregated data obtained from single record.; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.17;;;;;; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Cerastium arvense;16782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Cerastium arvense;16782;unknown;generative dispersule;2.0411;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.0411;;;;1;Tackenberg (unpublished data); Cerastium fontanum;16798;actual measurement;one-seeded generative dispersule;2.72;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.72;2.94;2.53;;;; Cerastium fontanum;16798;actual measurement (following LEDA data standards);germinule;2.21;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.23;2.58;1.88;2.21;;Preaggregated data obtained from single record.; Cerastium fontanum;16798;actual measurement (following LEDA data standards);germinule;2.25;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.25;;;;;; Cerastium fontanum;16798;actual measurement (following LEDA data standards);germinule;2.19;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.19;;;;;; Cerastium fontanum;16798;actual measurement (following LEDA data standards);germinule;2.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.17;;;;;; Cerastium fontanum;16798;actual measurement (following LEDA data standards);germinule;2.5;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.5;;;;;; Cerastium fontanum;16798;actual measurement (following LEDA data standards);germinule;2;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2;;;;;; Cerastium fontanum;16798;actual measurement (following LEDA data standards);germinule;2.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.03;;;;;; Cerastium fontanum;16798;actual measurement (following LEDA data standards);germinule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Cerastium fontanum;16798;actual measurement (following LEDA data standards);germinule;1.88;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.88;;;;;; Cerastium fontanum;16798;actual measurement (following LEDA data standards);germinule;2.23;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.23;;;;;; Cerastium fontanum;16798;actual measurement (following LEDA data standards);germinule;2.58;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.58;;;;;; Cerastium fontanum s. vulgare;44993;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.99;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.83;2.19;1.27;1.99;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Cerastium fontanum s. vulgare;44993;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.14;;;;;seeds collected by Ute Schadek (Oldenburg); Cerastium fontanum s. vulgare;44993;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.27;;;;;seeds collected by Ute Schadek (Oldenburg); Cerastium fontanum s. vulgare;44993;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.07;;;;;seeds collected by Ute Schadek (Oldenburg); Cerastium fontanum s. vulgare;44993;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.3;;;;;seeds collected by Ute Schadek (Oldenburg); Cerastium fontanum s. vulgare;44993;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;seeds collected by Ute Schadek (Oldenburg); Cerastium fontanum s. vulgare;44993;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.92;;;;;seeds collected by Ute Schadek (Oldenburg); Cerastium fontanum s. vulgare;44993;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.66;;;;;seeds collected by Ute Schadek (Oldenburg); Cerastium fontanum s. vulgare;44993;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.19;;;;;seeds collected by Ute Schadek (Oldenburg); Cerastium fontanum s. vulgare;44993;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.52;;;;;seeds collected by Ute Schadek (Oldenburg); Cerastium fontanum s. vulgare;44993;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.05;;;;;seeds collected by Ute Schadek (Oldenburg); Cerastium fontanum s. vulgare;44993;unknown;generative dispersule;1.72;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.72;;;;1;Tackenberg (2001); Cerastium fontanum s. vulgare;44993;unknown;generative dispersule;1.63;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.63;;;;1;Tackenberg (2001); Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.57;1.8;1.26;1.56;;Preaggregated data obtained from single record.; Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.38;;;;;; Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;; Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.84;;;;;; Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.64;;;;;; Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.46;;;;;; Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.57;;;;;; Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.53;;;;;; Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.53;;;;;; Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.26;;;;;; Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.59;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.59;;;;;; Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;9;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.22;2.5;1.84;2.29;;Preaggregated data obtained from single record.; Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.8;;;;;; Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.75;;;;;; Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;; Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;; Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.95;;;;;; Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Cerastium glomeratum;17356;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.25;;;;;; Cerastium latifolium;17367;actual measurement;one-seeded generative dispersule;2.21;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.21;2.48;2;;;; Cerastium latifolium;17367;unknown;generative dispersule;1.4172;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.4172;1.6315;1.203;;1;Tackenberg (unpublished data); Cerastium semidecandrum;15651;unknown;generative dispersule;1.38;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.38;;;;1;Tackenberg (2001); Cerastium semidecandrum;15651;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.37;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.37;;;;;seeds collected by Ute Schadek (Oldenburg); Cerastium semidecandrum;15651;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.26;;;;;seeds collected by Ute Schadek (Oldenburg); Cerastium semidecandrum;15651;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.34;;;;;seeds collected by Ute Schadek (Oldenburg); Cerastium semidecandrum;15651;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.32;1.64;1.04;1.3;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Cerastium semidecandrum;15651;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.64;;;;;seeds collected by Ute Schadek (Oldenburg); Cerastium semidecandrum;15651;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.6;;;;;seeds collected by Ute Schadek (Oldenburg); Cerastium semidecandrum;15651;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.32;;;;;seeds collected by Ute Schadek (Oldenburg); Cerastium semidecandrum;15651;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.04;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.04;;;;;seeds collected by Ute Schadek (Oldenburg); Cerastium semidecandrum;15651;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.21;;;;;seeds collected by Ute Schadek (Oldenburg); Cerastium semidecandrum;15651;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.27;;;;;seeds collected by Ute Schadek (Oldenburg); Cerastium semidecandrum;15651;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.11;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.11;;;;;seeds collected by Ute Schadek (Oldenburg); Cerastium uniflorum;15656;unknown;generative dispersule;1.4952;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.4952;;;;1;Tackenberg (unpublished data); Cerastium uniflorum;15656;unknown;generative dispersule;1.2631;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.2631;1.3835;1.1428;;1;Tackenberg (unpublished data); Cerastium uniflorum;15656;unknown;generative dispersule;1.432;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.432;1.7507;1.1134;;1;Lutz (unpublished data); Chaenorhinum minus;33202;actual measurement;one-seeded generative dispersule;1.7;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.7;1.79;1.62;;;; Chaerophyllum bulbosum;1394;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.55;3.85;3.05;3.62;;Preaggregated data obtained from single record.; Chaerophyllum bulbosum;1394;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Chaerophyllum bulbosum;1394;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Chaerophyllum bulbosum;1394;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Chaerophyllum bulbosum;1394;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Chaerophyllum bulbosum;1394;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Chaerophyllum bulbosum;1394;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Chaerophyllum bulbosum;1394;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Chaerophyllum bulbosum;1394;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Chaerophyllum bulbosum;1394;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.85;;;;;; Chaerophyllum bulbosum;1394;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Chaerophyllum hirsutum;1398;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Chaerophyllum hirsutum;1398;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Chaerophyllum hirsutum;1398;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Chaerophyllum hirsutum;1398;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Chaerophyllum hirsutum;1398;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Chaerophyllum hirsutum;1398;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Chaerophyllum hirsutum;1398;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;3.29;2.75;3.09;;Preaggregated data obtained from single record.; Chaerophyllum hirsutum;1398;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Chaerophyllum hirsutum;1398;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Chaerophyllum hirsutum;1398;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Chaerophyllum hirsutum;1398;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Chaerophyllum temulum;59605;actual measurement;one-seeded generative dispersule;3.75;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.75;3.97;3.47;;;; Chaerophyllum temulum;59605;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Chaerophyllum temulum;59605;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Chaerophyllum temulum;59605;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Chaerophyllum temulum;59605;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Chaerophyllum temulum;59605;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.37;3.52;2.94;3.38;;Preaggregated data obtained from single record.; Chaerophyllum temulum;59605;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.21;;;;;; Chaerophyllum temulum;59605;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Chaerophyllum temulum;59605;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Chaerophyllum temulum;59605;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Chaerophyllum temulum;59605;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Chaerophyllum temulum;59605;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Chamaecytisus hirsutus;19731;actual measurement;one-seeded generative dispersule;4.43;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.43;4.63;4.17;;;; Chamaecytisus purpureus;22372;actual measurement;one-seeded generative dispersule;4.47;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.47;4.72;3.85;;;; Chamaedaphne calyculata;19530;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.8;;;;;; Chamaedaphne calyculata;19530;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.56;;;;;; Chamaedaphne calyculata;19530;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.53;;;;;; Chamaedaphne calyculata;19530;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.43;;;;;; Chamaedaphne calyculata;19530;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.67;;;;;; Chamaedaphne calyculata;19530;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.64;;;;;; Chamaedaphne calyculata;19530;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.58;;;;;; Chamaedaphne calyculata;19530;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.23;;;;;; Chamaedaphne calyculata;19530;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.87;;;;;; Chamaedaphne calyculata;19530;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.68;;;;;; Chamaedaphne calyculata;19530;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.61;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.6;1.87;1.23;1.61;;Preaggregated data obtained from single record.; Chamaespartium sagittale;21791;unknown;generative dispersule;3.63;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.63;;;;1;Maurer & Stöcklin (unpublished); Chamomilla recutita;5994;actual measurement;one-seeded generative dispersule;2.5;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.5;2.81;2.25;;;; Chamomilla recutita;5994;actual measurement;one-seeded generative dispersule;.91;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.91;1.18;.71;;;; Chamomilla suaveolens;5904;actual measurement (following LEDA data standards);germinule;2.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Chamomilla suaveolens;5904;actual measurement (following LEDA data standards);germinule;2.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Chamomilla suaveolens;5904;actual measurement (following LEDA data standards);germinule;2;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2;;;;;; Chamomilla suaveolens;5904;actual measurement (following LEDA data standards);germinule;2.07;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.07;;;;;; Chamomilla suaveolens;5904;actual measurement (following LEDA data standards);germinule;2.34;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.34;;;;;; Chamomilla suaveolens;5904;actual measurement (following LEDA data standards);germinule;2.12;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.12;;;;;; Chamomilla suaveolens;5904;actual measurement (following LEDA data standards);germinule;2.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Chamomilla suaveolens;5904;actual measurement (following LEDA data standards);germinule;2.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.03;;;;;; Chamomilla suaveolens;5904;actual measurement (following LEDA data standards);germinule;2.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.03;;;;;; Chamomilla suaveolens;5904;actual measurement (following LEDA data standards);germinule;2.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.1;;;;;; Chamomilla suaveolens;5904;actual measurement (following LEDA data standards);germinule;2.06;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.1;2.34;2;2.06;;Preaggregated data obtained from single record.; Chamomilla suaveolens;5904;actual measurement;one-seeded generative dispersule;1.98;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.98;2.29;1.76;;;; Chelidonium majus;25435;actual measurement;one-seeded generative dispersule;3.56;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.56;3.73;3.42;;;; Chenopodium album;17842;actual measurement;unknown;2.63;10;actual fall rate in still air;unknown;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.63;3.09;2.17;;;; Chenopodium album;17842;unknown;generative dispersule;2.58;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.58;;;;1;Tackenberg (2001); Chenopodium album;17842;actual measurement;unknown;3.41;10;actual fall rate in still air;unknown;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.41;4.17;2.1;;;; Chenopodium album;17842;unknown;generative dispersule;2.635;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.635;2.71;2.56;;1;Jongejans & Schippers (1999); Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.45;3.62;3.29;3.42;;Preaggregated data obtained from single record.seeds with bracts; Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.97;;;;;seeds collected by Michael Kleyer (Oldenburg); Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;seeds collected by Michael Kleyer (Oldenburg); Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;seeds collected by Michael Kleyer (Oldenburg); Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;seeds collected by Michael Kleyer (Oldenburg); Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;seeds collected by Michael Kleyer (Oldenburg); Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;seeds collected by Michael Kleyer (Oldenburg); Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;seeds collected by Michael Kleyer (Oldenburg); Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;seeds collected by Michael Kleyer (Oldenburg); Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;seeds collected by Michael Kleyer (Oldenburg); Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.85;;;;;seeds collected by Michael Kleyer (Oldenburg); Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;seeds with bracts; Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;seeds with bracts; Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;seeds with bracts; Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;seeds with bracts; Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;seeds with bracts; Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;seeds with bracts; Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;seeds with bracts; Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;seeds with bracts; Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;seeds with bracts; Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;seeds with bracts; Chenopodium bonus-henricus;17724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.5;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.49;3.97;2.91;3.5;;Preaggregated data obtained from single record.seeds collected by Michael Kleyer (Oldenburg); Chenopodium ficifolium;17866;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;seeds with bracts; Chenopodium ficifolium;17866;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;seeds with bracts; Chenopodium ficifolium;17866;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;seeds with bracts; Chenopodium ficifolium;17866;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;seeds with bracts; Chenopodium ficifolium;17866;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;2.75;2.5;2.58;;Preaggregated data obtained from single record.seeds with bracts; Chenopodium ficifolium;17866;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;seeds with bracts; Chenopodium ficifolium;17866;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;seeds with bracts; Chenopodium ficifolium;17866;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;seeds with bracts; Chenopodium ficifolium;17866;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;seeds with bracts; Chenopodium ficifolium;17866;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;seeds with bracts; Chenopodium ficifolium;17866;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;seeds with bracts; Chenopodium glaucum;17874;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;seeds with bracts; Chenopodium glaucum;17874;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;seeds with bracts; Chenopodium glaucum;17874;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.14;;;;;seeds with bracts; Chenopodium glaucum;17874;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.11;2.43;1.77;2.08;;Preaggregated data obtained from single record.seeds with bracts; Chenopodium glaucum;17874;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;seeds with bracts; Chenopodium glaucum;17874;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.84;;;;;seeds with bracts; Chenopodium glaucum;17874;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;seeds with bracts; Chenopodium glaucum;17874;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;seeds with bracts; Chenopodium glaucum;17874;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;seeds with bracts; Chenopodium glaucum;17874;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.77;;;;;seeds with bracts; Chenopodium glaucum;17874;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.84;;;;;seeds with bracts; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);germinule;1.54;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.54;;;;;cleaned seeds; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);germinule;1.75;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.75;;;;;cleaned seeds; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);germinule;1.35;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.35;;;;;cleaned seeds; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);germinule;1.64;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.64;;;;;cleaned seeds; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);germinule;1.69;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.69;;;;;cleaned seeds; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);germinule;1.82;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.82;;;;;cleaned seeds; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);germinule;1.79;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.79;;;;;cleaned seeds; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);germinule;1.56;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.56;;;;;cleaned seeds; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);germinule;1.52;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.52;;;;;cleaned seeds; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);germinule;1.57;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.57;;;;;cleaned seeds; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);germinule;1.61;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.62;1.82;1.35;1.61;;Preaggregated data obtained from single record.cleaned seeds; Chenopodium rubrum;17729;actual measurement;unknown;2.68;10;actual fall rate in still air;unknown;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.68;2.98;2.38;;;; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.04;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.1;2.55;1.72;2.04;;Preaggregated data obtained from single record.; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.77;;;;;; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.92;;;;;; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.48;;;;;; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.02;;;;;; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.23;;;;;; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.72;;;;;; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.97;;;;;; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.27;;;;;; Chenopodium rubrum;17729;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.55;;;;;; Chondrilla juncea;5390;actual measurement (following LEDA data standards);one-seeded generative dispersule;.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.42;;;;;; Chondrilla juncea;5390;actual measurement (following LEDA data standards);one-seeded generative dispersule;.64;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.64;;;;;; Chondrilla juncea;5390;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.5;;;;;; Chondrilla juncea;5390;actual measurement (following LEDA data standards);one-seeded generative dispersule;.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.57;;;;;; Chondrilla juncea;5390;actual measurement (following LEDA data standards);one-seeded generative dispersule;.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.6;;;;;; Chondrilla juncea;5390;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.32;;;;;; Chondrilla juncea;5390;actual measurement (following LEDA data standards);one-seeded generative dispersule;.58;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.55;.76;.32;.58;;Preaggregated data obtained from single record.; Chondrilla juncea;5390;actual measurement (following LEDA data standards);one-seeded generative dispersule;.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.62;;;;;; Chondrilla juncea;5390;actual measurement (following LEDA data standards);one-seeded generative dispersule;.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.58;;;;;; Chondrilla juncea;5390;actual measurement (following LEDA data standards);one-seeded generative dispersule;.76;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.76;;;;;; Chondrilla juncea;5390;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.5;;;;;; Chondrilla juncea;5390;unknown;generative dispersule;.37;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.37;;;;1;Hensen & Müller (1997); Chondrilla juncea;5390;unknown;generative dispersule;.47;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.47;;;;1;Tackenberg (2001); Chrysanthemum coronarium;3460;actual measurement;one-seeded generative dispersule;4.1;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.1;4.24;3.97;;;; Chrysanthemum segetum;3728;actual measurement;one-seeded generative dispersule;3.64;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.64;3.79;3.42;;;; Chrysopogon gryllus;40645;actual measurement;one-seeded generative dispersule;2.06;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.06;2.78;1.48;;;; Cicerbita alpina;2692;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.83;;;;;; Cicerbita alpina;2692;actual measurement (following LEDA data standards);one-seeded generative dispersule;.99;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.99;;;;;; Cicerbita alpina;2692;actual measurement (following LEDA data standards);one-seeded generative dispersule;.94;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.94;;;;;; Cicerbita alpina;2692;actual measurement (following LEDA data standards);one-seeded generative dispersule;.36;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.36;;;;;; Cicerbita alpina;2692;actual measurement (following LEDA data standards);one-seeded generative dispersule;.36;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.36;;;;;; Cicerbita alpina;2692;actual measurement (following LEDA data standards);one-seeded generative dispersule;.75;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.75;;;;;; Cicerbita alpina;2692;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.83;;;;;; Cicerbita alpina;2692;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1;;;;;; Cicerbita alpina;2692;actual measurement (following LEDA data standards);one-seeded generative dispersule;.56;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.56;;;;;; Cicerbita alpina;2692;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.02;;;;;; Cicerbita alpina;2692;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.76;1.02;.36;.83;;Preaggregated data obtained from single record.; Cicerbita macrophylla;3060;actual measurement;one-seeded generative dispersule;.29;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.29;.39;.22;;;; Cichorium intybus;2694;actual measurement;one-seeded generative dispersule;3.45;5;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.45;3.68;3.13;;;; Cichorium intybus;2694;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;; Cichorium intybus;2694;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;; Cichorium intybus;2694;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;; Cichorium intybus;2694;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;; Cichorium intybus;2694;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;; Cichorium intybus;2694;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Cichorium intybus;2694;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;; Cichorium intybus;2694;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.78;;;;;; Cichorium intybus;2694;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.07;;;;;; Cichorium intybus;2694;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;; Cichorium intybus;2694;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.57;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.52;2.87;2.07;2.57;;Preaggregated data obtained from single record.; Cichorium intybus;2694;unknown;generative dispersule;2.28;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.28;;;;1;Tackenberg (2001); Cichorium intybus;2694;unknown;generative dispersule;1.87;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.87;;;;1;Tackenberg (2001); Circaea lutetiana;26061;actual measurement;one-seeded generative dispersule;2.39;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.39;2.87;2.14;;;; Cirsium acaule;3252;unknown;generative dispersule;.387;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.387;;;;1;Munzberga (unpublished); Cirsium arvense;5024;unknown;generative dispersule;.26;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.26;;;;1;Ridley (1930); Cirsium arvense;5024;unknown;generative dispersule;.26;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.26;;;;1;Müller-Schneider (1977); Cirsium arvense;5024;unknown;generative dispersule;.37;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.37;;;;1;Luftensteiner (1982); Cirsium arvense;5024;unknown;generative dispersule;.25;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.25;;;;1;Tackenberg (2001); Cirsium arvense;5024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.28;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.28;.33;.26;.28;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Cirsium arvense;5024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.27;;;;;seeds collected by Ute Schadek (Oldenburg); Cirsium arvense;5024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.28;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.28;;;;;seeds collected by Ute Schadek (Oldenburg); Cirsium arvense;5024;actual measurement;one-seeded generative dispersule;.23;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.23;;;;;; Cirsium arvense;5024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.26;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.26;;;;;seeds collected by Ute Schadek (Oldenburg); Cirsium arvense;5024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.28;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.28;;;;;seeds collected by Ute Schadek (Oldenburg); Cirsium arvense;5024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.27;;;;;seeds collected by Ute Schadek (Oldenburg); Cirsium arvense;5024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.3;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.3;;;;;seeds collected by Ute Schadek (Oldenburg); Cirsium arvense;5024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.31;;;;;seeds collected by Ute Schadek (Oldenburg); Cirsium arvense;5024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.26;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.26;;;;;seeds collected by Ute Schadek (Oldenburg); Cirsium arvense;5024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.33;;;;;seeds collected by Ute Schadek (Oldenburg); Cirsium arvense;5024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.26;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.26;;;;;seeds collected by Ute Schadek (Oldenburg); Cirsium arvense;5024;unknown;generative dispersule;.22;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.22;;;;1;Sheldon & Burrows (1973); Cirsium arvense;5024;unknown;generative dispersule;.23;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.23;;;;1;Askew & al. (1997); Cirsium arvense;5024;unknown;generative dispersule;.23;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.23;;;;1;Schulz & al. (1991); Cirsium dissectum;5048;actual measurement (following LEDA data standards);one-seeded generative dispersule;.45;8;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.44;.55;.38;.45;;Preaggregated data obtained from single record.; Cirsium dissectum;5048;actual measurement (following LEDA data standards);one-seeded generative dispersule;.47;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.47;;;;;; Cirsium dissectum;5048;actual measurement (following LEDA data standards);one-seeded generative dispersule;.39;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.39;;;;;; Cirsium dissectum;5048;actual measurement (following LEDA data standards);one-seeded generative dispersule;.41;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.41;;;;;; Cirsium dissectum;5048;actual measurement (following LEDA data standards);one-seeded generative dispersule;.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.38;;;;;; Cirsium dissectum;5048;actual measurement (following LEDA data standards);one-seeded generative dispersule;.48;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.48;;;;;; Cirsium dissectum;5048;actual measurement (following LEDA data standards);one-seeded generative dispersule;.57;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.57;;;;;; Cirsium dissectum;5048;actual measurement (following LEDA data standards);one-seeded generative dispersule;.56;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.56;;;;;; Cirsium dissectum;5048;actual measurement (following LEDA data standards);one-seeded generative dispersule;.64;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.64;;;;;; Cirsium dissectum;5048;actual measurement (following LEDA data standards);one-seeded generative dispersule;.44;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.44;;;;;; Cirsium dissectum;5048;actual measurement (following LEDA data standards);one-seeded generative dispersule;.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.45;;;;;; Cirsium dissectum;5048;actual measurement (following LEDA data standards);one-seeded generative dispersule;.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.45;;;;;; Cirsium dissectum;5048;actual measurement (following LEDA data standards);one-seeded generative dispersule;.57;4;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.56;.64;.48;.57;;Preaggregated data obtained from single record.; Cirsium dissectum;5048;actual measurement (following LEDA data standards);one-seeded generative dispersule;.55;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.55;;;;;; Cirsium eriophorum;2903;unknown;generative dispersule;.62;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.62;;;;1;Luftensteiner (1982); Cirsium helenioides;3067;actual measurement;one-seeded generative dispersule;.2;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.2;.22;.18;;;; Cirsium palustre;5896;unknown;generative dispersule;.32;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.32;;;;1;Müller-Schneider (1986); Cirsium palustre;5896;unknown;generative dispersule;.43;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.43;;;;1;Tackenberg (2001); Cirsium palustre;5896;unknown;generative dispersule;.34;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.34;;;;1;Sheldon & Burrows (1973); Cirsium pannonicum;4370;actual measurement;germinule;3.78;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.78;4.24;3.13;;;; Cirsium pannonicum;4370;actual measurement;one-seeded generative dispersule;.66;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.66;.87;.39;;;; Cirsium pannonicum;4370;unknown;generative dispersule;.42;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.42;;;;1;Munzberga (unpublished); Cirsium spinosissimum;3682;unknown;generative dispersule;.4997;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.4997;.58305;.41635;;1;Lutz (unpublished data); Cirsium vulgare;3737;unknown;generative dispersule;.24;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.24;;;;1;Schulz & al. (1991); Cirsium vulgare;3737;unknown;generative dispersule;.35;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.35;;;;1;Askew & al. (1997); Cirsium vulgare;3737;actual measurement (following LEDA data standards);one-seeded generative dispersule;.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.9;;;;;seeds collected by Ute Schadek (Oldenburg); Cirsium vulgare;3737;actual measurement (following LEDA data standards);one-seeded generative dispersule;.51;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.51;;;;;seeds collected by Ute Schadek (Oldenburg); Cirsium vulgare;3737;actual measurement (following LEDA data standards);one-seeded generative dispersule;.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.6;;;;;seeds collected by Ute Schadek (Oldenburg); Cirsium vulgare;3737;actual measurement (following LEDA data standards);one-seeded generative dispersule;.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.58;;;;;seeds collected by Ute Schadek (Oldenburg); Cirsium vulgare;3737;actual measurement (following LEDA data standards);one-seeded generative dispersule;.58;5;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.58;.9;.31;.58;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Cirsium vulgare;3737;actual measurement (following LEDA data standards);one-seeded generative dispersule;.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.31;;;;;seeds collected by Ute Schadek (Oldenburg); Cirsium vulgare;3737;actual measurement;one-seeded generative dispersule;.3;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.3;;;;;; Cirsium vulgare;3737;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.21;;;;;; Cirsium vulgare;3737;actual measurement (following LEDA data standards);one-seeded generative dispersule;.23;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.23;;;;;; Cirsium vulgare;3737;actual measurement (following LEDA data standards);one-seeded generative dispersule;.26;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.26;;;;;; Cirsium vulgare;3737;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.25;;;;;; Cirsium vulgare;3737;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.25;;;;;; Cirsium vulgare;3737;actual measurement (following LEDA data standards);one-seeded generative dispersule;.24;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.24;;;;;; Cirsium vulgare;3737;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.25;;;;;; Cirsium vulgare;3737;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.25;;;;;; Cirsium vulgare;3737;actual measurement (following LEDA data standards);one-seeded generative dispersule;.31;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.31;;;;;; Cirsium vulgare;3737;actual measurement (following LEDA data standards);one-seeded generative dispersule;.29;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.29;;;;;; Cirsium vulgare;3737;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.25;.31;.21;.25;;Preaggregated data obtained from single record.; Cirsium vulgare;3737;unknown;generative dispersule;.33;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.33;.36;.3;;1;Matlack (1987); Cirsium vulgare;3737;unknown;generative dispersule;.22;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.22;;;;1;Müller-Schneider (1986); Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.4;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.39;3.62;3.09;3.4;;Preaggregated data obtained from single record.; Cladium mariscus;37586;unknown;generative dispersule;2.78;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.78;;;;1;Tackenberg (2001); Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.73;;;;;; Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;; Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;; Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.56;3.73;3.38;3.57;;Preaggregated data obtained from single record.; Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;; Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Cladium mariscus;37586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Clematis alpina;27310;actual measurement;one-seeded generative dispersule;.85;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.85;1.1;.6;;;; Clematis alpina;27310;unknown;generative dispersule;1;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1;;;;1;Müller-Schneider (1986); Clematis recta;27203;actual measurement;one-seeded generative dispersule;2.75;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.75;3.13;2.21;;;; Clematis recta;27203;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Clematis recta;27203;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Clematis recta;27203;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Clematis recta;27203;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Clematis recta;27203;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Clematis recta;27203;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Clematis recta;27203;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Clematis recta;27203;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Clematis recta;27203;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Clematis recta;27203;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Clematis recta;27203;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.64;3.79;3.38;3.68;;Preaggregated data obtained from single record.; Clematis vitalba;27205;actual measurement;one-seeded generative dispersule;1.1;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.1;1.27;.87;;;; Clematis vitalba;27205;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.18;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.19;1.59;.8;1.18;;Preaggregated data obtained from single record.; Clematis vitalba;27205;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.59;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.59;;;;;; Clematis vitalba;27205;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.3;;;;;; Clematis vitalba;27205;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.05;;;;;; Clematis vitalba;27205;unknown;generative dispersule;1.1;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.1;;;;1;Luftensteiner (1982); Clematis vitalba;27205;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.35;;;;;; Clematis vitalba;27205;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.05;;;;;; Clematis vitalba;27205;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.35;;;;;; Clematis vitalba;27205;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.03;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.03;;;;;; Clematis vitalba;27205;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.34;;;;;; Clematis vitalba;27205;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.02;;;;;; Clematis vitalba;27205;actual measurement (following LEDA data standards);one-seeded generative dispersule;.8;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.8;;;;;; Clinopodium vulgare;24218;actual measurement;one-seeded generative dispersule;3.47;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.47;3.68;3.09;;;; Clinopodium vulgare;24218;actual measurement;one-seeded generative dispersule;3.52;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.52;3.73;3.38;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.29;;;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.35;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;3.01;2.05;2.35;;Preaggregated data obtained from single record.; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.87;;;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.84;;;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.55;;;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.92;;;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.92;;;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.82;;;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.72;;;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.72;;;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.82;;;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.75;;;;;; Clinopodium vulgare;24218;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.79;1.92;1.55;1.82;;Preaggregated data obtained from single record.; Cnicus benedictus;3260;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Cnicus benedictus;3260;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Cnicus benedictus;3260;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.91;;;;;; Cnicus benedictus;3260;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Cnicus benedictus;3260;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Cnicus benedictus;3260;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;5;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.85;4.24;3.29;3.91;;Preaggregated data obtained from single record.; Cnidium dubium;1405;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.6;;;;;; Cnidium dubium;1405;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.96;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;2.4;1.52;1.96;;Preaggregated data obtained from single record.; Cnidium dubium;1405;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Cnidium dubium;1405;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;; Cnidium dubium;1405;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.82;;;;;; Cnidium dubium;1405;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Cnidium dubium;1405;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;; Cnidium dubium;1405;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.29;;;;;; Cnidium dubium;1405;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.52;;;;;; Cnidium dubium;1405;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Cnidium dubium;1405;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.72;;;;;; Cochlearia danica;12875;actual measurement;one-seeded generative dispersule;2.72;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.72;3.01;2.4;;;; Cochlearia danica;12875;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.88;;;;;; Cochlearia danica;12875;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Cochlearia danica;12875;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Cochlearia danica;12875;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Cochlearia danica;12875;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Cochlearia danica;12875;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Cochlearia danica;12875;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Cochlearia danica;12875;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Cochlearia danica;12875;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Cochlearia danica;12875;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Cochlearia danica;12875;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.15;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.19;2.66;1.88;2.15;;Preaggregated data obtained from single record.; Cochlearia officinalis;14148;actual measurement;one-seeded generative dispersule;3.35;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.35;3.57;3.09;;;; Cochlearia officinalis;14148;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Cochlearia officinalis;14148;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Cochlearia officinalis;14148;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Cochlearia officinalis;14148;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Cochlearia officinalis;14148;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Cochlearia officinalis;14148;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Cochlearia officinalis;14148;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.83;3.13;2.4;2.84;;Preaggregated data obtained from single record.; Cochlearia officinalis;14148;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Cochlearia officinalis;14148;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Cochlearia officinalis;14148;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Cochlearia officinalis;14148;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Colchicum autumnale;38684;unknown;generative dispersule;2.45;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.45;;;;1;Tackenberg (2001); Colchicum autumnale;38684;unknown;generative dispersule;6.27;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);6.27;;;;1;Maurer & Stöcklin (unpublished); Coleanthus subtilis;41701;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.39;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.39;;;;;; Coleanthus subtilis;41701;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.42;;;;;; Coleanthus subtilis;41701;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.41;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.41;;;;;; Coleanthus subtilis;41701;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.5;;;;;; Coleanthus subtilis;41701;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.59;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.59;;;;;; Coleanthus subtilis;41701;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.14;;;;;; Coleanthus subtilis;41701;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.39;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.39;;;;;; Coleanthus subtilis;41701;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.4;;;;;; Coleanthus subtilis;41701;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.48;;;;;; Coleanthus subtilis;41701;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.31;;;;;; Coleanthus subtilis;41701;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.41;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.4;1.59;1.14;1.41;;Preaggregated data obtained from single record.; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Conium maculatum;1410;actual measurement;one-seeded generative dispersule;3.82;9;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.82;4.24;2.29;;;; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.4;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.35;3.57;2.75;3.4;;Preaggregated data obtained from single record.; Conium maculatum;1410;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;3.47;2.72;3.29;;Preaggregated data obtained from single record.; Conopodium majus;1346;actual measurement;one-seeded generative dispersule;3.93;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.93;4.24;3.52;;;; Convallaria majalis;39099;actual measurement;germinule;5.01;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.01;5.1;4.9;;;; Convallaria majalis;39099;actual measurement;one-seeded generative dispersule;4.95;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.95;5.1;4.72;;;; Convolvulus althaeoides;18964;actual measurement;one-seeded generative dispersule;4.84;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.84;5.1;4.46;;;; Convolvulus arvensis;18911;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.97;;;;;; Convolvulus arvensis;18911;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.1;;;;;; Convolvulus arvensis;18911;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;; Convolvulus arvensis;18911;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.05;4.24;3.91;4.03;;Preaggregated data obtained from single record.; Convolvulus arvensis;18911;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.91;;;;;; Convolvulus arvensis;18911;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;; Convolvulus arvensis;18911;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.97;;;;;; Convolvulus arvensis;18911;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;; Convolvulus arvensis;18911;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;; Convolvulus arvensis;18911;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;; Convolvulus arvensis;18911;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;; Convolvulus arvensis;18911;actual measurement;one-seeded generative dispersule;4.88;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.88;5;4.81;;;; Conyza bonariensis;2911;unknown;generative dispersule;.29;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.29;;;;1;Andersen (1992); Conyza canadensis;5194;actual measurement;one-seeded generative dispersule;.29;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.29;;;;;; Conyza canadensis;5194;unknown;generative dispersule;.21;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.21;;;;1;Müller-Schneider (1986); Conyza canadensis;5194;unknown;generative dispersule;.49;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.49;;;;1;Tackenberg (2001); Conyza canadensis;5194;unknown;generative dispersule;.29;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.29;;;;1;Schulz & al. (1991); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.2;;;;;seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.21;;;;;seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.22;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.22;;;;;seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.2;;;;;seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.22;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.22;;;;;seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.27;;;;;seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.31;;;;;seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.26;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.26;;;;;seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.18;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.18;;;;;seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.26;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.25;.31;.18;.26;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.22;.25;.2;.21;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.26;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.26;;;;;seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.29;;;;;seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.2;;;;;seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.21;;;;;seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.24;;;;;seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.22;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.22;;;;;seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.21;;;;;seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.25;;;;;seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.21;;;;;seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;unknown;generative dispersule;.28;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.28;;;;1;Andersen (1993); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.26;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.26;;;;;seeds collected by Ute Schadek (Oldenburg); Conyza canadensis;5194;actual measurement (following LEDA data standards);one-seeded generative dispersule;.28;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.28;;;;;seeds collected by Ute Schadek (Oldenburg); Corallorhiza trifida;39481;unknown;generative dispersule;.22;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.22;;;;1;Müller-Schneider (1986); Corallorhiza trifida;39481;unknown;generative dispersule;.21;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.21;;;;1;Müller-Schneider (1977); Coriandrum sativum;2310;actual measurement;one-seeded generative dispersule;4.71;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.71;;;;;cultivated; Corispermum intermedium;17909;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.74;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.82;3.21;2.5;2.74;;Preaggregated data obtained from single record.; Corispermum intermedium;17909;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;; Corispermum intermedium;17909;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Corispermum intermedium;17909;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;; Corispermum intermedium;17909;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.78;;;;;; Corispermum intermedium;17909;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Corispermum intermedium;17909;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;; Corispermum intermedium;17909;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.69;;;;;; Corispermum intermedium;17909;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Corispermum intermedium;17909;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.69;;;;;; Corispermum intermedium;17909;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.69;;;;;; Coronilla coronata;21803;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Coronilla coronata;21803;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Coronilla coronata;21803;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Coronilla coronata;21803;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Coronilla coronata;21803;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Coronilla coronata;21803;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.6;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.56;3.68;3.25;3.6;;Preaggregated data obtained from single record.; Coronilla coronata;21803;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.57;;;;;; Coronilla coronata;21803;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Coronilla coronata;21803;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Coronilla coronata;21803;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Coronilla coronata;21803;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Coronilla coronata;21803;actual measurement (following LEDA data standards);generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;fruits; Coronilla coronata;21803;actual measurement (following LEDA data standards);generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;fruits; Coronilla coronata;21803;actual measurement (following LEDA data standards);generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;fruits; Coronilla coronata;21803;actual measurement;one-seeded generative dispersule;4.33;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.33;4.55;4.17;;;; Coronilla coronata;21803;actual measurement (following LEDA data standards);generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;fruits; Coronilla coronata;21803;actual measurement (following LEDA data standards);generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.03;;;;;fruits; Coronilla coronata;21803;actual measurement (following LEDA data standards);generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;fruits; Coronilla coronata;21803;actual measurement (following LEDA data standards);generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;fruits; Coronilla coronata;21803;actual measurement (following LEDA data standards);generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.03;;;;;fruits; Coronilla coronata;21803;actual measurement (following LEDA data standards);generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;fruits; Coronilla coronata;21803;actual measurement (following LEDA data standards);generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;fruits; Coronilla coronata;21803;actual measurement (following LEDA data standards);generative dispersule;3.85;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;4.03;3.57;3.85;;Preaggregated data obtained from single record.fruits; Coronilla emerus;21806;actual measurement;one-seeded generative dispersule;4.46;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.46;4.63;4.1;;;; Coronilla emerus;21806;actual measurement;one-seeded generative dispersule;3.46;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.46;3.73;3.09;;;; Coronilla vaginalis;21349;unknown;generative dispersule;2.36;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.36;;;;1;Tackenberg (2001); Coronilla vaginalis;21349;actual measurement;one-seeded generative dispersule;4.36;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.36;4.63;4.17;;;; Coronilla varia;21810;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Coronilla varia;21810;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Coronilla varia;21810;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Coronilla varia;21810;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Coronilla varia;21810;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Coronilla varia;21810;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.57;;;;;; Coronilla varia;21810;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Coronilla varia;21810;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.43;3.68;3.25;3.42;;Preaggregated data obtained from single record.; Coronilla varia;21810;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Coronilla varia;21810;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Coronilla varia;21810;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.57;;;;;; Coronilla varia;21810;actual measurement;one-seeded generative dispersule;3.84;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.84;4.17;3.57;;;; Coronopus didymus;13200;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Coronopus didymus;13200;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Coronopus didymus;13200;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Coronopus didymus;13200;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Coronopus didymus;13200;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Coronopus didymus;13200;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Coronopus didymus;13200;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.74;2.84;2.6;2.78;;Preaggregated data obtained from single record.; Coronopus didymus;13200;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Coronopus didymus;13200;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Coronopus didymus;13200;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Coronopus didymus;13200;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Coronopus didymus;13200;actual measurement;one-seeded generative dispersule;3.07;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.07;3.38;2.78;;;; Coronopus squamatus;14154;actual measurement;one-seeded generative dispersule;3.02;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.02;3.38;2.72;;;; Coronopus squamatus;14154;actual measurement;one-seeded generative dispersule;3.02;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.02;3.38;2.72;;;; Corrigiola litoralis;15658;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.6;;;;;with persistent sepals; Corrigiola litoralis;15658;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.58;;;;;with persistent sepals; Corrigiola litoralis;15658;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.61;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.61;;;;;with persistent sepals; Corrigiola litoralis;15658;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.57;;;;;with persistent sepals; Corrigiola litoralis;15658;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.53;;;;;with persistent sepals; Corrigiola litoralis;15658;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.48;;;;;with persistent sepals; Corrigiola litoralis;15658;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.32;;;;;with persistent sepals; Corrigiola litoralis;15658;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.48;;;;;with persistent sepals; Corrigiola litoralis;15658;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.7;;;;;with persistent sepals; Corrigiola litoralis;15658;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.45;;;;;with persistent sepals; Corrigiola litoralis;15658;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.53;1.7;1.32;1.55;;Preaggregated data obtained from single record.with persistent sepals; Corydalis solida;25469;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Corydalis solida;25469;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Corydalis solida;25469;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Corydalis solida;25469;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Corydalis solida;25469;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Corydalis solida;25469;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Corydalis solida;25469;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Corydalis solida;25469;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Corydalis solida;25469;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Corydalis solida;25469;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Corydalis solida;25469;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.55;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.55;3.68;3.42;3.55;;Preaggregated data obtained from single record.; Corynephorus canescens;41702;unknown;generative dispersule;1.38;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.38;;;;1;Tackenberg (2001); Cotula coronopifolia;5009;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.47;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.44;1.55;1.13;1.47;;Preaggregated data obtained from single record.; Cotula coronopifolia;5009;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.51;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.51;;;;;; Cotula coronopifolia;5009;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.46;;;;;; Cotula coronopifolia;5009;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Cotula coronopifolia;5009;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.51;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.51;;;;;; Cotula coronopifolia;5009;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.45;;;;;; Cotula coronopifolia;5009;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.43;;;;;; Cotula coronopifolia;5009;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.47;;;;;; Cotula coronopifolia;5009;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.49;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.49;;;;;; Cotula coronopifolia;5009;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.38;;;;;; Cotula coronopifolia;5009;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.13;;;;;; Crepis biennis;4230;actual measurement;one-seeded generative dispersule;.69;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.69;1.21;.33;;;; Crepis biennis;4230;unknown;generative dispersule;.34;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.34;.37;.31;;1;Schulz & al. (1991); Crepis biennis;4230;unknown;generative dispersule;1.02;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.02;;;;1;Tackenberg (2001); Crepis biennis;4230;unknown;generative dispersule;.69;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.69;;;;1;Müller-Schneider (1986); Crepis biennis;4230;actual measurement (following LEDA data standards);one-seeded generative dispersule;.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.69;;;;;seeds collected by Michael Kleyer (Oldenburg); Crepis biennis;4230;actual measurement (following LEDA data standards);one-seeded generative dispersule;.67;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.67;;;;;seeds collected by Michael Kleyer (Oldenburg); Crepis biennis;4230;actual measurement (following LEDA data standards);one-seeded generative dispersule;.67;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.67;;;;;seeds collected by Michael Kleyer (Oldenburg); Crepis biennis;4230;actual measurement (following LEDA data standards);one-seeded generative dispersule;.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.66;;;;;seeds collected by Michael Kleyer (Oldenburg); Crepis biennis;4230;actual measurement (following LEDA data standards);one-seeded generative dispersule;.54;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.54;;;;;seeds collected by Michael Kleyer (Oldenburg); Crepis biennis;4230;actual measurement (following LEDA data standards);one-seeded generative dispersule;.86;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.86;;;;;seeds collected by Michael Kleyer (Oldenburg); Crepis biennis;4230;actual measurement (following LEDA data standards);one-seeded generative dispersule;.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.78;;;;;seeds collected by Michael Kleyer (Oldenburg); Crepis biennis;4230;actual measurement (following LEDA data standards);one-seeded generative dispersule;.54;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.54;;;;;seeds collected by Michael Kleyer (Oldenburg); Crepis biennis;4230;actual measurement (following LEDA data standards);one-seeded generative dispersule;.67;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.65;.86;.48;.67;;Preaggregated data obtained from single record.seeds collected by Michael Kleyer (Oldenburg); Crepis biennis;4230;actual measurement (following LEDA data standards);one-seeded generative dispersule;.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.62;;;;;seeds collected by Michael Kleyer (Oldenburg); Crepis biennis;4230;actual measurement (following LEDA data standards);one-seeded generative dispersule;.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.48;;;;;seeds collected by Michael Kleyer (Oldenburg); Crepis biennis;4230;unknown;generative dispersule;1.5;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.5;;;;1;Maurer & Stöcklin (unpublished); Crepis capillaris;3071;unknown;generative dispersule;.42;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.42;;;;1;Jongejans & Schippers (1999); Crepis capillaris;3071;actual measurement;one-seeded generative dispersule;.36;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.36;.41;.33;;;; Crepis foetida;3405;actual measurement;germinule;2.21;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.21;2.38;2.07;;;; Crepis mollis;5768;unknown;generative dispersule;.54;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.54;;;;1;Tackenberg (2001); Crepis paludosa;5882;actual measurement (following LEDA data standards);one-seeded generative dispersule;.79;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.79;;;;;; Crepis paludosa;5882;actual measurement (following LEDA data standards);one-seeded generative dispersule;.81;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.81;;;;;; Crepis paludosa;5882;actual measurement (following LEDA data standards);one-seeded generative dispersule;.8;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.8;;;;;; Crepis paludosa;5882;actual measurement (following LEDA data standards);one-seeded generative dispersule;.85;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.85;;;;;; Crepis paludosa;5882;unknown;generative dispersule;.11;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.11;;;;1;Tackenberg (2001); Crepis paludosa;5882;actual measurement (following LEDA data standards);one-seeded generative dispersule;.81;9;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.77;.92;.54;.81;;Preaggregated data obtained from single record.; Crepis paludosa;5882;actual measurement (following LEDA data standards);one-seeded generative dispersule;.92;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.92;;;;;; Crepis paludosa;5882;actual measurement (following LEDA data standards);one-seeded generative dispersule;.81;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.81;;;;;; Crepis paludosa;5882;actual measurement (following LEDA data standards);one-seeded generative dispersule;.59;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.59;;;;;; Crepis paludosa;5882;actual measurement (following LEDA data standards);one-seeded generative dispersule;.84;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.84;;;;;; Crepis paludosa;5882;actual measurement (following LEDA data standards);one-seeded generative dispersule;.54;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.54;;;;;; Crepis praemorsa;2633;unknown;generative dispersule;1.3;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.3;;;;1;Maurer & Stöcklin (unpublished); Crepis praemorsa s. corymbosa;5875;actual measurement;one-seeded generative dispersule;.6;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.6;.8;.47;;;; Crepis terglouensis;4938;unknown;generative dispersule;.78903;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.78903;.93101;.64704;;1;Tackenberg (unpublished data); Crepis vesicaria;3710;actual measurement;one-seeded generative dispersule;.4;7;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.4;.6;.28;;;; Crithmum maritimum;1350;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.87;;;;;; Crithmum maritimum;1350;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.81;;;;;; Crithmum maritimum;1350;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Crithmum maritimum;1350;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.84;;;;;; Crithmum maritimum;1350;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Crithmum maritimum;1350;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.81;;;;;; Crithmum maritimum;1350;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.77;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;2.87;2.31;2.77;;Preaggregated data obtained from single record.; Crithmum maritimum;1350;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Crithmum maritimum;1350;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Crithmum maritimum;1350;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Crithmum maritimum;1350;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Cruciata glabra;31855;unknown;generative dispersule;2.45;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.45;;;;1;Tackenberg (2001); Cruciata glabra;31855;actual measurement;one-seeded generative dispersule;4.08;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.08;4.24;3.97;;;; Cruciata laevipes;32133;actual measurement;one-seeded generative dispersule;4.53;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.53;4.63;4.31;;;; Cryptomeria japonica;853;actual measurement;one-seeded generative dispersule;2.84;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.84;;;;;cultivated; Cuscuta campestris;18871;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.36;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.34;3.47;3.16;3.36;;Preaggregated data obtained from single record.; Cuscuta campestris;18871;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Cuscuta campestris;18871;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;; Cuscuta campestris;18871;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Cuscuta campestris;18871;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;; Cuscuta campestris;18871;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Cuscuta campestris;18871;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Cuscuta campestris;18871;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Cuscuta campestris;18871;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Cuscuta campestris;18871;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;; Cuscuta campestris;18871;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;; Cuscuta europaea;18822;actual measurement (following LEDA data standards);germinule;2.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Cuscuta europaea;18822;actual measurement (following LEDA data standards);germinule;2.84;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.84;;;;;; Cuscuta europaea;18822;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Cuscuta europaea;18822;actual measurement (following LEDA data standards);germinule;2.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Cuscuta europaea;18822;actual measurement (following LEDA data standards);germinule;2.96;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;3.38;2.58;2.96;;Preaggregated data obtained from single record.; Cuscuta europaea;18822;actual measurement (following LEDA data standards);germinule;2.58;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.58;;;;;; Cuscuta europaea;18822;actual measurement (following LEDA data standards);germinule;3.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.21;;;;;; Cuscuta europaea;18822;actual measurement (following LEDA data standards);germinule;2.78;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Cuscuta europaea;18822;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Cuscuta europaea;18822;actual measurement (following LEDA data standards);germinule;3.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.21;;;;;; Cuscuta europaea;18822;actual measurement (following LEDA data standards);germinule;2.87;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.87;;;;;; Cuscuta europaea;18822;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;; Cuscuta europaea;18822;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Cuscuta europaea;18822;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;; Cuscuta europaea;18822;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Cuscuta europaea;18822;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Cuscuta europaea;18822;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;; Cuscuta europaea;18822;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.48;3.57;3.38;3.47;;Preaggregated data obtained from single record.; Cuscuta europaea;18822;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Cuscuta europaea;18822;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Cuscuta europaea;18822;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Cuscuta europaea;18822;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Cutandia maritima;40975;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Cutandia maritima;40975;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Cutandia maritima;40975;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.79;3.01;2.5;2.81;;Preaggregated data obtained from single record.; Cutandia maritima;40975;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Cutandia maritima;40975;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Cutandia maritima;40975;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Cutandia maritima;40975;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Cutandia maritima;40975;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Cutandia maritima;40975;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Cutandia maritima;40975;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Cutandia maritima;40975;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Cymbalaria pallida;33229;actual measurement;one-seeded generative dispersule;2.56;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.56;2.69;2.19;;;; Cynodon dactylon;41221;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.34;;;;;; Cynodon dactylon;41221;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.09;;;;;; Cynodon dactylon;41221;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.01;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.08;1.45;.93;1.01;;Preaggregated data obtained from single record.; Cynodon dactylon;41221;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.02;;;;;; Cynodon dactylon;41221;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.97;;;;;; Cynodon dactylon;41221;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1;;;;;; Cynodon dactylon;41221;actual measurement (following LEDA data standards);one-seeded generative dispersule;.93;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.93;;;;;; Cynodon dactylon;41221;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1;;;;;; Cynodon dactylon;41221;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.03;;;;;; Cynodon dactylon;41221;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.97;;;;;; Cynodon dactylon;41221;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.45;;;;;; Cynoglossum officinale;12519;actual measurement (following LEDA data standards);one-seeded generative dispersule;4;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.98;4.24;3.68;4;;Preaggregated data obtained from single record.; Cynoglossum officinale;12519;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.79;;;;;; Cynoglossum officinale;12519;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Cynoglossum officinale;12519;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.97;;;;;; Cynoglossum officinale;12519;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.17;;;;;; Cynoglossum officinale;12519;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Cynoglossum officinale;12519;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Cynoglossum officinale;12519;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.97;;;;;; Cynoglossum officinale;12519;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.85;;;;;; Cynoglossum officinale;12519;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Cynoglossum officinale;12519;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.17;;;;;; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.29;;;;;; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;;;;;; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.68;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.65;2.94;2.45;2.68;;Preaggregated data obtained from single record.; Cynosurus cristatus;40659;unknown;generative dispersule;1.94;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.94;;;;1;Tackenberg (2001); Cynosurus cristatus;40659;unknown;generative dispersule;1.26;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.26;;;;1;Tackenberg (2001); Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.99;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.03;2.29;1.8;1.99;;Preaggregated data obtained from single record.; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.27;;;;;; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.91;;;;;; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.69;;;;;; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.85;;;;;; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.91;;;;;; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2;;;;;; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.12;;;;;; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.8;;;;;; Cynosurus cristatus;40659;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.98;;;;;; Cynosurus cristatus;40659;actual measurement;one-seeded generative dispersule;2.73;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.73;3.01;2.4;;;; Cyperus flavescens;37602;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;; Cyperus flavescens;37602;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.14;;;;;; Cyperus flavescens;37602;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.09;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.11;2.23;2.03;2.09;;Preaggregated data obtained from single record.; Cyperus flavescens;37602;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Cyperus flavescens;37602;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Cyperus flavescens;37602;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Cyperus flavescens;37602;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Cyperus flavescens;37602;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.03;;;;;; Cyperus flavescens;37602;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Cyperus flavescens;37602;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.03;;;;;; Cyperus flavescens;37602;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Cyperus fuscus;37606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.28;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.28;;;;;; Cyperus fuscus;37606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.3;;;;;; Cyperus fuscus;37606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Cyperus fuscus;37606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.43;;;;;; Cyperus fuscus;37606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.27;;;;;; Cyperus fuscus;37606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;;;;;; Cyperus fuscus;37606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.31;;;;;; Cyperus fuscus;37606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.31;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;1.55;1.27;1.31;;Preaggregated data obtained from single record.; Cyperus fuscus;37606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.32;;;;;; Cyperus fuscus;37606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.31;;;;;; Cyperus fuscus;37606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.3;;;;;; Cypripedium calceolus;39484;unknown;generative dispersule;.25;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.25;;;;1;Müller-Schneider (1986); Cytisus scoparius;21757;actual measurement;one-seeded generative dispersule;4.53;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.53;4.81;4.24;;;; Cytisus sessilifolius;20935;actual measurement;one-seeded generative dispersule;4.54;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.54;4.72;4.17;;;; Dactylis glomerata;40290;actual measurement;one-seeded generative dispersule;2.84;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.84;3.29;2.29;;;; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.6;;;;;; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.78;;;;;; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.69;;;;;; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.63;;;;;; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.81;;;;;; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.66;;;;;; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.72;;;;;; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.84;;;;;; Dactylis glomerata;40290;actual measurement;one-seeded generative dispersule;2.39;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.39;2.55;2.23;;;; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.66;;;;;; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.38;;;;;; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.68;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.68;2.84;2.38;2.68;;Preaggregated data obtained from single record.; Dactylis glomerata;40290;unknown;generative dispersule;1.37;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.37;;;;1;Tackenberg (2001); Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.56;2;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.56;2.63;2.48;2.56;;Preaggregated data obtained from single record.only 2 viable seeds. seeds collected by Ute Schadek (Oldenburg); Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;seeds collected by Ute Schadek (Oldenburg); Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;seeds collected by Ute Schadek (Oldenburg); Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;seeds collected by Ute Schadek (Oldenburg); Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;seeds collected by Ute Schadek (Oldenburg); Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;seeds collected by Ute Schadek (Oldenburg); Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;seeds collected by Ute Schadek (Oldenburg); Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;seeds collected by Ute Schadek (Oldenburg); Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;seeds collected by Ute Schadek (Oldenburg); Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;seeds collected by Ute Schadek (Oldenburg); Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.8;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.77;3.25;2.21;2.8;;Preaggregated data obtained from single record.; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;only 2 viable seeds. seeds collected by Ute Schadek (Oldenburg); Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;only 2 viable seeds. seeds collected by Ute Schadek (Oldenburg); Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;seeds collected by Ute Schadek (Oldenburg); Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.12;3.33;2.6;3.16;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Dactylis glomerata;40290;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Dactylorhiza incarnata;39515;unknown;generative dispersule;.3;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.3;;;;1;Ridley (1930); Dactylorhiza incarnata;39515;unknown;generative dispersule;.26;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.26;;;;1;Müller-Schneider (1986); Dactylorhiza maculata;39506;unknown;generative dispersule;.3;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.3;;;;1;Müller-Schneider (1986); Dactylorhiza majalis;39838;unknown;generative dispersule;.27;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.27;;;;1;Müller-Schneider (1986); Dactylorhiza majalis;39838;unknown;generative dispersule;.28;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.28;;;;1;Müller-Schneider (1977); Danthonia decumbens;42203;unknown;generative dispersule;1.66;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.66;;;;1;Tackenberg (2001); Danthonia decumbens;42203;actual measurement;one-seeded generative dispersule;2.63;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.63;2.94;2.16;;;; Danthonia decumbens;42203;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.54;2.66;2.4;2.55;;Preaggregated data obtained from single record.; Danthonia decumbens;42203;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Danthonia decumbens;42203;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;; Danthonia decumbens;42203;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.4;;;;;; Danthonia decumbens;42203;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;;;;;; Danthonia decumbens;42203;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Danthonia decumbens;42203;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;; Danthonia decumbens;42203;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;; Danthonia decumbens;42203;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;;;;;; Danthonia decumbens;42203;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Danthonia decumbens;42203;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;; Daucus carota;1358;actual measurement;one-seeded generative dispersule;2.6;9;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.6;3.57;2.03;;;; Daucus carota;1358;unknown;generative dispersule;1.86;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.86;2.01;1.71;;1;Jongejans & Schippers (1999); Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Daucus carota;1358;unknown;generative dispersule;1.03;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.03;;;;1;Tackenberg (2001); Daucus carota;1358;actual measurement (following LEDA data standards);multi-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.85;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);multi-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.87;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);multi-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);multi-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.8;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);multi-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);multi-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.79;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);multi-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.03;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);multi-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.4;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);multi-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.58;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);multi-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.02;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);multi-seeded generative dispersule;1.95;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.94;2.4;1.58;1.95;;Preaggregated data obtained from single record.; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.07;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.9;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.43;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.87;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.84;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.08;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.08;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;.93;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.93;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.79;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.02;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.47;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.49;2.75;2.14;2.47;;Preaggregated data obtained from single record.; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;.93;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.93;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.61;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.49;2.07;.9;1.61;;Preaggregated data obtained from single record.; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.14;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Daucus carota;1358;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;; Deschampsia cespitosa;40299;actual measurement;one-seeded generative dispersule;2.21;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.21;2.75;1.61;;;; Deschampsia cespitosa;40299;unknown;generative dispersule;1.16;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.16;;;;1;Tackenberg (2001); Deschampsia cespitosa;40299;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.77;;;;;seeds collected by Ute Schadek (Oldenburg); Deschampsia cespitosa;40299;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.37;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.37;;;;;seeds collected by Ute Schadek (Oldenburg); Deschampsia cespitosa;40299;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.16;;;;;seeds collected by Ute Schadek (Oldenburg); Deschampsia cespitosa;40299;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;seeds collected by Ute Schadek (Oldenburg); Deschampsia cespitosa;40299;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.78;;;;;seeds collected by Ute Schadek (Oldenburg); Deschampsia cespitosa;40299;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.94;;;;;seeds collected by Ute Schadek (Oldenburg); Deschampsia cespitosa;40299;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.14;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.14;;;;;seeds collected by Ute Schadek (Oldenburg); Deschampsia cespitosa;40299;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.81;;;;;seeds collected by Ute Schadek (Oldenburg); Deschampsia cespitosa;40299;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.71;2.84;2.53;2.72;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Deschampsia cespitosa;40299;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.37;5;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.48;1.94;1.14;1.37;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Deschampsia cespitosa;40299;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.78;;;;;seeds collected by Ute Schadek (Oldenburg); Deschampsia cespitosa;40299;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;seeds collected by Ute Schadek (Oldenburg); Deschampsia cespitosa;40299;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.69;;;;;seeds collected by Ute Schadek (Oldenburg); Deschampsia cespitosa;40299;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;seeds collected by Ute Schadek (Oldenburg); Deschampsia cespitosa;40299;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;seeds collected by Ute Schadek (Oldenburg); Deschampsia cespitosa;40299;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;seeds collected by Ute Schadek (Oldenburg); Deschampsia cespitosa;40299;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;seeds collected by Ute Schadek (Oldenburg); Deschampsia flexuosa;41982;unknown;generative dispersule;1.3;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.3;;;;1;Tackenberg (2001); Deschampsia flexuosa;41982;actual measurement;one-seeded generative dispersule;1.94;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.94;2.12;1.68;;;; Deschampsia setacea;40982;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.2;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.21;1.4;1.04;1.2;;Preaggregated data obtained from single record.; Deschampsia setacea;40982;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.05;;;;;; Deschampsia setacea;40982;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.15;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.15;;;;;; Deschampsia setacea;40982;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.04;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.04;;;;;; Deschampsia setacea;40982;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.4;;;;;; Deschampsia setacea;40982;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.2;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.2;;;;;; Deschampsia setacea;40982;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.2;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.2;;;;;; Deschampsia setacea;40982;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.11;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.11;;;;;; Deschampsia setacea;40982;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.3;;;;;; Deschampsia setacea;40982;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.21;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.21;;;;;; Deschampsia setacea;40982;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.4;;;;;; Descurainia sophia;13207;actual measurement;one-seeded generative dispersule;3.59;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.59;;;;;; Desmazeria rigida;40985;actual measurement;one-seeded generative dispersule;1.78;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.78;1.94;1.45;;;; Dianthus barbatus;16451;actual measurement;one-seeded generative dispersule;3.11;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.11;;;;;cultivated; Dianthus carthusianorum;16880;unknown;generative dispersule;2.13;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.13;;;;1;Tackenberg (2001); Dianthus carthusianorum;16880;unknown;generative dispersule;1.7;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.7;;;;1;Tackenberg (2001); Dianthus deltoides;16129;actual measurement;one-seeded generative dispersule;2.34;8;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.34;2.69;2.12;;;cultivated; Dianthus deltoides;16129;actual measurement (following LEDA data standards);germinule;2.4;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.4;;;;;; Dianthus deltoides;16129;actual measurement (following LEDA data standards);germinule;2.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Dianthus deltoides;16129;actual measurement (following LEDA data standards);germinule;2.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.29;;;;;; Dianthus deltoides;16129;actual measurement (following LEDA data standards);germinule;2.07;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.07;;;;;; Dianthus deltoides;16129;unknown;generative dispersule;1.63;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.63;;;;1;Tackenberg (2001); Dianthus deltoides;16129;actual measurement (following LEDA data standards);germinule;2.26;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.26;2.48;2.07;2.26;;Preaggregated data obtained from single record.; Dianthus deltoides;16129;actual measurement (following LEDA data standards);germinule;2.08;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.08;;;;;; Dianthus deltoides;16129;actual measurement (following LEDA data standards);germinule;2.23;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.23;;;;;; Dianthus deltoides;16129;actual measurement (following LEDA data standards);germinule;2.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.1;;;;;; Dianthus deltoides;16129;actual measurement (following LEDA data standards);germinule;2.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.29;;;;;; Dianthus deltoides;16129;actual measurement (following LEDA data standards);germinule;2.48;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.48;;;;;; Dianthus deltoides;16129;actual measurement (following LEDA data standards);germinule;2.48;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.48;;;;;; Dianthus monspessulanus;16538;actual measurement;one-seeded generative dispersule;3.04;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.04;3.25;2.78;;;; Dianthus seguieri;16914;actual measurement;one-seeded generative dispersule;2.79;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.79;3.09;2.5;;;; Dianthus superbus;16439;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Dianthus superbus;16439;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Dianthus superbus;16439;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;2.94;2.38;2.69;;Preaggregated data obtained from single record.; Dianthus superbus;16439;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Dianthus superbus;16439;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Dianthus superbus;16439;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Dianthus superbus;16439;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Dianthus superbus;16439;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Dianthus superbus;16439;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Dianthus superbus;16439;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Dianthus superbus;16439;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;; Dianthus sylvestris;16923;actual measurement;one-seeded generative dispersule;2.91;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.91;3.13;2.55;;;; Dichanthium ischaemum;41730;unknown;generative dispersule;.98;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.98;;;;1;Tackenberg (2001); Dichanthium ischaemum;41730;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.66;;;;;; Dichanthium ischaemum;41730;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.46;;;;;; Dichanthium ischaemum;41730;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.5;;;;;; Dichanthium ischaemum;41730;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.77;;;;;; Dichanthium ischaemum;41730;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.45;;;;;; Dichanthium ischaemum;41730;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.26;;;;;; Dichanthium ischaemum;41730;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;; Dichanthium ischaemum;41730;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.94;;;;;; Dichanthium ischaemum;41730;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.72;2.5;1.26;1.68;;Preaggregated data obtained from single record.; Dichanthium ischaemum;41730;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.7;;;;;; Dichanthium ischaemum;41730;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Dictamnus albus;31688;actual measurement;one-seeded generative dispersule;4.7;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.7;4.81;4.63;;;; Digitalis purpurea;33178;actual measurement;one-seeded generative dispersule;1.96;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.96;2.36;1.68;;;; Digitaria ischaemum;40681;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.19;;;;;; Digitaria ischaemum;40681;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.35;;;;;; Digitaria ischaemum;40681;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.13;;;;;; Digitaria ischaemum;40681;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.09;;;;;; Digitaria ischaemum;40681;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.55;;;;;; Digitaria ischaemum;40681;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.17;;;;;; Digitaria ischaemum;40681;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.14;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.14;;;;;; Digitaria ischaemum;40681;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.09;;;;;; Digitaria ischaemum;40681;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.22;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.34;2.19;1.09;1.22;;Preaggregated data obtained from single record.; Digitaria ischaemum;40681;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.39;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.39;;;;;; Digitaria ischaemum;40681;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.26;;;;;; Diplotaxis muralis;13634;actual measurement;one-seeded generative dispersule;1.53;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.53;1.91;1.43;;;; Dipsacus fullonum;19359;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Dipsacus fullonum;19359;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Dipsacus fullonum;19359;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Dipsacus fullonum;19359;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Dipsacus fullonum;19359;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;3.42;2.75;3.29;;Preaggregated data obtained from single record.; Dipsacus fullonum;19359;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Dipsacus fullonum;19359;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Dipsacus fullonum;19359;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Dipsacus fullonum;19359;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Dipsacus fullonum;19359;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Dipsacus fullonum;19359;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Dipsacus fullonum;19359;unknown;generative dispersule;2.56;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.56;;;;1;Tackenberg (2001); Dipsacus laciniatus;19264;unknown;generative dispersule;2.56;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.56;;;;1;Tackenberg (2001); Dipsacus pilosus;19256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.65;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;3.79;3.42;3.65;;Preaggregated data obtained from single record.; Dipsacus pilosus;19256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Dipsacus pilosus;19256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Dipsacus pilosus;19256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Dipsacus pilosus;19256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Dipsacus pilosus;19256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Dipsacus pilosus;19256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Dipsacus pilosus;19256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Dipsacus pilosus;19256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Dipsacus pilosus;19256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Dipsacus pilosus;19256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Doronicum clusii;3276;unknown;generative dispersule;.94;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.94;;;;1;Tackenberg (unpublished data); Doronicum clusii;3276;unknown;generative dispersule;.63028;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.63028;.70516;.5554;;1;Lutz (unpublished data); Doronicum grandiflorum;2870;unknown;generative dispersule;.88786;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.88786;1.2384;.53729;;1;Tackenberg (unpublished data); Dorycnium pentaphyllum;21240;actual measurement;one-seeded generative dispersule;4.4;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.4;4.55;4.24;;;; Draba incana;14189;actual measurement;one-seeded generative dispersule;1.77;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.77;2.02;1.51;;;; Draba muralis;14065;actual measurement;one-seeded generative dispersule;1.6;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.6;1.95;1.37;;;; Drosera intermedia;18996;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.29;;;;;; Drosera intermedia;18996;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.12;;;;;; Drosera intermedia;18996;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.24;;;;;; Drosera intermedia;18996;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.3;;;;;; Drosera intermedia;18996;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.2;;;;;; Drosera intermedia;18996;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.15;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.15;;;;;; Drosera intermedia;18996;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.14;;;;;; Drosera intermedia;18996;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.09;;;;;; Drosera intermedia;18996;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.21;;;;;; Drosera intermedia;18996;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.25;;;;;; Drosera intermedia;18996;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.21;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.2;1.3;1.09;1.21;;Preaggregated data obtained from single record.; Drosera intermedia;18996;actual measurement (following LEDA data standards);germinule;1.32;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.3;1.38;1.08;1.32;;Preaggregated data obtained from single record.; Drosera intermedia;18996;actual measurement (following LEDA data standards);germinule;1.32;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.32;;;;;; Drosera intermedia;18996;actual measurement (following LEDA data standards);germinule;1.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.38;;;;;; Drosera intermedia;18996;actual measurement (following LEDA data standards);germinule;1.3;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.3;;;;;; Drosera intermedia;18996;actual measurement (following LEDA data standards);germinule;1.32;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.32;;;;;; Drosera intermedia;18996;actual measurement (following LEDA data standards);germinule;1.35;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.35;;;;;; Drosera intermedia;18996;actual measurement (following LEDA data standards);germinule;1.08;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.08;;;;;; Drosera intermedia;18996;actual measurement (following LEDA data standards);germinule;1.35;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.35;;;;;; Drosera intermedia;18996;actual measurement (following LEDA data standards);germinule;1.26;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.26;;;;;; Drosera intermedia;18996;actual measurement (following LEDA data standards);germinule;1.32;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.32;;;;;; Drosera intermedia;18996;actual measurement (following LEDA data standards);germinule;1.3;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.3;;;;;; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.47;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.53;.88;.37;.47;;Preaggregated data obtained from single record.; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.39;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.39;;;;;; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.43;;;;;; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.51;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.51;;;;;; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.78;;;;;; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.63;;;;;; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.38;;;;;; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.88;;;;;; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.37;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.37;;;;;; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.54;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.54;;;;;; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.43;;;;;; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.41;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.41;;;;;; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.39;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.39;;;;;; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.72;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.72;;;;;; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.45;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.5;.72;.32;.45;;Preaggregated data obtained from single record.; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.46;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.46;;;;;; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.55;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.55;;;;;; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.44;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.44;;;;;; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.69;;;;;; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.43;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.43;;;;;; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.32;;;;;; Drosera rotundifolia;18999;actual measurement (following LEDA data standards);one-seeded generative dispersule;.54;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.54;;;;;; Dryas octopetala;31232;unknown;generative dispersule;.66;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.66;;;;1;Müller-Schneider (1986); Dryas octopetala;31232;actual measurement;one-seeded generative dispersule;.55;9;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.55;.62;.48;;;; Dryas octopetala;31232;actual measurement;one-seeded generative dispersule;1.41;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.41;1.62;.97;;;; Echinochloa crus-galli;42222;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Echinochloa crus-galli;42222;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Echinochloa crus-galli;42222;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Echinochloa crus-galli;42222;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Echinochloa crus-galli;42222;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.21;;;;;; Echinochloa crus-galli;42222;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Echinochloa crus-galli;42222;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.15;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.17;3.38;2.91;3.15;;Preaggregated data obtained from single record.; Echinochloa crus-galli;42222;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Echinochloa crus-galli;42222;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Echinochloa crus-galli;42222;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Echinochloa crus-galli;42222;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Echinops sphaerocephalus;2586;unknown;generative dispersule;1.62;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.62;;;;1;Tackenberg (2001); Echium vulgare;12105;unknown;generative dispersule;2.86;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.86;;;;1;Tackenberg (2001); Echium vulgare;12105;actual measurement (following LEDA data standards);germinule;3.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.97;;;;;; Echium vulgare;12105;actual measurement (following LEDA data standards);germinule;3.94;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.8;4.03;3.09;3.94;;Preaggregated data obtained from single record.; Echium vulgare;12105;actual measurement (following LEDA data standards);germinule;3.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.97;;;;;; Echium vulgare;12105;actual measurement (following LEDA data standards);germinule;3.09;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Echium vulgare;12105;actual measurement (following LEDA data standards);germinule;3.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.91;;;;;; Echium vulgare;12105;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Echium vulgare;12105;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Echium vulgare;12105;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Echium vulgare;12105;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Echium vulgare;12105;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Echium vulgare;12105;actual measurement (following LEDA data standards);germinule;3.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.91;;;;;; Eleocharis acicularis;37636;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;3.68;3.29;3.52;;Preaggregated data obtained from single record.; Eleocharis acicularis;37636;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Eleocharis acicularis;37636;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Eleocharis acicularis;37636;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Eleocharis acicularis;37636;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Eleocharis acicularis;37636;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Eleocharis acicularis;37636;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Eleocharis acicularis;37636;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Eleocharis acicularis;37636;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Eleocharis acicularis;37636;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Eleocharis acicularis;37636;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Eleocharis mamillata;37523;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.95;3.33;2.53;2.91;;Preaggregated data obtained from single record.; Eleocharis mamillata;37523;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Eleocharis mamillata;37523;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Eleocharis mamillata;37523;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Eleocharis mamillata;37523;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Eleocharis mamillata;37523;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Eleocharis mamillata;37523;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Eleocharis mamillata;37523;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Eleocharis mamillata;37523;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Eleocharis mamillata;37523;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Eleocharis mamillata;37523;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);germinule;1.92;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.92;;;;;; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);germinule;1.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.98;;;;;; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);germinule;2.34;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.34;;;;;; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);germinule;2.4;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.4;;;;;; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);germinule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);germinule;1.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.94;;;;;; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);germinule;2.2;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.2;2.6;1.92;2.2;;Preaggregated data obtained from single record.; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);germinule;1.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.94;;;;;; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);germinule;2.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);germinule;2.6;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.6;;;;;; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);germinule;2.19;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.19;;;;;; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.71;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.71;2.98;2.16;2.71;;Preaggregated data obtained from single record.; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.69;;;;;; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.16;;;;;; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.69;;;;;; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.69;;;;;; Eleocharis multicaulis;37116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Eleocharis ovata;37118;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.7;;;;;; Eleocharis ovata;37118;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.71;;;;;; Eleocharis ovata;37118;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.66;;;;;; Eleocharis ovata;37118;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.62;;;;;; Eleocharis ovata;37118;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.61;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.61;;;;;; Eleocharis ovata;37118;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.63;;;;;; Eleocharis ovata;37118;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.65;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.66;1.75;1.55;1.65;;Preaggregated data obtained from single record.; Eleocharis ovata;37118;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.75;;;;;; Eleocharis ovata;37118;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.62;;;;;; Eleocharis ovata;37118;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.72;;;;;; Eleocharis ovata;37118;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Eleocharis quinqueflora;37539;actual measurement (following LEDA data standards);germinule;3.13;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Eleocharis quinqueflora;37539;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Eleocharis quinqueflora;37539;actual measurement (following LEDA data standards);germinule;3.01;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Eleocharis quinqueflora;37539;actual measurement (following LEDA data standards);germinule;3.29;5;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.22;3.38;3.01;3.29;;Preaggregated data obtained from single record.; Eleocharis quinqueflora;37539;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Eleocharis quinqueflora;37539;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Eleocharis quinqueflora;37539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.03;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.02;3.25;2.81;3.03;;Preaggregated data obtained from single record.; Eleocharis quinqueflora;37539;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Eleocharis quinqueflora;37539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Eleocharis quinqueflora;37539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Eleocharis quinqueflora;37539;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Eleocharis quinqueflora;37539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Eleocharis quinqueflora;37539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Eleocharis quinqueflora;37539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Eleocharis quinqueflora;37539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Eleocharis quinqueflora;37539;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Eleocharis quinqueflora;37539;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.03;3.29;2.84;3.05;;Preaggregated data obtained from single record.; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.4;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;3.57;2.98;3.4;;Preaggregated data obtained from single record.; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.17;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.18;3.42;3.01;3.17;;Preaggregated data obtained from single record.; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Eleocharis uniglumis;37127;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.31;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;3.79;2.45;3.31;;Preaggregated data obtained from single record.; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.03;;;;;; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.55;;;;;; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.92;4.55;3.16;3.91;;Preaggregated data obtained from single record.; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Elymus caninus;42231;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Elymus caninus;42231;actual measurement;one-seeded generative dispersule;3.25;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.25;3.68;2.87;;;; Elymus caninus;42231;actual measurement;one-seeded generative dispersule;3.39;8;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.39;4.55;2.27;;;; Elymus farctus;40994;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Elymus farctus;40994;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Elymus farctus;40994;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Elymus farctus;40994;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Elymus farctus;40994;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Elymus farctus;40994;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.43;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.3;3.68;2.58;3.43;;Preaggregated data obtained from single record.; Elymus farctus;40994;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Elymus farctus;40994;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;5;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;3.57;2.84;2.98;;Preaggregated data obtained from single record.; Elymus farctus;40994;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.58;;;;;; Elymus farctus;40994;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Elymus farctus;40994;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Elymus farctus;40994;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Elymus farctus;40994;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.81;;;;;; Elymus farctus;40994;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Elymus farctus;40994;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Elymus farctus;40994;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Elymus farctus;40994;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Elymus pycnanthus;41771;actual measurement;one-seeded generative dispersule;3.03;5;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.03;3.33;2.63;;;; Elymus repens;40238;unknown;unknown;1.6343;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.6343;;;;1;Tackenberg (unpublished data); Elymus repens;40238;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Elymus repens;40238;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.19;;;;;; Elymus repens;40238;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;; Elymus repens;40238;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;; Elymus repens;40238;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.25;;;;;; Elymus repens;40238;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Elymus repens;40238;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;; Elymus repens;40238;unknown;generative dispersule;1.6343;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.6343;2.0085;1.2601;;1;Tackenberg (unpublished data); Elymus repens;40238;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;; Elymus repens;40238;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.52;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;2.66;2.19;2.52;;Preaggregated data obtained from single record.; Elymus repens;40238;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Elymus repens;40238;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;; Elymus repens;40238;actual measurement;one-seeded generative dispersule;3.29;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.29;3.85;2.55;;;; Elymus repens;40238;actual measurement;one-seeded generative dispersule;2.72;5;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.72;3.16;2.27;;;; Epilobium anagallidifolium;26073;actual measurement (following LEDA data standards);one-seeded generative dispersule;.16;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.16;;;;;; Epilobium anagallidifolium;26073;actual measurement (following LEDA data standards);one-seeded generative dispersule;.18;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.18;;;;;; Epilobium anagallidifolium;26073;actual measurement (following LEDA data standards);one-seeded generative dispersule;.16;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.16;;;;;; Epilobium anagallidifolium;26073;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.25;;;;;; Epilobium anagallidifolium;26073;actual measurement (following LEDA data standards);one-seeded generative dispersule;.24;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.24;;;;;; Epilobium anagallidifolium;26073;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.21;;;;;; Epilobium anagallidifolium;26073;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.2;;;;;; Epilobium anagallidifolium;26073;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.2;;;;;; Epilobium anagallidifolium;26073;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.19;;;;;; Epilobium anagallidifolium;26073;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.17;;;;;; Epilobium anagallidifolium;26073;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.2;.25;.16;.2;;Preaggregated data obtained from single record.; Epilobium anagallidifolium;26073;unknown;generative dispersule;.20868;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.20868;.24776;.1696;;1;Lutz (unpublished data); Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.1;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.1;;;;;; Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.07;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.07;;;;;; Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.19;;;;;; Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.08;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.08;;;;;; Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.04;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.04;;;;;; Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.08;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.08;;;;;; Epilobium angustifolium;26075;unknown;generative dispersule;.08;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.08;;;;1;M?r-Schneider (1986); Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.07;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.07;;;;;; Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.04;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.04;;;;;; Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.07;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.07;;;;;; Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.07;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.07;;;;;; Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.05;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.05;;;;;; Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.06;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.06;;;;;; Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.08;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.09;.19;.04;.08;;Preaggregated data obtained from single record.; Epilobium angustifolium;26075;unknown;generative dispersule;.08;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.08;;;;1;Tackenberg (2001); Epilobium angustifolium;26075;unknown;generative dispersule;.07;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.07;;;;1;Myerscough & Whitehead (1966); Epilobium angustifolium;26075;actual measurement;one-seeded generative dispersule;.06;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.06;;;;;; Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.07;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.06;.09;.03;.07;;Preaggregated data obtained from single record.; Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.09;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.09;;;;;; Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.07;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.07;;;;;; Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.03;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.03;;;;;; Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.09;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.09;;;;;; Epilobium angustifolium;26075;unknown;generative dispersule;.07;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.07;;;;1;Matlack (1987); Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.08;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.08;;;;;; Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.07;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.07;;;;;; Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.08;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.08;;;;;; Epilobium angustifolium;26075;actual measurement (following LEDA data standards);one-seeded generative dispersule;.08;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.08;;;;;; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.23;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.23;;;;;; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.19;;;;;; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.11;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.11;;;;;; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.18;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.18;;;;;; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.15;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.15;;;;;; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.23;.28;.2;.21;;Preaggregated data obtained from single record.; Epilobium ciliatum;26518;unknown;generative dispersule;.16;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.16;;;;1;Myerscough & Whitehead (1966); Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.21;;;;;; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.24;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.24;;;;;; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.2;;;;;; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.26;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.26;;;;;; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.2;;;;;; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.2;;;;;; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.25;;;;;; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.21;;;;;; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.28;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.28;;;;;; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.21;;;;;; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.18;.24;.11;.19;;Preaggregated data obtained from single record.; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.24;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.24;;;;;; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.24;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.24;;;;;; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.19;;;;;; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.12;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.12;;;;;; Epilobium ciliatum;26518;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.17;;;;;; Epilobium ciliatum;26518;actual measurement;one-seeded generative dispersule;.11;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.11;.16;.03;;;; Epilobium dodonaei;26526;unknown;generative dispersule;.2;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.2;;;;1;Müller-Schneider (1986); Epilobium dodonaei;26526;actual measurement (following LEDA data standards);one-seeded generative dispersule;.15;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.15;.2;.11;.15;;Preaggregated data obtained from single record.; Epilobium dodonaei;26526;actual measurement (following LEDA data standards);one-seeded generative dispersule;.12;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.12;;;;;; Epilobium dodonaei;26526;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.19;;;;;; Epilobium dodonaei;26526;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.2;;;;;; Epilobium dodonaei;26526;actual measurement (following LEDA data standards);one-seeded generative dispersule;.15;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.15;;;;;; Epilobium dodonaei;26526;actual measurement (following LEDA data standards);one-seeded generative dispersule;.18;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.18;;;;;; Epilobium dodonaei;26526;actual measurement (following LEDA data standards);one-seeded generative dispersule;.14;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.14;;;;;; Epilobium dodonaei;26526;actual measurement (following LEDA data standards);one-seeded generative dispersule;.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.16;;;;;; Epilobium dodonaei;26526;actual measurement (following LEDA data standards);one-seeded generative dispersule;.11;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.11;;;;;; Epilobium dodonaei;26526;actual measurement (following LEDA data standards);one-seeded generative dispersule;.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.13;;;;;; Epilobium dodonaei;26526;actual measurement (following LEDA data standards);one-seeded generative dispersule;.12;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.12;;;;;; Epilobium fleischeri;26533;unknown;generative dispersule;.15;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.15;;;;1;Tackenberg (unpublished data); Epilobium fleischeri;26533;unknown;generative dispersule;.12707;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.12707;.15604;.098093;;1;Lutz (unpublished data); Epilobium hirsutum;26536;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.17;;;;;; Epilobium hirsutum;26536;actual measurement (following LEDA data standards);one-seeded generative dispersule;.15;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.15;;;;;; Epilobium hirsutum;26536;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.17;;;;;; Epilobium hirsutum;26536;unknown;generative dispersule;.15;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.15;;;;1;Tackenberg (2001); Epilobium hirsutum;26536;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;5;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.17;.19;.15;.17;;Preaggregated data obtained from single record.; Epilobium hirsutum;26536;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.19;;;;;; Epilobium hirsutum;26536;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.17;;;;;; Epilobium hirsutum;26536;unknown;generative dispersule;.22;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.22;;;;1;Tackenberg (2001); Epilobium hirsutum;26536;unknown;generative dispersule;.19;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.19;;;;1;Ridley (1930); Epilobium hirsutum;26536;unknown;generative dispersule;.19;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.19;;;;1;Müller-Schneider (1977); Epilobium hirsutum;26536;actual measurement;one-seeded generative dispersule;.22;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.22;;;;;; Epilobium hirsutum;26536;actual measurement (following LEDA data standards);one-seeded generative dispersule;.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.16;;;;;; Epilobium hirsutum;26536;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.19;;;;;; Epilobium hirsutum;26536;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.19;;;;;; Epilobium hirsutum;26536;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.17;;;;;; Epilobium hirsutum;26536;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.2;;;;;; Epilobium hirsutum;26536;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.19;.23;.16;.2;;Preaggregated data obtained from single record.; Epilobium hirsutum;26536;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.17;;;;;; Epilobium hirsutum;26536;actual measurement (following LEDA data standards);one-seeded generative dispersule;.23;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.23;;;;;; Epilobium hirsutum;26536;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.2;;;;;; Epilobium hirsutum;26536;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.21;;;;;; Epilobium hirsutum;26536;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.2;;;;;; Epilobium montanum;26496;unknown;generative dispersule;.18;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.18;;;;1;Ridley (1930); Epilobium montanum;26496;actual measurement;one-seeded generative dispersule;.18;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.18;.22;.11;;;; Epilobium montanum;26496;unknown;generative dispersule;.18;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.18;;;;1;Myerscough & Whitehead (1966); Epilobium montanum;26496;unknown;generative dispersule;.18;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.18;;;;1;Müller-Schneider (1977); Epilobium montanum;26496;unknown;generative dispersule;.14;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.14;;;;1;Müller-Schneider (1986); Epilobium palustre;26504;unknown;generative dispersule;.16;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.16;;;;1;Müller-Schneider (1977); Epilobium palustre;26504;unknown;generative dispersule;.16;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.16;;;;1;Ridley (1930); Epilobium palustre;26504;actual measurement (following LEDA data standards);one-seeded generative dispersule;.14;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.14;.15;.12;.14;;Preaggregated data obtained from single record.; Epilobium palustre;26504;actual measurement (following LEDA data standards);one-seeded generative dispersule;.14;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.14;;;;;; Epilobium palustre;26504;actual measurement (following LEDA data standards);one-seeded generative dispersule;.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.13;;;;;; Epilobium palustre;26504;actual measurement (following LEDA data standards);one-seeded generative dispersule;.15;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.15;;;;;; Epilobium palustre;26504;actual measurement (following LEDA data standards);one-seeded generative dispersule;.14;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.14;;;;;; Epilobium palustre;26504;actual measurement (following LEDA data standards);one-seeded generative dispersule;.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.13;;;;;; Epilobium palustre;26504;actual measurement (following LEDA data standards);one-seeded generative dispersule;.14;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.14;;;;;; Epilobium palustre;26504;actual measurement (following LEDA data standards);one-seeded generative dispersule;.12;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.12;;;;;; Epilobium palustre;26504;actual measurement (following LEDA data standards);one-seeded generative dispersule;.14;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.14;;;;;; Epilobium palustre;26504;actual measurement (following LEDA data standards);one-seeded generative dispersule;.15;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.15;;;;;; Epilobium palustre;26504;actual measurement (following LEDA data standards);one-seeded generative dispersule;.15;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.15;;;;;; Epilobium parviflorum;26505;actual measurement;one-seeded generative dispersule;.22;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.22;.27;.14;;;; Epilobium parviflorum;26505;unknown;generative dispersule;.15;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.15;;;;1;Schulz & al. (1991); Epilobium parviflorum;26505;unknown;generative dispersule;.19;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.19;;;;1;Tackenberg (2001); Epilobium roseum;26508;actual measurement;one-seeded generative dispersule;.16;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.16;.21;.1;;;; Epilobium roseum;26508;actual measurement (following LEDA data standards);one-seeded generative dispersule;.1;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.1;;;;;; Epilobium roseum;26508;actual measurement (following LEDA data standards);one-seeded generative dispersule;.1;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.1;;;;;; Epilobium roseum;26508;actual measurement (following LEDA data standards);one-seeded generative dispersule;.12;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.12;.15;.1;.12;;Preaggregated data obtained from single record.; Epilobium roseum;26508;actual measurement (following LEDA data standards);one-seeded generative dispersule;.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.13;;;;;; Epilobium roseum;26508;actual measurement (following LEDA data standards);one-seeded generative dispersule;.15;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.15;;;;;; Epilobium roseum;26508;actual measurement (following LEDA data standards);one-seeded generative dispersule;.14;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.14;;;;;; Epilobium roseum;26508;actual measurement (following LEDA data standards);one-seeded generative dispersule;.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.13;;;;;; Epilobium roseum;26508;actual measurement (following LEDA data standards);one-seeded generative dispersule;.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.13;;;;;; Epilobium roseum;26508;actual measurement (following LEDA data standards);one-seeded generative dispersule;.1;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.1;;;;;; Epilobium roseum;26508;actual measurement (following LEDA data standards);one-seeded generative dispersule;.11;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.11;;;;;; Epilobium roseum;26508;actual measurement (following LEDA data standards);one-seeded generative dispersule;.1;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.1;;;;;; Epilobium tetragonum;26469;actual measurement;one-seeded generative dispersule;.14;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.14;.18;.12;;;; Epipactis atrorubens;39603;unknown;generative dispersule;.23;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.23;;;;1;Müller-Schneider (1986); Epipactis helleborine;39609;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.16;.19;.1;.17;;Preaggregated data obtained from single record.; Epipactis helleborine;39609;actual measurement (following LEDA data standards);one-seeded generative dispersule;.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.1;;;;;; Epipactis helleborine;39609;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.19;;;;;; Epipactis helleborine;39609;actual measurement (following LEDA data standards);one-seeded generative dispersule;.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.16;;;;;; Epipactis helleborine;39609;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.17;;;;;; Epipactis helleborine;39609;unknown;generative dispersule;.17;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.17;;;;1;Müller-Schneider (1986); Epipactis helleborine;39609;actual measurement (following LEDA data standards);one-seeded generative dispersule;.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.16;;;;;; Epipactis helleborine;39609;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.17;;;;;; Epipactis helleborine;39609;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.19;;;;;; Epipactis helleborine;39609;actual measurement (following LEDA data standards);one-seeded generative dispersule;.18;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.18;;;;;; Epipactis helleborine;39609;actual measurement (following LEDA data standards);one-seeded generative dispersule;.15;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.15;;;;;; Epipactis helleborine;39609;actual measurement (following LEDA data standards);one-seeded generative dispersule;.15;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.15;;;;;; Epipactis palustris;39624;unknown;generative dispersule;.2;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.2;;;;1;Müller-Schneider (1986); Epipactis palustris;39624;unknown;generative dispersule;.2;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.2;;;;1;Müller-Schneider (1977); Epipactis palustris;39624;unknown;generative dispersule;.17;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.17;;;;1;Ridley (1930); Epipogium aphyllum;39630;unknown;generative dispersule;.42;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.42;;;;1;Müller-Schneider (1986); Eragrostis minor;41786;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.91;;;;;; Eragrostis minor;41786;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.23;;;;;; Eragrostis minor;41786;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.02;;;;;; Eragrostis minor;41786;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.22;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.2;2.43;1.91;2.22;;Preaggregated data obtained from single record.; Eragrostis minor;41786;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.25;;;;;; Eragrostis minor;41786;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.38;;;;;; Eragrostis minor;41786;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2;;;;;; Eragrostis minor;41786;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.4;;;;;; Eragrostis minor;41786;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.21;;;;;; Eragrostis minor;41786;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;; Eragrostis minor;41786;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.14;;;;;; Eremopyrum triticeum;41790;actual measurement;one-seeded generative dispersule;3.07;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.07;3.42;2.6;;;; Erica ciliaris;19544;actual measurement;one-seeded generative dispersule;1.09;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.09;1.21;1;;;; Erica cinerea;19545;actual measurement;one-seeded generative dispersule;1.58;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.58;1.91;1.34;;;; Erica cinerea;19545;unknown;generative dispersule;1.58;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.58;;;;1;Bullock & Clarke (2000); Erica herbacea;19550;actual measurement;one-seeded generative dispersule;1.78;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.78;2;1.52;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);germinule;1.03;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.03;1.15;.94;1.03;;Preaggregated data obtained from single record.; Erica tetralix;19489;actual measurement (following LEDA data standards);germinule;1.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.05;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);germinule;1.06;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.06;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);germinule;.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.94;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);germinule;1.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.1;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);germinule;1.15;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.15;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);germinule;.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.98;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);germinule;.99;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.99;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);germinule;1.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.03;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);germinule;1.02;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.02;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);germinule;1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;.98;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.97;1.1;.84;.98;;Preaggregated data obtained from single record.; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.02;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;.77;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.77;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.06;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.06;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.91;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;.77;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.77;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.06;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.06;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.97;1.14;.77;1;;Preaggregated data obtained from single record.; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.09;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.97;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.91;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.14;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.14;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.01;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.02;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.13;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.03;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.05;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.12;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.21;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.97;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.14;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.18;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.18;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.1;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.84;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.88;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.06;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.06;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;.96;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.96;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.02;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.95;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.87;;;;;; Erica tetralix;19489;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.09;1.21;.97;1.09;;Preaggregated data obtained from single record.; Erigeron acer;3429;actual measurement;one-seeded generative dispersule;.22;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.22;.27;.13;;;; Erigeron acer;3429;actual measurement;one-seeded generative dispersule;.47;5;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.47;.65;.29;;;; Erigeron acer;3429;unknown;generative dispersule;.21;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.21;;;;1;Müller-Schneider (1986); Erigeron acer;3429;unknown;unknown;.13;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.13;;;;1;Schulz & al. (1991); Erigeron acer;3429;unknown;generative dispersule;.23;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.23;;;;1;Sheldon & Burrows (1973); Erigeron acer;3429;unknown;generative dispersule;.45;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.45;;;;1;Tackenberg (2001); Erigeron alpinus;2651;unknown;generative dispersule;.67206;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.67206;.80412;.53999;;1;Lutz (unpublished data); Erigeron karvinskianus;3551;actual measurement;one-seeded generative dispersule;.48;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.48;.57;.33;;;; Eriophorum angustifolium;37550;actual measurement;one-seeded generative dispersule;.46;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.46;;;;;; Eriophorum angustifolium;37550;actual measurement;one-seeded generative dispersule;.46;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.46;.61;.28;;;; Eriophorum angustifolium;37550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.42;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.41;.6;.25;.42;;Preaggregated data obtained from single record.; Eriophorum angustifolium;37550;unknown;generative dispersule;.23;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.23;;;;1;Ridley (1930); Eriophorum angustifolium;37550;unknown;generative dispersule;.21;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.21;;;;1;M?r-Schneider (1986); Eriophorum angustifolium;37550;unknown;generative dispersule;.22;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.22;;;;1;M?r-Schneider (1977); Eriophorum angustifolium;37550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.43;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.43;;;;;; Eriophorum angustifolium;37550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.38;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.38;;;;;; Eriophorum angustifolium;37550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.37;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.37;;;;;; Eriophorum angustifolium;37550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.6;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.6;;;;;; Eriophorum angustifolium;37550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.41;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.41;;;;;; Eriophorum angustifolium;37550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.36;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.36;;;;;; Eriophorum angustifolium;37550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.43;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.43;;;;;; Eriophorum angustifolium;37550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.25;;;;;; Eriophorum angustifolium;37550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.46;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.46;;;;;; Eriophorum angustifolium;37550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.43;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.43;;;;;; Eriophorum latifolium;37555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.28;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.28;;;;;; Eriophorum latifolium;37555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.3;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.3;;;;;; Eriophorum latifolium;37555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.29;;;;;; Eriophorum latifolium;37555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.25;;;;;; Eriophorum latifolium;37555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.24;;;;;; Eriophorum latifolium;37555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.28;5;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.27;.3;.24;.28;;Preaggregated data obtained from single record.; Eriophorum latifolium;37555;unknown;generative dispersule;.47;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.47;;;;1;Tackenberg (2001); Eriophorum latifolium;37555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.43;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.43;;;;;; Eriophorum latifolium;37555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.57;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.57;;;;;; Eriophorum latifolium;37555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.46;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.46;;;;;; Eriophorum latifolium;37555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.59;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.59;;;;;; Eriophorum latifolium;37555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.49;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.49;;;;;; Eriophorum latifolium;37555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.3;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.3;;;;;; Eriophorum latifolium;37555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.45;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.45;.59;.3;.45;;Preaggregated data obtained from single record.; Eriophorum latifolium;37555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.33;;;;;; Eriophorum latifolium;37555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.35;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.35;;;;;; Eriophorum latifolium;37555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.38;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.38;;;;;; Eriophorum latifolium;37555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.56;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.56;;;;;; Eriophorum vaginatum;37560;actual measurement;one-seeded generative dispersule;.58;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.58;;;;;; Erodium cicutarium;22675;unknown;generative dispersule;1.9506;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.9506;;;;1;Tackenberg (unpublished data); Erodium cicutarium;22675;actual measurement;one-seeded generative dispersule;2.5;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.5;2.87;2.17;;;; Erodium cicutarium;22675;actual measurement;one-seeded generative dispersule;2.5;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.5;2.87;2.17;;;; Erodium cicutarium;22675;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.25;;;;;; Erodium cicutarium;22675;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.38;;;;;; Erodium cicutarium;22675;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.38;;;;;; Erodium cicutarium;22675;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Erodium cicutarium;22675;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.25;;;;;; Erodium cicutarium;22675;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.23;;;;;; Erodium cicutarium;22675;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Erodium cicutarium;22675;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Erodium cicutarium;22675;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Erodium cicutarium;22675;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;9;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.54;3.09;2.23;2.38;;Preaggregated data obtained from single record.; Erodium lebelii;50011;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Erodium lebelii;50011;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;; Erodium lebelii;50011;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;; Erodium lebelii;50011;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;; Erodium lebelii;50011;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;; Erodium lebelii;50011;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Erodium lebelii;50011;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.41;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.49;3.38;2.07;2.41;;Preaggregated data obtained from single record.; Erodium lebelii;50011;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Erodium lebelii;50011;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Erodium lebelii;50011;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.21;;;;;; Erodium lebelii;50011;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.07;;;;;; Erodium lebelii;50011;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Erodium lebelii;50011;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Erodium lebelii;50011;actual measurement (following LEDA data standards);germinule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Erodium lebelii;50011;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Erodium lebelii;50011;actual measurement (following LEDA data standards);germinule;3.68;5;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.65;3.73;3.52;3.68;;Preaggregated data obtained from single record.; Erodium lebelii;50011;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Erodium malacoides;22678;actual measurement;germinule;2.9;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.9;3.29;2.45;;;; Erophila verna;14075;actual measurement;one-seeded generative dispersule;1.47;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.47;1.76;1.31;;;; Erophila verna;14075;unknown;generative dispersule;.95476;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.95476;;;;1;Tackenberg (unpublished data); Eryngium maritimum;1328;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.17;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.17;3.68;2.66;3.17;;Preaggregated data obtained from single record.; Eryngium maritimum;1328;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;; Eryngium maritimum;1328;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;; Eryngium maritimum;1328;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Eryngium maritimum;1328;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;; Eryngium maritimum;1328;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Eryngium maritimum;1328;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Eryngium maritimum;1328;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;; Eryngium maritimum;1328;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Eryngium maritimum;1328;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Eryngium maritimum;1328;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Erysimum cheiranthoides;14097;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.81;;;;;; Erysimum cheiranthoides;14097;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;; Erysimum cheiranthoides;14097;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.62;2.81;2.45;2.63;;Preaggregated data obtained from single record.; Erysimum cheiranthoides;14097;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;; Erysimum cheiranthoides;14097;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;; Erysimum cheiranthoides;14097;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Erysimum cheiranthoides;14097;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Erysimum cheiranthoides;14097;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;; Erysimum cheiranthoides;14097;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;; Erysimum cheiranthoides;14097;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Erysimum cheiranthoides;14097;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;; Erysimum cheiri;12871;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Erysimum cheiri;12871;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.95;;;;;; Erysimum cheiri;12871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;; Erysimum cheiri;12871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Erysimum cheiri;12871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Erysimum cheiri;12871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.37;3.13;1.95;2.36;;Preaggregated data obtained from single record.; Erysimum cheiri;12871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Erysimum cheiri;12871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.03;;;;;; Erysimum cheiri;12871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;; Erysimum cheiri;12871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Erysimum cheiri;12871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.02;;;;;; Erysimum crepidifolium;13679;unknown;generative dispersule;2.72;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.72;;;;1;Tackenberg (2001); Erythronium dens-canis;39107;actual measurement;one-seeded generative dispersule;4.32;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.32;4.55;4.03;;;; Eschscholzia californica;25478;actual measurement;one-seeded generative dispersule;4.31;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.31;;;;;cultivated; Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.85;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.8;1.02;.56;.85;;Preaggregated data obtained from single record.; Eupatorium cannabinum;3585;unknown;generative dispersule;.27;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.27;;;;1;Tackenberg (2001); Eupatorium cannabinum;3585;unknown;generative dispersule;.315;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.315;.32;.31;;1;Matlack (1987); Eupatorium cannabinum;3585;unknown;generative dispersule;.39;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.39;;;;1;Sheldon & Burrows (1973); Eupatorium cannabinum;3585;unknown;generative dispersule;.23;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.23;;;;1;Ridley (1930); Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.61;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.61;;;;;; Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.68;;;;;; Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.88;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.88;;;;;; Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.86;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.86;;;;;; Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.79;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.79;;;;;; Eupatorium cannabinum;3585;unknown;generative dispersule;.325;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.325;.35;.3;;1;Müller-Schneider (1986); Eupatorium cannabinum;3585;unknown;generative dispersule;.23;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.23;;;;1;Müller-Schneider (1977); Eupatorium cannabinum;3585;unknown;generative dispersule;.68;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.68;;;;1;Tackenberg (2001); Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.56;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.56;;;;;; Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.02;;;;;; Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.9;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.9;;;;;; Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.87;;;;;; Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.83;;;;;; Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.42;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.42;.49;.37;.42;;Preaggregated data obtained from single record.; Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.41;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.41;;;;;; Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.44;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.44;;;;;; Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.4;;;;;; Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.44;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.44;;;;;; Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.39;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.39;;;;;; Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.49;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.49;;;;;; Eupatorium cannabinum;3585;actual measurement;one-seeded generative dispersule;.32;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.32;;;;;; Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.47;;;;;; Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.42;;;;;; Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.4;;;;;; Eupatorium cannabinum;3585;actual measurement (following LEDA data standards);one-seeded generative dispersule;.37;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.37;;;;;; Euphorbia brittingeri;20281;unknown;generative dispersule;2.69;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.69;;;;1;Tackenberg (2001); Euphorbia brittingeri;20281;unknown;generative dispersule;2.06;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.06;;;;1;Tackenberg (2001); Euphorbia cyparissias;20238;actual measurement;one-seeded generative dispersule;3.95;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.95;4.17;3.47;;;; Euphorbia cyparissias;20238;unknown;generative dispersule;2.13;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.13;;;;1;Tackenberg (2001); Euphorbia cyparissias;20238;unknown;generative dispersule;2.97;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.97;;;;1;Tackenberg (2001); Euphorbia variabilis;20003;actual measurement;one-seeded generative dispersule;3.1;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.1;3.57;2.1;;;; Euphrasia minima;33788;unknown;generative dispersule;2.9589;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.9589;3.7127;2.2051;;1;Lutz (unpublished data); Euphrasia officinalis;33149;actual measurement;one-seeded generative dispersule;1.92;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.92;2.29;1.69;;;; Euphrasia officinalis;33149;unknown;generative dispersule;.75;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.75;;;;1;Tackenberg (2001); Euphrasia officinalis;33149;unknown;generative dispersule;2.12;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.12;;;;1;Maurer & Stöcklin (unpublished); Euphrasia stricta;33166;actual measurement (following LEDA data standards);germinule;1.54;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.54;;;;;; Euphrasia stricta;33166;actual measurement (following LEDA data standards);germinule;1.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.85;;;;;; Euphrasia stricta;33166;actual measurement (following LEDA data standards);germinule;1.88;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.88;;;;;; Euphrasia stricta;33166;actual measurement (following LEDA data standards);germinule;1.84;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.84;;;;;; Euphrasia stricta;33166;actual measurement (following LEDA data standards);germinule;1.6;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.6;;;;;; Euphrasia stricta;33166;actual measurement (following LEDA data standards);germinule;1.7;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.68;2;1.12;1.7;;Preaggregated data obtained from single record.; Euphrasia stricta;33166;actual measurement (following LEDA data standards);germinule;2;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2;;;;;; Euphrasia stricta;33166;actual measurement (following LEDA data standards);germinule;1.56;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.56;;;;;; Euphrasia stricta;33166;actual measurement (following LEDA data standards);germinule;1.57;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.57;;;;;; Euphrasia stricta;33166;actual measurement (following LEDA data standards);germinule;1.12;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.12;;;;;; Euphrasia stricta;33166;actual measurement (following LEDA data standards);germinule;1.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.79;;;;;; Falcaria vulgaris;2255;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;; Falcaria vulgaris;2255;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Falcaria vulgaris;2255;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;; Falcaria vulgaris;2255;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;; Falcaria vulgaris;2255;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;; Falcaria vulgaris;2255;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Falcaria vulgaris;2255;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.36;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.3;3.62;2.91;3.36;;Preaggregated data obtained from single record.; Falcaria vulgaris;2255;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Falcaria vulgaris;2255;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;; Falcaria vulgaris;2255;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Falcaria vulgaris;2255;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;; Fallopia convolvulus;44736;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Fallopia convolvulus;44736;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.97;;;;;; Fallopia convolvulus;44736;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.97;;;;;; Fallopia convolvulus;44736;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Fallopia convolvulus;44736;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.85;;;;;; Fallopia convolvulus;44736;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.17;;;;;; Fallopia convolvulus;44736;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Fallopia convolvulus;44736;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Fallopia convolvulus;44736;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Fallopia convolvulus;44736;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Fallopia convolvulus;44736;actual measurement;one-seeded generative dispersule;2.99;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.99;3.97;2.08;;;; Fallopia convolvulus;44736;actual measurement;germinule;2.9;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.9;3.29;2.45;;;; Fallopia convolvulus;44736;actual measurement;one-seeded generative dispersule;2.99;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.99;3.97;2.08;;;; Fallopia convolvulus;44736;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.77;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.82;4.17;3.52;3.77;;Preaggregated data obtained from single record.; Festuca arundinacea;40254;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Festuca arundinacea;40254;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.57;;;;;; Festuca arundinacea;40254;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Festuca arundinacea;40254;unknown;unknown;1.5373;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.5373;;;;1;Tackenberg (unpublished data); Festuca arundinacea;40254;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.04;3.57;2.6;3.05;;Preaggregated data obtained from single record.; Festuca arundinacea;40254;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.6;;;;;; Festuca arundinacea;40254;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Festuca arundinacea;40254;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.81;;;;;; Festuca arundinacea;40254;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.84;;;;;; Festuca arundinacea;40254;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Festuca arundinacea;40254;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Festuca arundinacea;40254;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Festuca arundinacea;40254;actual measurement;one-seeded generative dispersule;2.72;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.72;3.05;2.17;;;; Festuca cinerea;40190;unknown;generative dispersule;1.69;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.69;;;;1;Tackenberg (2001); Festuca cinerea;40190;unknown;generative dispersule;1.41;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.41;;;;1;Tackenberg (2001); Festuca cinerea;40190;unknown;generative dispersule;1.37;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.37;;;;1;Tackenberg (2001); Festuca filiformis;40113;unknown;unknown;1.647;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.647;;;;1;Tackenberg (unpublished data); Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.82;;;;;; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.71;;;;;; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.64;;;;;; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.69;;;;;; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.98;;;;;; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.87;;;;;; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.6;;;;;; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.01;2.25;1.64;2.05;;Preaggregated data obtained from single record.; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.85;2.08;1.6;1.85;;Preaggregated data obtained from single record.; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.14;;;;;; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.02;;;;;; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.17;;;;;; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.25;;;;;; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.79;;;;;; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.64;;;;;; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.89;;;;;; Festuca filiformis;40113;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Festuca gigantea;40761;actual measurement;one-seeded generative dispersule;4.56;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.56;4.72;4.17;;;; Festuca gigantea;40761;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Festuca gigantea;40761;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.58;;;;;; Festuca gigantea;40761;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.79;;;;;; Festuca gigantea;40761;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;3.91;2.58;3.62;;Preaggregated data obtained from single record.; Festuca gigantea;40761;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Festuca gigantea;40761;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Festuca gigantea;40761;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Festuca gigantea;40761;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Festuca gigantea;40761;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Festuca gigantea;40761;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Festuca gigantea;40761;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.91;;;;;; Festuca heterophylla;41814;actual measurement;one-seeded generative dispersule;1.36;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.36;1.79;1.12;;;; Festuca nigrescens;40182;unknown;unknown;1.9498;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.9498;;;;1;Tackenberg (unpublished data); Festuca ovina;40171;actual measurement;one-seeded generative dispersule;2.67;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.67;3.21;2.23;;;; Festuca ovina;40171;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.02;3.25;2.72;3.05;;Preaggregated data obtained from single record.; Festuca ovina;40171;unknown;generative dispersule;1.8;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.8;1.98;1.62;;1;Jongejans & Schippers (1999); Festuca ovina;40171;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;; Festuca ovina;40171;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Festuca ovina;40171;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;; Festuca ovina;40171;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Festuca ovina;40171;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.81;;;;;; Festuca ovina;40171;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Festuca ovina;40171;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Festuca ovina;40171;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Festuca ovina;40171;unknown;unknown;1.7347;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.7347;;;;1;Tackenberg (unpublished data); Festuca ovina;40171;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;; Festuca ovina;40171;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Festuca pallens;40789;unknown;generative dispersule;1.5101;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.5101;;;;1;Tackenberg (unpublished data); Festuca polesica;42303;unknown;generative dispersule;1.949;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.949;;;;1;Tackenberg (unpublished data); Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.84;;;;;; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.27;;;;;; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.74;3.25;2.27;2.72;;Preaggregated data obtained from single record.; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.72;;;;;; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.4;;;;;; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.72;;;;;; Festuca pratensis;41343;actual measurement;one-seeded generative dispersule;2.89;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.89;3.52;2.12;;;; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.07;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.04;3.47;1.94;3.07;;Preaggregated data obtained from single record.; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.81;;;;;; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.94;;;;;; Festuca pratensis;41343;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Festuca rubra;40103;actual measurement;one-seeded generative dispersule;2.79;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.79;3.21;2.31;;;; Festuca rubra;40103;actual measurement;one-seeded generative dispersule;2.73;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.73;3.29;2.05;;;; Festuca rubra;40103;unknown;generative dispersule;1.63;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.63;;;;1;Tackenberg (2001); Festuca rubra;40103;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.78;;;;;; Festuca rubra;40103;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Festuca rubra;40103;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;; Festuca rubra;40103;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Festuca rubra;40103;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Festuca rubra;40103;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;; Festuca rubra;40103;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;; Festuca rubra;40103;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Festuca rubra;40103;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Festuca rubra;40103;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;9;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;2.98;2.45;2.78;;Preaggregated data obtained from single record.; Festuca rupicaprina;40796;unknown;generative dispersule;1.0843;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.0843;1.2575;.91121;;1;Tackenberg (unpublished data); Festuca rupicola;40189;unknown;generative dispersule;1.63;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.63;;;;1;Tackenberg (2001); Festuca trichophylla;41078;unknown;unknown;1.9713;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.9713;;;;1;Tackenberg (unpublished data); Festuca valesiaca;40152;unknown;generative dispersule;.98;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.98;;;;1;Tackenberg (2001); Filaginella uliginosa;3719;actual measurement;one-seeded generative dispersule;.26;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.26;.33;.21;;;; Filago lutescens;2658;unknown;generative dispersule;1.0897;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.0897;;;;1;Tackenberg (unpublished data); Filipendula ulmaria;29764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.24;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.26;2.55;2.02;2.24;;Preaggregated data obtained from single record.; Filipendula ulmaria;29764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Filipendula ulmaria;29764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Filipendula ulmaria;29764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Filipendula ulmaria;29764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Filipendula ulmaria;29764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Filipendula ulmaria;29764;unknown;generative dispersule;1.73;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.73;;;;1;Tackenberg (2001); Filipendula ulmaria;29764;actual measurement (following LEDA data standards);germinule;2.03;9;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2;2.53;1.55;2.03;;Preaggregated data obtained from single record.; Filipendula ulmaria;29764;actual measurement (following LEDA data standards);germinule;2.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.03;;;;;; Filipendula ulmaria;29764;actual measurement (following LEDA data standards);germinule;2.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.17;;;;;; Filipendula ulmaria;29764;actual measurement (following LEDA data standards);germinule;1.55;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.55;;;;;; Filipendula ulmaria;29764;actual measurement (following LEDA data standards);germinule;1.75;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.75;;;;;; Filipendula ulmaria;29764;actual measurement (following LEDA data standards);germinule;1.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.79;;;;;; Filipendula ulmaria;29764;actual measurement (following LEDA data standards);germinule;2.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Filipendula ulmaria;29764;actual measurement (following LEDA data standards);germinule;2.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.17;;;;;; Filipendula ulmaria;29764;actual measurement (following LEDA data standards);germinule;2.53;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Filipendula ulmaria;29764;actual measurement (following LEDA data standards);germinule;1.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.98;;;;;; Filipendula ulmaria;29764;actual measurement;one-seeded generative dispersule;2.53;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.53;2.87;2.31;;;; Filipendula ulmaria;29764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Filipendula ulmaria;29764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Filipendula ulmaria;29764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.02;;;;;; Filipendula ulmaria;29764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Filipendula ulmaria;29764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Filipendula vulgaris;29429;actual measurement;one-seeded generative dispersule;1.75;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.75;2.58;1.32;;;; Filipendula vulgaris;29429;unknown;generative dispersule;1.7;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.7;;;;1;Tackenberg (2001); Filipendula vulgaris;29429;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;2.6;1.75;2.07;;Preaggregated data obtained from single record.; Filipendula vulgaris;29429;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Filipendula vulgaris;29429;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.94;;;;;; Filipendula vulgaris;29429;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Filipendula vulgaris;29429;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Filipendula vulgaris;29429;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Filipendula vulgaris;29429;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Filipendula vulgaris;29429;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.98;;;;;; Filipendula vulgaris;29429;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.75;;;;;; Filipendula vulgaris;29429;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Filipendula vulgaris;29429;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.85;;;;;; Foeniculum vulgare;1281;actual measurement;one-seeded generative dispersule;3.28;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.28;3.57;3.01;;;; Fragaria vesca;30633;actual measurement;germinule;2.74;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.74;2.98;2.45;;;; Fragaria viridis;29358;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Fragaria viridis;29358;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Fragaria viridis;29358;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Fragaria viridis;29358;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Fragaria viridis;29358;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Fragaria viridis;29358;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Fragaria viridis;29358;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Fragaria viridis;29358;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;9;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.06;3.25;2.78;3.16;;Preaggregated data obtained from single record.; Fragaria viridis;29358;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Fragaria viridis;29358;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Frangula alnus;28032;actual measurement (following LEDA data standards);generative dispersule;4.17;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;partly dried fruits; Frangula alnus;28032;actual measurement (following LEDA data standards);generative dispersule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;partly dried fruits; Frangula alnus;28032;actual measurement (following LEDA data standards);generative dispersule;4.31;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.31;;;;;partly dried fruits; Frangula alnus;28032;actual measurement (following LEDA data standards);generative dispersule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;partly dried fruits; Frangula alnus;28032;actual measurement (following LEDA data standards);generative dispersule;3.97;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;partly dried fruits; Frangula alnus;28032;actual measurement (following LEDA data standards);generative dispersule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;partly dried fruits; Frangula alnus;28032;actual measurement (following LEDA data standards);generative dispersule;4.24;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.19;4.31;3.97;4.24;;Preaggregated data obtained from single record.partly dried fruits; Frangula alnus;28032;actual measurement (following LEDA data standards);generative dispersule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;partly dried fruits; Frangula alnus;28032;actual measurement (following LEDA data standards);generative dispersule;4.31;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.31;;;;;partly dried fruits; Frangula alnus;28032;actual measurement (following LEDA data standards);generative dispersule;4.03;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.03;;;;;partly dried fruits; Frangula alnus;28032;actual measurement (following LEDA data standards);generative dispersule;4.31;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.31;;;;;partly dried fruits; Fraxinus americana;26419;actual measurement;one-seeded generative dispersule;1.42;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.42;;;;;cultivated; Fraxinus americana;26419;unknown;generative dispersule;1.04;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.04;;;;1;Matlack (1987); Fraxinus americana;26419;unknown;generative dispersule;1.42;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.42;;;;1;Greene & Johnson (1989); Fraxinus americana;26419;unknown;generative dispersule;1.6;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.6;;;;1;Green (1980); Fraxinus excelsior;26381;unknown;generative dispersule;1.4;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.4;;;;1;Müller-Schneider (1986); Fraxinus excelsior;26381;unknown;generative dispersule;2.17;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.17;;;;1;Matlack (1987); Fraxinus excelsior;26381;unknown;generative dispersule;1.25;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.25;;;;1;Schmidt (1918); Fraxinus excelsior;26381;unknown;generative dispersule;1.5;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.5;;;;1;Luftensteiner (1982); Fraxinus excelsior;26381;actual measurement;one-seeded generative dispersule;2.17;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.17;;;;;; Fraxinus pennsylvanica;26402;unknown;generative dispersule;1.62;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.62;;;;1;Green (1980); Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;;;;;; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.04;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.04;;;;;; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.38;;;;;; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2;;;;;; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.44;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.44;;;;;; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.34;;;;;; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.79;;;;;; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.32;;;;;; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.5;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.5;;;;;; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.43;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.43;;;;;; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.34;;;;;; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.55;;;;;; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.44;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.51;2;1.32;1.44;;Preaggregated data obtained from single record.; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.38;1.67;1.04;1.45;;Preaggregated data obtained from single record.; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.67;;;;;; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.45;;;;;; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.07;;;;;; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.31;;;;;; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.53;;;;;; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.45;;;;;; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.47;;;;;; Fritillaria meleagris;39121;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.49;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.49;;;;;; Fumana procumbens;18723;actual measurement;one-seeded generative dispersule;4.15;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.15;4.39;3.91;;;; Fumana procumbens;18723;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Fumana procumbens;18723;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Fumana procumbens;18723;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Fumana procumbens;18723;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Fumana procumbens;18723;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Fumana procumbens;18723;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.03;;;;;; Fumana procumbens;18723;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Fumana procumbens;18723;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Fumana procumbens;18723;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;; Fumana procumbens;18723;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.83;4.03;3.52;3.85;;Preaggregated data obtained from single record.; Fumana procumbens;18723;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;; Fumaria muralis;25544;actual measurement;one-seeded generative dispersule;3.1;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.1;3.52;2.91;;;; Fumaria officinalis;25549;actual measurement (following LEDA data standards);germinule;3.88;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.91;4.39;3.62;3.88;;Preaggregated data obtained from single record.; Fumaria officinalis;25549;actual measurement (following LEDA data standards);germinule;3.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.91;;;;;; Fumaria officinalis;25549;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Fumaria officinalis;25549;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Fumaria officinalis;25549;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Fumaria officinalis;25549;actual measurement (following LEDA data standards);germinule;3.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.85;;;;;; Fumaria officinalis;25549;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Fumaria officinalis;25549;actual measurement (following LEDA data standards);germinule;3.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.79;;;;;; Fumaria officinalis;25549;actual measurement (following LEDA data standards);germinule;4.39;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.39;;;;;; Fumaria officinalis;25549;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Fumaria officinalis;25549;actual measurement (following LEDA data standards);germinule;3.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.97;;;;;; Galega officinalis;21307;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;4.03;3.68;3.91;;Preaggregated data obtained from single record.; Galega officinalis;21307;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Galega officinalis;21307;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Galega officinalis;21307;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;; Galega officinalis;21307;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Galega officinalis;21307;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;; Galega officinalis;21307;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Galega officinalis;21307;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.03;;;;;; Galega officinalis;21307;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Galega officinalis;21307;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;; Galega officinalis;21307;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Galeopsis angustifolia;23489;unknown;generative dispersule;2.5569;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.5569;2.9855;2.1282;;1;Tackenberg (unpublished data); Galeopsis angustifolia;23489;unknown;generative dispersule;3.0945;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.0945;;;;1;Tackenberg (unpublished data); Galeopsis bifida;24586;actual measurement;one-seeded generative dispersule;4.21;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.21;4.46;4.03;;;; Galeopsis bifida;24586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Galeopsis bifida;24586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Galeopsis bifida;24586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Galeopsis bifida;24586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Galeopsis bifida;24586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Galeopsis bifida;24586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Galeopsis bifida;24586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Galeopsis bifida;24586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.82;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.78;3.91;3.57;3.82;;Preaggregated data obtained from single record.; Galeopsis bifida;24586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Galeopsis bifida;24586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Galeopsis bifida;24586;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Galeopsis ladanum;24587;unknown;generative dispersule;2.3305;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.3305;2.6834;1.9777;;1;Tackenberg (unpublished data); Galeopsis segetum;24230;unknown;generative dispersule;2.4705;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.4705;2.7715;2.1694;;1;Tackenberg (unpublished data); Galeopsis tetrahit;24648;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Galeopsis tetrahit;24648;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Galeopsis tetrahit;24648;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;3.91;3.16;3.68;;Preaggregated data obtained from single record.; Galeopsis tetrahit;24648;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Galeopsis tetrahit;24648;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Galeopsis tetrahit;24648;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Galeopsis tetrahit;24648;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Galeopsis tetrahit;24648;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Galeopsis tetrahit;24648;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Galeopsis tetrahit;24648;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Galeopsis tetrahit;24648;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Galeopsis tetrahit;24648;actual measurement;one-seeded generative dispersule;4.32;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.32;4.63;4.1;;;; Galinsoga ciliata;6801;actual measurement (following LEDA data standards);one-seeded generative dispersule;.82;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.82;;;;;; Galinsoga ciliata;6801;actual measurement (following LEDA data standards);one-seeded generative dispersule;.86;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.86;;;;;; Galinsoga ciliata;6801;actual measurement (following LEDA data standards);one-seeded generative dispersule;.73;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.73;;;;;; Galinsoga ciliata;6801;actual measurement (following LEDA data standards);one-seeded generative dispersule;.74;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.74;;;;;; Galinsoga ciliata;6801;actual measurement (following LEDA data standards);one-seeded generative dispersule;.88;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.88;;;;;; Galinsoga ciliata;6801;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.13;;;;;; Galinsoga ciliata;6801;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.11;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.11;;;;;; Galinsoga ciliata;6801;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.34;;;;;; Galinsoga ciliata;6801;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.97;1.34;.73;.87;;Preaggregated data obtained from single record.; Galinsoga ciliata;6801;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.34;;;;;; Galinsoga ciliata;6801;actual measurement (following LEDA data standards);one-seeded generative dispersule;.77;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.77;;;;;; Galium album;31949;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.17;3.38;3.05;3.13;;Preaggregated data obtained from single record.; Galium album;31949;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Galium album;31949;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Galium album;31949;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Galium album;31949;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Galium album;31949;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;; Galium album;31949;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Galium album;31949;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Galium album;31949;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Galium album;31949;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Galium album;31949;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;; Galium aparine;31956;unknown;generative dispersule;2.84;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.84;;;;1;Tackenberg (2001); Galium aparine;31956;actual measurement;one-seeded generative dispersule;4.56;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.56;4.72;4.31;;;; Galium aparine;31956;actual measurement;one-seeded generative dispersule;4.83;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.83;4.9;4.72;;;; Galium aparine;31956;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.15;4.24;4.03;4.17;;Preaggregated data obtained from single record.; Galium aparine;31956;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Galium aparine;31956;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Galium aparine;31956;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Galium aparine;31956;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Galium aparine;31956;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Galium aparine;31956;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Galium aparine;31956;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.17;;;;;; Galium aparine;31956;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.17;;;;;; Galium aparine;31956;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Galium aparine;31956;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.17;;;;;; Galium boreale;31917;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Galium boreale;31917;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Galium boreale;31917;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Galium boreale;31917;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Galium boreale;31917;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Galium boreale;31917;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.07;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.06;3.29;2.87;3.07;;Preaggregated data obtained from single record.; Galium boreale;31917;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Galium boreale;31917;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Galium boreale;31917;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Galium boreale;31917;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Galium boreale;31917;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Galium lucidum;31829;actual measurement;one-seeded generative dispersule;3.75;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.75;3.97;3.29;;;; Galium megalospermum;32146;unknown;generative dispersule;1.7933;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.7933;2.0612;1.5254;;1;Tackenberg (unpublished data); Galium mollugo;31782;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.07;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.06;3.29;2.87;3.07;;Preaggregated data obtained from single record.; Galium mollugo;31782;unknown;generative dispersule;2.43;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.43;;;;1;Tackenberg (2001); Galium mollugo;31782;unknown;generative dispersule;3.485;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.485;3.62;3.35;;1;Jongejans & Schippers (1999); Galium mollugo;31782;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Galium mollugo;31782;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Galium mollugo;31782;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Galium mollugo;31782;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Galium mollugo;31782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Galium mollugo;31782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Galium mollugo;31782;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Galium mollugo;31782;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Galium mollugo;31782;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Galium mollugo;31782;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Galium odoratum;31805;unknown;generative dispersule;2.4;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.4;;;;1;Tackenberg (2001); Galium palustre;31813;actual measurement;one-seeded generative dispersule;2.8;7;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.8;3.05;2.53;;;; Galium palustre;31813;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.66;3.73;3.57;3.62;;Preaggregated data obtained from single record.; Galium palustre;31813;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.73;;;;;; Galium palustre;31813;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;; Galium palustre;31813;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;; Galium palustre;31813;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;; Galium palustre;31813;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.73;;;;;; Galium palustre;31813;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.73;;;;;; Galium palustre;31813;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;; Galium palustre;31813;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;; Galium palustre;31813;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Galium palustre;31813;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.73;;;;;; Galium parisiense;31817;actual measurement;one-seeded generative dispersule;3.31;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.31;3.47;3.13;;;; Galium pumilum;31750;unknown;generative dispersule;3.13;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.13;;;;1;Maurer & Stöcklin (unpublished); Galium saxatile;31769;actual measurement (following LEDA data standards);germinule;3.45;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.36;3.57;2.53;3.45;;Preaggregated data obtained from single record.; Galium saxatile;31769;actual measurement (following LEDA data standards);germinule;3.57;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.57;;;;;; Galium saxatile;31769;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Galium saxatile;31769;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Galium saxatile;31769;actual measurement (following LEDA data standards);germinule;3.25;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Galium saxatile;31769;actual measurement (following LEDA data standards);germinule;2.53;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Galium saxatile;31769;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Galium saxatile;31769;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Galium saxatile;31769;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Galium saxatile;31769;actual measurement (following LEDA data standards);germinule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Galium saxatile;31769;actual measurement (following LEDA data standards);germinule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Galium saxatile;31769;actual measurement;one-seeded generative dispersule;3.49;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.49;3.97;3.21;;;; Galium schultesii;32114;unknown;generative dispersule;2.79;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.79;;;;1;Tackenberg (2001); Galium sterneri;31777;actual measurement;one-seeded generative dispersule;3.31;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.31;3.57;3.09;;;; Galium sylvaticum;31699;actual measurement;one-seeded generative dispersule;3.95;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.95;4.1;3.85;;;; Galium truniacum;32200;unknown;generative dispersule;2.2584;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.2584;2.4135;2.1033;;1;Tackenberg (unpublished data); Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;;;;;; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;2.78;2.55;2.63;;Preaggregated data obtained from single record.; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.78;;;;;; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.81;;;;;; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.91;;;;;; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.94;;;;;; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.91;;;;;; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);3.09;;;;;; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);3.01;;;;;; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);3.01;;;;;; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);3.09;;;;;; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.87;;;;;; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);3.13;;;;;; Galium uliginosum;31724;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.98;3.13;2.81;2.98;;Preaggregated data obtained from single record.; Galium verrucosum;32204;actual measurement;one-seeded generative dispersule;4.62;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.62;4.81;4.46;;;; Galium verum;31730;unknown;generative dispersule;1.84;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.84;;;;1;Tackenberg (2001); Galium verum;31730;actual measurement;one-seeded generative dispersule;3.54;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.54;3.91;3.01;;;; Galium verum;31730;actual measurement;one-seeded generative dispersule;2.72;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.72;3.13;1.62;;;; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.93;3.38;2.4;2.98;;Preaggregated data obtained from single record.; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.07;3.29;2.94;3.05;;Preaggregated data obtained from single record.; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);germinule;3.4;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.36;3.52;3.13;3.4;;Preaggregated data obtained from single record.; Galium verum;31730;actual measurement (following LEDA data standards);germinule;3.25;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);germinule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);germinule;3.13;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);germinule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);germinule;3.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.21;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Galium verum;31730;actual measurement (following LEDA data standards);germinule;3.25;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Genista germanica;20906;unknown;generative dispersule;4.94;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);4.94;;;;1;Maurer & Stöcklin (unpublished); Genista tinctoria;21390;unknown;generative dispersule;3.48;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.48;;;;1;Maurer & St?in (unpublished); Genista tinctoria;21390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Genista tinctoria;21390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Genista tinctoria;21390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Genista tinctoria;21390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Genista tinctoria;21390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Genista tinctoria;21390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Genista tinctoria;21390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Genista tinctoria;21390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Genista tinctoria;21390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Genista tinctoria;21390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.76;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.74;3.85;3.62;3.76;;Preaggregated data obtained from single record.; Genista tinctoria;21390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.45;;;;;; Genista tinctoria;21390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.23;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.23;;;;;; Genista tinctoria;21390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Genista tinctoria;21390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.45;3;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;3.57;3.23;3.45;;Preaggregated data obtained from single record.; Genista tinctoria;21390;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Genista tinctoria;21390;actual measurement;one-seeded generative dispersule;4.43;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.43;4.63;4.17;;;cultivated; Gentiana asclepiadea;23062;actual measurement;one-seeded generative dispersule;.68;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.68;.85;.41;;;; Gentiana asclepiadea;23062;unknown;generative dispersule;.86;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.86;;;;1;Tackenberg (2001); Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;.8;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.8;;;;;; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.94;;;;;; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.6;;;;;; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.11;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.11;;;;;; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.83;;;;;; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.84;;;;;; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.87;;;;;; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.01;;;;;; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1;;;;;; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.91;;;;;; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;.81;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.77;1.11;.51;.81;;Preaggregated data obtained from single record.; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;.89;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.9;1.03;.75;.89;;Preaggregated data obtained from single record.; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.89;;;;;; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;.51;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.51;;;;;; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;.65;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.65;;;;;; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.78;;;;;; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;.51;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.51;;;;;; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.89;;;;;; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;.86;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.86;;;;;; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.75;;;;;; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.95;;;;;; Gentiana asclepiadea;23062;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.03;;;;;; Gentiana clusii;23011;actual measurement;one-seeded generative dispersule;2.96;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.96;3.09;2.81;;;; Gentiana cruciata;22980;unknown;generative dispersule;1.92;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.92;;;;1;Tackenberg (2001); Gentiana cruciata;22980;unknown;generative dispersule;1.44;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.44;;;;1;Tackenberg (2001); Gentiana lutea;22882;unknown;generative dispersule;1.67;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.67;;;;1;Tackenberg (2001); Gentiana lutea;22882;unknown;generative dispersule;1.56;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.56;;;;1;Tackenberg (2001); Gentiana lutea;22882;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;6;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.78;2.16;1.45;1.71;;Preaggregated data obtained from single record.; Gentiana lutea;22882;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.72;;;;;; Gentiana lutea;22882;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.45;;;;;; Gentiana lutea;22882;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.69;;;;;; Gentiana lutea;22882;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Gentiana lutea;22882;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.67;;;;;; Gentiana lutea;22882;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;; Gentiana pneumonanthe;22875;actual measurement (following LEDA data standards);germinule;1.3;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.3;1.43;1.14;1.3;;Preaggregated data obtained from single record.; Gentiana pneumonanthe;22875;actual measurement (following LEDA data standards);germinule;1.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.43;;;;;; Gentiana pneumonanthe;22875;actual measurement (following LEDA data standards);germinule;1.24;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.24;;;;;; Gentiana pneumonanthe;22875;actual measurement (following LEDA data standards);germinule;1.32;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.32;;;;;; Gentiana pneumonanthe;22875;actual measurement (following LEDA data standards);germinule;1.28;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.28;;;;;; Gentiana pneumonanthe;22875;actual measurement (following LEDA data standards);germinule;1.27;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.27;;;;;; Gentiana pneumonanthe;22875;actual measurement (following LEDA data standards);germinule;1.37;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.37;;;;;; Gentiana pneumonanthe;22875;actual measurement (following LEDA data standards);germinule;1.36;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.36;;;;;; Gentiana pneumonanthe;22875;actual measurement (following LEDA data standards);germinule;1.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.17;;;;;; Gentiana pneumonanthe;22875;actual measurement (following LEDA data standards);germinule;1.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.38;;;;;; Gentiana pneumonanthe;22875;actual measurement (following LEDA data standards);germinule;1.14;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.14;;;;;; Gentiana punctata;22828;unknown;generative dispersule;1.1503;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.1503;1.3817;.91895;;1;Lutz (unpublished data); Gentiana utriculosa;22754;actual measurement;one-seeded generative dispersule;1.6;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.6;1.75;1.52;;;; Gentiana utriculosa;22754;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.62;1.87;1.37;1.62;;Preaggregated data obtained from single record.; Gentiana utriculosa;22754;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.74;;;;;; Gentiana utriculosa;22754;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.48;;;;;; Gentiana utriculosa;22754;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.4;;;;;; Gentiana utriculosa;22754;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.84;;;;;; Gentiana utriculosa;22754;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.87;;;;;; Gentiana utriculosa;22754;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.37;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.37;;;;;; Gentiana utriculosa;22754;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.82;;;;;; Gentiana utriculosa;22754;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.7;;;;;; Gentiana utriculosa;22754;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.53;;;;;; Gentiana utriculosa;22754;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.48;;;;;; Gentiana verna;22708;unknown;generative dispersule;1.57;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.57;;;;1;Tackenberg (2001); Gentiana verna;22708;unknown;generative dispersule;1.26;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.26;;;;1;Tackenberg (2001); Gentianella amarella;23102;actual measurement;one-seeded generative dispersule;2.6;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.6;2.72;2.31;;;; Gentianella amarella;23102;actual measurement;one-seeded generative dispersule;2.6;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.6;2.72;2.31;;;; Gentianella campestris;23049;actual measurement (following LEDA data standards);germinule;2.69;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.74;2.98;2.53;2.69;;Preaggregated data obtained from single record.; Gentianella campestris;23049;actual measurement (following LEDA data standards);germinule;2.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.81;;;;;; Gentianella campestris;23049;actual measurement (following LEDA data standards);germinule;2.53;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Gentianella campestris;23049;actual measurement (following LEDA data standards);germinule;2.66;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Gentianella campestris;23049;actual measurement (following LEDA data standards);germinule;2.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Gentianella campestris;23049;actual measurement (following LEDA data standards);germinule;2.66;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Gentianella campestris;23049;actual measurement (following LEDA data standards);germinule;2.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Gentianella campestris;23049;actual measurement (following LEDA data standards);germinule;2.6;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.6;;;;;; Gentianella campestris;23049;actual measurement (following LEDA data standards);germinule;2.72;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.72;;;;;; Gentianella campestris;23049;actual measurement (following LEDA data standards);germinule;2.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Gentianella campestris;23049;actual measurement (following LEDA data standards);germinule;2.66;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Gentianella campestris;23049;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Gentianella campestris;23049;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Gentianella campestris;23049;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;; Gentianella campestris;23049;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Gentianella campestris;23049;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.79;3.09;2.45;2.75;;Preaggregated data obtained from single record.; Gentianella campestris;23049;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Gentianella campestris;23049;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Gentianella campestris;23049;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Gentianella campestris;23049;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Gentianella campestris;23049;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Gentianella campestris;23049;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Gentianella germanica;22958;unknown;generative dispersule;2.54;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.54;;;;1;Tackenberg (2001); Gentianella germanica;22958;unknown;generative dispersule;2.25;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.25;;;;1;Tackenberg (2001); Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;3.16;2.66;2.84;;Preaggregated data obtained from single record.; Gentianella germanica;22958;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.77;3.01;2.36;2.84;;Preaggregated data obtained from single record.; Gentianella uliginosa;22746;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.22;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;2.63;1.95;2.22;;Preaggregated data obtained from single record.; Gentianella uliginosa;22746;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Gentianella uliginosa;22746;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;; Gentianella uliginosa;22746;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Gentianella uliginosa;22746;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Gentianella uliginosa;22746;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.95;;;;;; Gentianella uliginosa;22746;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Gentianella uliginosa;22746;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Gentianella uliginosa;22746;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Gentianella uliginosa;22746;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Gentianella uliginosa;22746;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Geranium molle;22585;actual measurement;one-seeded generative dispersule;3.83;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.83;4.1;3.47;;;; Geranium nodosum;22586;actual measurement;one-seeded generative dispersule;4.6;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.6;4.72;4.46;;;; Geranium pratense;22589;actual measurement;one-seeded generative dispersule;4.65;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.65;4.81;4.55;;;; Geranium pratense;22589;unknown;generative dispersule;3.7;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.7;;;;1;Tackenberg (2001); Geranium pusillum;22590;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Geranium pusillum;22590;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.34;3.42;3.16;3.38;;Preaggregated data obtained from single record.; Geranium pusillum;22590;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Geranium pusillum;22590;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Geranium pusillum;22590;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Geranium pusillum;22590;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Geranium pusillum;22590;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Geranium pusillum;22590;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Geranium pusillum;22590;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Geranium pusillum;22590;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Geranium pusillum;22590;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Geranium robertianum;22592;actual measurement (following LEDA data standards);germinule;3.13;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;3.42;2.91;3.13;;Preaggregated data obtained from single record.; Geranium robertianum;22592;actual measurement (following LEDA data standards);germinule;3.25;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Geranium robertianum;22592;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Geranium robertianum;22592;actual measurement (following LEDA data standards);germinule;3.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Geranium robertianum;22592;actual measurement (following LEDA data standards);germinule;3.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Geranium robertianum;22592;actual measurement (following LEDA data standards);germinule;3.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Geranium robertianum;22592;actual measurement (following LEDA data standards);germinule;2.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Geranium robertianum;22592;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Geranium robertianum;22592;actual measurement;one-seeded generative dispersule;3.72;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.72;4.03;3.29;;;; Geranium robertianum;22592;actual measurement (following LEDA data standards);germinule;3.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.21;;;;;; Geranium robertianum;22592;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Geranium robertianum;22592;actual measurement (following LEDA data standards);germinule;2.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Geranium robertianum;22592;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.07;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.07;3.21;2.91;3.07;;Preaggregated data obtained from single record.; Geranium robertianum;22592;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Geranium robertianum;22592;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Geranium robertianum;22592;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Geranium robertianum;22592;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Geranium robertianum;22592;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Geranium robertianum;22592;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Geranium robertianum;22592;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Geranium robertianum;22592;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Geranium robertianum;22592;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Geranium robertianum;22592;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Geranium sanguineum;22557;actual measurement;one-seeded generative dispersule;4.71;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.71;4.9;4.1;;;; Geranium sanguineum;22557;actual measurement;one-seeded generative dispersule;4.4;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.4;4.55;4.17;;;; Geranium sylvaticum;22559;unknown;generative dispersule;2.82;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.82;;;;1;Tackenberg (2001); Geranium sylvaticum;22559;unknown;generative dispersule;3.03;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.03;;;;1;Tackenberg (2001); Geranium sylvaticum;22559;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;2.55;;;;;mericarps with beak; Geranium sylvaticum;22559;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;2.63;;;;;mericarps with beak; Geranium sylvaticum;22559;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;2.45;;;;;mericarps with beak; Geranium sylvaticum;22559;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;2.31;;;;;mericarps with beak; Geranium sylvaticum;22559;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.49;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;2.5;2.69;2.31;2.49;;Preaggregated data obtained from single record.mericarps with beak; Geranium sylvaticum;22559;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;2.38;;;;;mericarps with beak; Geranium sylvaticum;22559;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;2.48;;;;;mericarps with beak; Geranium sylvaticum;22559;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;2.4;;;;;mericarps with beak; Geranium sylvaticum;22559;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;2.58;;;;;mericarps with beak; Geranium sylvaticum;22559;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;2.5;;;;;mericarps with beak; Geranium sylvaticum;22559;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;2.69;;;;;mericarps with beak; Geum montanum;29982;unknown;generative dispersule;.98493;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.98493;1.1845;.78537;;1;Lutz (unpublished data); Geum reptans;29707;unknown;generative dispersule;.83;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.83;;;;1;Tackenberg (unpublished data); Geum reptans;29707;unknown;generative dispersule;.87388;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.87388;1.0938;.65399;;1;Lutz (unpublished data); Geum rivale;29366;unknown;generative dispersule;1.58;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.58;;;;1;Tackenberg (2001); Geum rivale;29366;unknown;generative dispersule;1.47;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.47;;;;1;Tackenberg (2001); Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.86;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;3.13;2.31;2.86;;Preaggregated data obtained from single record.; Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.16;;;;;seeds collected by Michael Kleyer (Oldenburg); Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.76;;;;;seeds collected by Michael Kleyer (Oldenburg); Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.89;;;;;seeds collected by Michael Kleyer (Oldenburg); Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2;;;;;seeds collected by Michael Kleyer (Oldenburg); Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.93;2.23;1.71;1.88;;Preaggregated data obtained from single record.seeds collected by Michael Kleyer (Oldenburg); Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.79;;;;;seeds collected by Michael Kleyer (Oldenburg); Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.79;;;;;seeds collected by Michael Kleyer (Oldenburg); Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.87;;;;;seeds collected by Michael Kleyer (Oldenburg); Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.08;;;;;seeds collected by Michael Kleyer (Oldenburg); Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.23;;;;;seeds collected by Michael Kleyer (Oldenburg); Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.71;;;;;seeds collected by Michael Kleyer (Oldenburg); Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.93;3.21;2.63;2.98;;Preaggregated data obtained from single record.; Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.21;;;;;; Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Geum urbanum;30638;unknown;generative dispersule;1.77;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.77;;;;1;Tackenberg (2001); Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Geum urbanum;30638;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Gladiolus italicus;36571;actual measurement;one-seeded generative dispersule;4.79;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.79;4.9;4.63;;;; Gladiolus palustris;36576;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.17;;;;;; Gladiolus palustris;36576;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.02;;;;;; Gladiolus palustris;36576;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Gladiolus palustris;36576;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.95;;;;;; Gladiolus palustris;36576;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.59;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;3.47;1.95;2.59;;Preaggregated data obtained from single record.; Gladiolus palustris;36576;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Gladiolus palustris;36576;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Gladiolus palustris;36576;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Gladiolus palustris;36576;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Gladiolus palustris;36576;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Gladiolus palustris;36576;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Gladiolus palustris;36576;actual measurement;one-seeded generative dispersule;1.9;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.9;2.19;1.49;;;; Glaucium flavum;25533;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Glaucium flavum;25533;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Glaucium flavum;25533;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.48;3.73;3.29;3.47;;Preaggregated data obtained from single record.; Glaucium flavum;25533;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Glaucium flavum;25533;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Glaucium flavum;25533;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Glaucium flavum;25533;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Glaucium flavum;25533;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Glaucium flavum;25533;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Glaucium flavum;25533;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Glaucium flavum;25533;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.6;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.62;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.76;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.19;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);germinule;2.6;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.6;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);germinule;2.6;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.6;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);germinule;2.78;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);germinule;2.69;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);germinule;2.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);germinule;2.63;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;2.48;1.6;2.14;;Preaggregated data obtained from single record.; Glaux maritima;28861;actual measurement (following LEDA data standards);germinule;2.78;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);germinule;2.36;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.36;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);germinule;2.66;8;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.67;2.91;2.36;2.66;;Preaggregated data obtained from single record.; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;2.94;2.19;2.63;;Preaggregated data obtained from single record.; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Glaux maritima;28861;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Globularia cordifolia;25184;unknown;generative dispersule;1.3;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.3;;;;1;Luftensteiner (1982); Globularia cordifolia;25184;actual measurement;one-seeded generative dispersule;1.34;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.34;1.71;1.05;;;; Globularia nudicaulis;25197;actual measurement;one-seeded generative dispersule;2.04;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.04;2.27;1.87;;;; Globularia punctata;25198;unknown;generative dispersule;1.44;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.44;;;;1;Luftensteiner (1982); Globularia punctata;25198;unknown;generative dispersule;1.34;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.34;;;;1;Tackenberg (2001); Globularia punctata;25198;actual measurement;one-seeded generative dispersule;1.86;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.86;2;1.66;;;; Glyceria fluitans;40814;actual measurement;one-seeded generative dispersule;3.57;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.57;4.17;3.09;;;; Glyceria fluitans;40814;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Glyceria fluitans;40814;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Glyceria fluitans;40814;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Glyceria fluitans;40814;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Glyceria fluitans;40814;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;9;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.35;3.68;2.84;3.38;;Preaggregated data obtained from single record.; Glyceria fluitans;40814;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Glyceria fluitans;40814;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Glyceria fluitans;40814;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Glyceria fluitans;40814;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Glyceria fluitans;40814;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Glyceria maxima;40135;unknown;unknown;.87704;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.87704;;;;1;Tackenberg (unpublished data); Glyceria striata;40817;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.95;;;;;; Glyceria striata;40817;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Glyceria striata;40817;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Glyceria striata;40817;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.88;;;;;; Glyceria striata;40817;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Glyceria striata;40817;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.13;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.09;2.27;1.88;2.13;;Preaggregated data obtained from single record.; Glyceria striata;40817;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.19;;;;;; Glyceria striata;40817;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.17;;;;;; Glyceria striata;40817;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Glyceria striata;40817;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Glyceria striata;40817;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.36;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.36;;;;;; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.19;;;;;; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.4;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.4;;;;;; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.26;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.26;;;;;; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.69;;;;;; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.25;;;;;; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.75;;;;;; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.39;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.39;;;;;; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.16;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.16;;;;;; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.2;;;;;; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.31;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.37;.75;.16;.31;;Preaggregated data obtained from single record.; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.16;;;;;; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.17;;;;;; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.17;;;;;; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.19;;;;;; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.16;;;;;; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.15;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.15;;;;;; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.16;;;;;; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.16;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.16;.19;.13;.16;;Preaggregated data obtained from single record.; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.13;;;;;; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.14;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.14;;;;;; Gnaphalium luteo-album;7695;actual measurement (following LEDA data standards);one-seeded generative dispersule;.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.16;;;;;; Gratiola officinalis;33117;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.02;1.11;.87;1.02;;Preaggregated data obtained from single record.; Gratiola officinalis;33117;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.02;;;;;; Gratiola officinalis;33117;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.09;;;;;; Gratiola officinalis;33117;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.09;;;;;; Gratiola officinalis;33117;actual measurement (following LEDA data standards);one-seeded generative dispersule;.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.95;;;;;; Gratiola officinalis;33117;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1;;;;;; Gratiola officinalis;33117;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.06;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.06;;;;;; Gratiola officinalis;33117;actual measurement (following LEDA data standards);one-seeded generative dispersule;.96;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.96;;;;;; Gratiola officinalis;33117;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.87;;;;;; Gratiola officinalis;33117;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.11;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.11;;;;;; Gratiola officinalis;33117;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.01;;;;;; Gymnadenia conopsea;39638;unknown;generative dispersule;.31;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.31;;;;1;Müller-Schneider (1977); Gymnadenia conopsea;39638;unknown;generative dispersule;.32;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.32;;;;1;Müller-Schneider (1986); Gypsophila elegans;15798;actual measurement;one-seeded generative dispersule;4.8;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.8;;;;;cultivated; Gypsophila repens;17131;unknown;generative dispersule;1.2546;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.2546;;;;1;Tackenberg (unpublished data); Gypsophila repens;17131;actual measurement;one-seeded generative dispersule;3.07;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.07;3.21;2.87;;;; Gypsophila scorzonerifolia Ser.;17132;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.03;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.04;3.16;2.87;3.03;;Preaggregated data obtained from single record.; Gypsophila scorzonerifolia Ser.;17132;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Gypsophila scorzonerifolia Ser.;17132;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Gypsophila scorzonerifolia Ser.;17132;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Gypsophila scorzonerifolia Ser.;17132;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Gypsophila scorzonerifolia Ser.;17132;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Gypsophila scorzonerifolia Ser.;17132;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Gypsophila scorzonerifolia Ser.;17132;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;; Gypsophila scorzonerifolia Ser.;17132;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Gypsophila scorzonerifolia Ser.;17132;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Gypsophila scorzonerifolia Ser.;17132;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Halimione pedunculata;17799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.58;;;;;; Halimione pedunculata;17799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.5;;;;;; Halimione pedunculata;17799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Halimione pedunculata;17799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.72;;;;;; Halimione pedunculata;17799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.58;;;;;; Halimione pedunculata;17799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.57;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;2.75;2.16;2.57;;Preaggregated data obtained from single record.; Halimione pedunculata;17799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Halimione pedunculata;17799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Halimione pedunculata;17799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.55;;;;;; Halimione pedunculata;17799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.16;;;;;; Halimione pedunculata;17799;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.48;;;;;; Halimione pedunculata;17799;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.1;;;;;; Halimione pedunculata;17799;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.97;;;;;; Halimione pedunculata;17799;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.79;;;;;; Halimione pedunculata;17799;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;5;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.84;4.1;3.62;3.79;;Preaggregated data obtained from single record.; Halimione pedunculata;17799;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.73;;;;;; Halimione pedunculata;17799;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;; Hedypnois cretica;9226;actual measurement;one-seeded generative dispersule;3.04;5;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.04;3.85;2.38;;;; Hedysarum hedysaroides;21399;actual measurement;one-seeded generative dispersule;1.46;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.46;1.84;1.17;;;; Helianthemum nummularium;18594;actual measurement;one-seeded generative dispersule;3.81;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.81;3.91;3.57;;;; Helianthemum nummularium;18594;actual measurement;one-seeded generative dispersule;4.16;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.16;4.31;3.97;;;; Helianthemum nummularium;18594;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Helianthemum nummularium;18594;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Helianthemum nummularium;18594;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Helianthemum nummularium;18594;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Helianthemum nummularium;18594;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Helianthemum nummularium;18594;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Helianthemum nummularium;18594;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Helianthemum nummularium;18594;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Helianthemum nummularium;18594;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Helianthemum nummularium;18594;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Helianthemum nummularium;18594;unknown;generative dispersule;3.22;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.22;;;;1;Tackenberg (2001); Helianthemum nummularium;18594;unknown;generative dispersule;2.25;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.25;;;;1;Tackenberg (2001); Helianthemum nummularium;18594;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.6;3.79;3.33;3.62;;Preaggregated data obtained from single record.; Helianthemum oelandicum;18580;actual measurement;one-seeded generative dispersule;3.67;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.67;4.1;3.21;;;; Helianthus annuus;7986;actual measurement;one-seeded generative dispersule;5.44;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.44;;;;;cultivated; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.21;.36;.13;.2;;Preaggregated data obtained from single record.; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.36;;;;;; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.19;;;;;; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.2;.24;.18;.2;;Preaggregated data obtained from single record.; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.13;;;;;; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.2;;;;;; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.2;;;;;; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.2;;;;;; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.2;;;;;; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.19;;;;;; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.21;;;;;; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.24;;;;;; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.18;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.18;;;;;; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.18;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.18;;;;;; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.28;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.28;;;;;; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.19;;;;;; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.2;;;;;; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.2;;;;;; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.18;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.18;;;;;; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.23;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.23;;;;;; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.18;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.18;;;;;; Helichrysum arenarium;7066;actual measurement (following LEDA data standards);one-seeded generative dispersule;.22;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.22;;;;;; Helichrysum arenarium;7066;unknown;generative dispersule;.19;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.19;;;;1;Sautter (1994); Helleborus foetidus;27081;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.55;;;;;seeds collected by Michael Kleyer (Oldenburg); Helleborus foetidus;27081;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.55;;;;;seeds collected by Michael Kleyer (Oldenburg); Helleborus foetidus;27081;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.46;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.46;;;;;seeds collected by Michael Kleyer (Oldenburg); Helleborus foetidus;27081;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;seeds collected by Michael Kleyer (Oldenburg); Helleborus foetidus;27081;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.72;;;;;seeds collected by Michael Kleyer (Oldenburg); Helleborus foetidus;27081;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.55;;;;;seeds collected by Michael Kleyer (Oldenburg); Helleborus foetidus;27081;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.46;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.46;;;;;seeds collected by Michael Kleyer (Oldenburg); Helleborus foetidus;27081;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.55;;;;;seeds collected by Michael Kleyer (Oldenburg); Helleborus foetidus;27081;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;seeds collected by Michael Kleyer (Oldenburg); Helleborus foetidus;27081;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;seeds collected by Michael Kleyer (Oldenburg); Helleborus foetidus;27081;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.57;4.72;4.46;4.55;;Preaggregated data obtained from single record.seeds collected by Michael Kleyer (Oldenburg); Helleborus foetidus;27081;actual measurement;one-seeded generative dispersule;4.63;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.63;4.72;4.46;;;; Helleborus niger;26973;actual measurement;one-seeded generative dispersule;4.58;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.58;;;;;cultivated; Helleborus niger;26973;actual measurement;one-seeded generative dispersule;4.47;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.47;4.63;4.31;;;; Helleborus viridis;27076;actual measurement;one-seeded generative dispersule;4.55;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.55;4.81;4.31;;;; Hepatica nobilis;26984;actual measurement;one-seeded generative dispersule;3.17;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.17;3.57;2.75;;;; Heracleum mantegazzianum;1295;actual measurement;one-seeded generative dispersule;2.18;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.18;2.66;1.92;;;cultivated; Heracleum sibiricum;62348;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.07;;;;;; Heracleum sibiricum;62348;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.95;;;;;; Heracleum sibiricum;62348;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.38;;;;;; Heracleum sibiricum;62348;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.32;;;;;; Heracleum sibiricum;62348;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.91;;;;;; Heracleum sibiricum;62348;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.32;;;;;; Heracleum sibiricum;62348;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.3;;;;;; Heracleum sibiricum;62348;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.71;;;;;; Heracleum sibiricum;62348;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.74;;;;;; Heracleum sibiricum;62348;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.31;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.31;;;;;; Heracleum sibiricum;62348;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.73;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.7;2.38;1.3;1.73;;Preaggregated data obtained from single record.; Heracleum sphondylium;1232;actual measurement;one-seeded generative dispersule;1.87;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.87;2.27;1.5;;;; Heracleum sphondylium;1232;unknown;generative dispersule;1.56;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.56;;;;1;Tackenberg (2001); Herniaria glabra;16521;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.42;;;;;; Herniaria glabra;16521;actual measurement (following LEDA data standards);one-seeded generative dispersule;.61;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.61;;;;;; Herniaria glabra;16521;actual measurement (following LEDA data standards);one-seeded generative dispersule;.76;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.76;;;;;; Herniaria glabra;16521;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.58;;;;;; Herniaria glabra;16521;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.15;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.15;;;;;; Herniaria glabra;16521;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.87;;;;;; Herniaria glabra;16521;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.29;6;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.23;1.87;.61;1.29;;Preaggregated data obtained from single record.; Herniaria glabra;16521;unknown;generative dispersule;1.3163;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.3163;;;;1;Tackenberg (unpublished data); Hesperis matronalis;14004;actual measurement;one-seeded generative dispersule;4.52;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.52;;;;;cultivated; Hesperis matronalis;14004;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Hesperis matronalis;14004;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Hesperis matronalis;14004;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Hesperis matronalis;14004;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Hesperis matronalis;14004;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Hesperis matronalis;14004;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Hesperis matronalis;14004;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.55;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.5;3.68;3.33;3.55;;Preaggregated data obtained from single record.; Hesperis matronalis;14004;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Hesperis matronalis;14004;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Hesperis matronalis;14004;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Hesperis matronalis;14004;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Hieracium alpinum;30615;unknown;generative dispersule;.92936;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.92936;1.1749;.68379;;1;Lutz (unpublished data); Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.68;;;;;; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.62;;;;;; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;.48;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.48;;;;;; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.75;;;;;; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.68;;;;;; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;.6;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.6;;;;;; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.15;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.24;1.8;1.03;1.15;;Preaggregated data obtained from single record.; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;.65;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.64;.75;.48;.65;;Preaggregated data obtained from single record.; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.32;;;;;; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.03;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.03;;;;;; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.8;;;;;; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.13;;;;;; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.23;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.23;;;;;; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.45;;;;;; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.04;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.04;;;;;; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.13;;;;;; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.17;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.17;;;;;; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.07;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.07;;;;;; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;.65;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.65;;;;;; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;.72;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.72;;;;;; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;.59;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.59;;;;;; Hieracium amplexicaule;33881;actual measurement (following LEDA data standards);one-seeded generative dispersule;.65;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.65;;;;;; Hieracium aurantiacum;7024;unknown;generative dispersule;.32;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.32;;;;1;Müller-Schneider (1986); Hieracium aurantiacum;7024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.27;;;;;; Hieracium aurantiacum;7024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.27;;;;;; Hieracium aurantiacum;7024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.27;;;;;; Hieracium aurantiacum;7024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.37;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.37;;;;;; Hieracium aurantiacum;7024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.29;;;;;; Hieracium aurantiacum;7024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.27;.37;.17;.27;;Preaggregated data obtained from single record.; Hieracium aurantiacum;7024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.34;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.34;;;;;; Hieracium aurantiacum;7024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.31;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.31;;;;;; Hieracium aurantiacum;7024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.17;;;;;; Hieracium aurantiacum;7024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.21;;;;;; Hieracium aurantiacum;7024;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.19;;;;;; Hieracium aurantiacum;7024;actual measurement;one-seeded generative dispersule;.38;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.38;.47;.31;;;; Hieracium bifidum;14677;unknown;generative dispersule;.58;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.58;;;;1;Luftensteiner (1982); Hieracium caespitosum;8116;actual measurement (following LEDA data standards);one-seeded generative dispersule;.39;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.37;.49;.2;.39;;Preaggregated data obtained from single record.; Hieracium caespitosum;8116;actual measurement (following LEDA data standards);one-seeded generative dispersule;.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.38;;;;;; Hieracium caespitosum;8116;actual measurement (following LEDA data standards);one-seeded generative dispersule;.41;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.41;;;;;; Hieracium caespitosum;8116;actual measurement (following LEDA data standards);one-seeded generative dispersule;.34;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.34;;;;;; Hieracium caespitosum;8116;actual measurement (following LEDA data standards);one-seeded generative dispersule;.41;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.41;;;;;; Hieracium caespitosum;8116;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.33;;;;;; Hieracium caespitosum;8116;actual measurement (following LEDA data standards);one-seeded generative dispersule;.4;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.4;;;;;; Hieracium caespitosum;8116;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.2;;;;;; Hieracium caespitosum;8116;actual measurement (following LEDA data standards);one-seeded generative dispersule;.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.38;;;;;; Hieracium caespitosum;8116;actual measurement (following LEDA data standards);one-seeded generative dispersule;.49;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.49;;;;;; Hieracium caespitosum;8116;actual measurement (following LEDA data standards);one-seeded generative dispersule;.4;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.4;;;;;; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.4;;;;;; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.28;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.28;;;;;; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.42;;;;;; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.94;;;;;; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.64;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.66;.94;.55;.64;;Preaggregated data obtained from single record.; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.4;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.36;.47;.23;.4;;Preaggregated data obtained from single record.; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.6;;;;;; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.61;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.61;;;;;; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.61;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.61;;;;;; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.55;;;;;; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.71;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.71;;;;;; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.69;;;;;; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.57;;;;;; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.66;;;;;; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.7;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.7;;;;;; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.47;;;;;; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.26;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.26;;;;;; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.29;;;;;; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.41;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.41;;;;;; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.4;;;;;; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.23;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.23;;;;;; Hieracium echioides;6543;actual measurement (following LEDA data standards);one-seeded generative dispersule;.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.45;;;;;; Hieracium flagellare;7042;actual measurement;one-seeded generative dispersule;.37;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.37;.49;.26;;;; Hieracium glaucum;36455;unknown;generative dispersule;.72;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.72;;;;1;Luftensteiner (1982); Hieracium intybaceum;7054;unknown;generative dispersule;.8837;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.8837;1.0423;.72509;;1;Lutz (unpublished data); Hieracium lactucella;7271;unknown;generative dispersule;.8;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.8;;;;1;Tackenberg (2001); Hieracium laevigatum;44220;actual measurement (following LEDA data standards);one-seeded generative dispersule;.69;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.7;.93;.43;.69;;Preaggregated data obtained from single record.; Hieracium laevigatum;44220;actual measurement (following LEDA data standards);one-seeded generative dispersule;.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.91;;;;;; Hieracium laevigatum;44220;actual measurement (following LEDA data standards);one-seeded generative dispersule;.43;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.43;;;;;; Hieracium laevigatum;44220;actual measurement (following LEDA data standards);one-seeded generative dispersule;.93;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.93;;;;;; Hieracium laevigatum;44220;actual measurement (following LEDA data standards);one-seeded generative dispersule;.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.62;;;;;; Hieracium laevigatum;44220;actual measurement (following LEDA data standards);one-seeded generative dispersule;.59;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.59;;;;;; Hieracium laevigatum;44220;actual measurement (following LEDA data standards);one-seeded generative dispersule;.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.75;;;;;; Hieracium laevigatum;44220;actual measurement (following LEDA data standards);one-seeded generative dispersule;.54;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.54;;;;;; Hieracium laevigatum;44220;actual measurement (following LEDA data standards);one-seeded generative dispersule;.81;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.81;;;;;; Hieracium laevigatum;44220;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.87;;;;;; Hieracium laevigatum;44220;actual measurement (following LEDA data standards);one-seeded generative dispersule;.53;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.53;;;;;; Hieracium murorum;14443;unknown;generative dispersule;.6;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.6;;;;1;Luftensteiner (1982); Hieracium pilosella;6658;actual measurement;one-seeded generative dispersule;.6;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.6;.99;.44;;;; Hieracium pilosella;6658;actual measurement;one-seeded generative dispersule;.36;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.36;.56;.19;;;; Hieracium pilosella;6658;actual measurement (following LEDA data standards);one-seeded generative dispersule;.41;4;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.42;.56;.29;.41;;Preaggregated data obtained from single record.; Hieracium pilosella;6658;unknown;unknown;.845;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.845;.98;.71;;1;Jongejans & Schippers (1999); Hieracium pilosella;6658;unknown;generative dispersule;.19;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.19;;;;1;Tackenberg (2001); Hieracium pilosella;6658;unknown;generative dispersule;.18;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.18;;;;1;Tackenberg (2001); Hieracium pilosella;6658;unknown;generative dispersule;.21;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.21;;;;1;Luftensteiner (1982); Hieracium pilosella;6658;unknown;generative dispersule;.49;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.49;;;;1;Hensen & Müller (1997); Hieracium pilosella;6658;unknown;generative dispersule;.18;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.18;;;;1;Müller-Schneider (1986); Hieracium pilosella;6658;actual measurement (following LEDA data standards);one-seeded generative dispersule;.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.29;;;;;; Hieracium pilosella;6658;actual measurement (following LEDA data standards);one-seeded generative dispersule;.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.42;;;;;; Hieracium pilosella;6658;actual measurement (following LEDA data standards);one-seeded generative dispersule;.39;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.39;;;;;; Hieracium pilosella;6658;actual measurement (following LEDA data standards);one-seeded generative dispersule;.56;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.56;;;;;; Hieracium piloselloides;6837;unknown;generative dispersule;.63;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.63;;;;1;Tackenberg (2001); Hieracium piloselloides;6837;unknown;generative dispersule;.33;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.33;;;;1;Müller-Schneider (1986); Hieracium porrifolium;7322;actual measurement;one-seeded generative dispersule;1.25;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.25;1.89;.97;;;; Hieracium sabaudum;44218;unknown;generative dispersule;.38;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.38;;;;1;Müller-Schneider (1986); Hieracium sabaudum;44218;unknown;generative dispersule;.87;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.87;;;;1;Tackenberg (2001); Hieracium umbellatum;7093;actual measurement (following LEDA data standards);one-seeded generative dispersule;.63;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.65;.84;.5;.63;;Preaggregated data obtained from single record.; Hieracium umbellatum;7093;unknown;generative dispersule;.39;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.39;;;;1;Hensen & Müller (1997); Hieracium umbellatum;7093;unknown;generative dispersule;.48;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.48;;;;1;Tackenberg (2001); Hieracium umbellatum;7093;actual measurement (following LEDA data standards);one-seeded generative dispersule;.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.68;;;;;; Hieracium umbellatum;7093;actual measurement (following LEDA data standards);one-seeded generative dispersule;.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.68;;;;;; Hieracium umbellatum;7093;actual measurement (following LEDA data standards);one-seeded generative dispersule;.64;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.64;;;;;; Hieracium umbellatum;7093;unknown;generative dispersule;.43;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.43;.55;.31;;1;Matlack (1987); Hieracium umbellatum;7093;actual measurement (following LEDA data standards);one-seeded generative dispersule;.84;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.84;;;;;; Hieracium umbellatum;7093;actual measurement (following LEDA data standards);one-seeded generative dispersule;.81;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.81;;;;;; Hieracium umbellatum;7093;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.5;;;;;; Hieracium umbellatum;7093;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.5;;;;;; Hieracium umbellatum;7093;actual measurement (following LEDA data standards);one-seeded generative dispersule;.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.62;;;;;; Hieracium umbellatum;7093;actual measurement (following LEDA data standards);one-seeded generative dispersule;.6;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.6;;;;;; Hieracium umbellatum;7093;actual measurement (following LEDA data standards);one-seeded generative dispersule;.59;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.59;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.57;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.57;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.58;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.58;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.6;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.6;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.74;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.74;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.86;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.86;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.82;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.82;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.83;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.78;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.78;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.61;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.61;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.75;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.65;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.65;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.86;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.86;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.94;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.94;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.86;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.86;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.77;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.77;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.49;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.49;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.54;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.54;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.57;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.57;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.6;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.6;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.44;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.44;;;;;; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.58;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.59;.77;.44;.58;;Preaggregated data obtained from single record.; Hieracium vulgatum;17779;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.8;.94;.61;.83;;Preaggregated data obtained from single record.; Hierochloe australis;42515;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;9;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.82;2.23;1.66;1.76;;Preaggregated data obtained from single record.; Hierochloe australis;42515;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.76;;;;;; Hierochloe australis;42515;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.74;;;;;; Hierochloe australis;42515;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.84;;;;;; Hierochloe australis;42515;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.72;;;;;; Hierochloe australis;42515;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.84;;;;;; Hierochloe australis;42515;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.85;;;;;; Hierochloe australis;42515;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.66;;;;;; Hierochloe australis;42515;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Hierochloe australis;42515;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.74;;;;;; Hierochloe odorata;42519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.57;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.58;1.84;1.32;1.57;;Preaggregated data obtained from single record.; Hierochloe odorata;42519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.32;;;;;; Hierochloe odorata;42519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Hierochloe odorata;42519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.57;;;;;; Hierochloe odorata;42519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.77;;;;;; Hierochloe odorata;42519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.84;;;;;; Hierochloe odorata;42519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.58;;;;;; Hierochloe odorata;42519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.33;;;;;; Hierochloe odorata;42519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.48;;;;;; Hierochloe odorata;42519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.77;;;;;; Hierochloe odorata;42519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.57;;;;;; Hippocrepis comosa;21868;unknown;generative dispersule;2.84;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.84;;;;1;Tackenberg (2001); Hippocrepis comosa;21868;unknown;generative dispersule;2.45;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.45;;;;1;Tackenberg (2001); Hippocrepis comosa;21868;actual measurement;one-seeded generative dispersule;3.07;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.07;3.62;2.63;;;; Hippocrepis comosa;21868;actual measurement;germinule;3.48;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.48;4.31;2.81;;;; Hippophae rhamnoides;19002;actual measurement (following LEDA data standards);generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;dried fruits; Hippophae rhamnoides;19002;actual measurement (following LEDA data standards);generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;dried fruits; Hippophae rhamnoides;19002;actual measurement (following LEDA data standards);generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;dried fruits; Hippophae rhamnoides;19002;actual measurement (following LEDA data standards);generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;dried fruits; Hippophae rhamnoides;19002;actual measurement (following LEDA data standards);generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;dried fruits; Hippophae rhamnoides;19002;actual measurement (following LEDA data standards);generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;dried fruits; Hippophae rhamnoides;19002;actual measurement (following LEDA data standards);generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;dried fruits; Hippophae rhamnoides;19002;actual measurement (following LEDA data standards);generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;dried fruits; Hippophae rhamnoides;19002;actual measurement (following LEDA data standards);generative dispersule;3.73;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.74;3.91;3.47;3.73;;Preaggregated data obtained from single record.dried fruits; Hippophae rhamnoides;19002;actual measurement (following LEDA data standards);generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;dried fruits; Hippophae rhamnoides;19002;actual measurement (following LEDA data standards);generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;dried fruits; Hirschfeldia incana;14011;actual measurement;one-seeded generative dispersule;3;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3;3.16;2.81;;;; Hirschfeldia incana;14011;actual measurement;one-seeded generative dispersule;3;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3;3.16;2.81;;;; Holcus lanatus;42613;actual measurement;germinule;2.74;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.74;3.09;2.16;;;; Holcus lanatus;42613;actual measurement;one-seeded generative dispersule;.92;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.92;1.39;.63;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.53;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.87;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.89;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.84;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.03;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.34;;;;;spikelets. seeds collected by Ute Schadek (Oldenburg); Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.09;;;;;spikelets. seeds collected by Ute Schadek (Oldenburg); Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.3;;;;;spikelets. seeds collected by Ute Schadek (Oldenburg); Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.28;1.46;1.09;1.32;;Preaggregated data obtained from single record.spikelets. seeds collected by Ute Schadek (Oldenburg); Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;6;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.75;1.84;1.6;1.76;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.67;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.62;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.56;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.72;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.81;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.36;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.36;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.37;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.37;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.05;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.45;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.34;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.72;;;;;; Holcus lanatus;42613;unknown;generative dispersule;1.24;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.24;;;;1;Tackenberg (2001); Holcus lanatus;42613;unknown;generative dispersule;.875;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.875;.91;.84;;1;Jongejans & Schippers (1999); Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.33;1.81;.95;1.35;;Preaggregated data obtained from single record.; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.47;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.47;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.66;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.53;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.41;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.41;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.79;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.59;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.59;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.07;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.54;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.54;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.34;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.37;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.37;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;.95;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.95;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.02;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.18;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.18;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.54;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.58;2.07;1.34;1.54;;Preaggregated data obtained from single record.; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;1.72;1.4;1.56;;Preaggregated data obtained from single record.; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.93;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.89;2.08;1.53;1.93;;Preaggregated data obtained from single record.; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.17;;;;;spikelets. seeds collected by Ute Schadek (Oldenburg); Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.35;;;;;spikelets. seeds collected by Ute Schadek (Oldenburg); Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.37;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.37;;;;;spikelets. seeds collected by Ute Schadek (Oldenburg); Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.46;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.46;;;;;spikelets. seeds collected by Ute Schadek (Oldenburg); Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.1;;;;;spikelets. seeds collected by Ute Schadek (Oldenburg); Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.8;;;;;seeds collected by Ute Schadek (Oldenburg); Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.68;;;;;seeds collected by Ute Schadek (Oldenburg); Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.6;;;;;seeds collected by Ute Schadek (Oldenburg); Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.84;;;;;seeds collected by Ute Schadek (Oldenburg); Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.71;;;;;seeds collected by Ute Schadek (Oldenburg); Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.84;;;;;seeds collected by Ute Schadek (Oldenburg); Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.23;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.23;;;;;spikelets. seeds collected by Ute Schadek (Oldenburg); Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.34;;;;;spikelets. seeds collected by Ute Schadek (Oldenburg); Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.56;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.47;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.4;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.46;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.57;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.42;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.57;;;;;; Holcus lanatus;42613;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;; Holcus mollis;42614;actual measurement;one-seeded generative dispersule;1.43;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.43;1.61;1.29;;;; Holcus mollis;42614;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.79;;;;;; Holcus mollis;42614;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.8;;;;;; Holcus mollis;42614;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.8;;;;;; Holcus mollis;42614;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2;;;;;; Holcus mollis;42614;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2;;;;;; Holcus mollis;42614;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.95;;;;;; Holcus mollis;42614;unknown;unknown;.7869;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.7869;;;;1;Tackenberg (unpublished data); Holcus mollis;42614;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;6;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.89;2;1.79;1.88;;Preaggregated data obtained from single record.; Holosteum umbellatum;17010;unknown;generative dispersule;1.6;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.6;;;;1;Tackenberg (2001); Homogyne alpina;9177;unknown;generative dispersule;.42092;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.42092;.54175;.30008;;1;Lutz (unpublished data); Honkenya peploides;16523;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Honkenya peploides;16523;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.27;;;;;; Honkenya peploides;16523;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;; Honkenya peploides;16523;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.03;;;;;; Honkenya peploides;16523;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;; Honkenya peploides;16523;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;; Honkenya peploides;16523;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.39;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.39;;;;;; Honkenya peploides;16523;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.31;;;;;; Honkenya peploides;16523;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.15;4.46;3.85;4.1;;Preaggregated data obtained from single record.; Honkenya peploides;16523;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.46;;;;;; Honkenya peploides;16523;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;; Hordelymus europaeus;42617;unknown;generative dispersule;2.59;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.59;;;;1;Tackenberg (2001); Hordeum jubatum;43702;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.92;;;;;awns mostly missing; Hordeum jubatum;43702;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;awns mostly missing; Hordeum jubatum;43702;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;awns mostly missing; Hordeum jubatum;43702;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;awns mostly missing; Hordeum jubatum;43702;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;awns mostly missing; Hordeum jubatum;43702;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;awns mostly missing; Hordeum jubatum;43702;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;awns mostly missing; Hordeum jubatum;43702;actual measurement (following LEDA data standards);one-seeded generative dispersule;.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.92;;;;;; Hordeum jubatum;43702;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;2.81;1.92;2.58;;Preaggregated data obtained from single record.awns mostly missing; Hordeum jubatum;43702;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;8;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.24;1.43;.92;1.26;;Preaggregated data obtained from single record.; Hordeum jubatum;43702;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.24;;;;;; Hordeum jubatum;43702;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.32;;;;;; Hordeum jubatum;43702;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.21;;;;;; Hordeum jubatum;43702;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.43;;;;;; Hordeum jubatum;43702;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.39;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.39;;;;;; Hordeum jubatum;43702;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.14;;;;;; Hordeum jubatum;43702;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.28;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.28;;;;;; Hordeum jubatum;43702;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;awns mostly missing; Hordeum jubatum;43702;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;awns mostly missing; Hordeum jubatum;43702;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;awns mostly missing; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.04;8;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;3.16;2.78;3.04;;Preaggregated data obtained from single record.; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.87;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);germinule;3.13;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);germinule;3.13;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);germinule;3.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.21;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);germinule;3.13;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);germinule;3.16;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);germinule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);germinule;3.09;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);germinule;3.15;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.22;3.57;3.01;3.15;;Preaggregated data obtained from single record.; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;5;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.46;3.68;3.29;3.42;;Preaggregated data obtained from single record.; Hordeum murinum;42447;actual measurement (following LEDA data standards);germinule;3.57;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.57;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.84;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);germinule;3.01;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Hordeum murinum;42447;actual measurement;one-seeded generative dispersule;3.84;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.84;4.17;3.21;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.88;3.29;2.66;2.81;;Preaggregated data obtained from single record.; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Hordeum murinum;42447;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Hordeum secalinum;43182;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.45;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;3.62;3.13;3.45;;Preaggregated data obtained from single record.; Hordeum secalinum;43182;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Hordeum secalinum;43182;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Hordeum secalinum;43182;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Hordeum secalinum;43182;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Hordeum secalinum;43182;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Hordeum secalinum;43182;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Hordeum secalinum;43182;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.57;;;;;; Hordeum secalinum;43182;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Hordeum secalinum;43182;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Hordeum secalinum;43182;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Hordeum vulgare;42448;actual measurement;one-seeded generative dispersule;5.06;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.06;5.43;4.03;;;; Horminum pyrenaicum;25138;actual measurement;one-seeded generative dispersule;3.07;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.07;3.33;2.38;;;; Hornungia petraea;14530;actual measurement;one-seeded generative dispersule;1.89;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.89;2.05;1.71;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.72;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.75;.98;.63;.72;;Preaggregated data obtained from single record.; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.73;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.73;;;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.64;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.64;;;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.7;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.7;;;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.75;;;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.87;;;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.81;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.81;;;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.98;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.98;;;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.63;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.63;;;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.69;;;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.65;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.65;;;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.62;;;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.36;;;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.61;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.61;;;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.49;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.49;;;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.55;;;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.53;;;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.6;;;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.32;;;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.52;;;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.58;;;;;; Humulus lupulus;14697;actual measurement (following LEDA data standards);one-seeded generative dispersule;.54;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.52;.62;.32;.54;;Preaggregated data obtained from single record.; Hyacinthoides non-scripta;38541;actual measurement;one-seeded generative dispersule;4.63;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.63;4.81;4.55;;;; Hypericum elodes;23279;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.72;;;;;; Hypericum elodes;23279;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.8;;;;;; Hypericum elodes;23279;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.79;;;;;; Hypericum elodes;23279;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.71;;;;;; Hypericum elodes;23279;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.45;;;;;; Hypericum elodes;23279;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.74;1.91;1.45;1.76;;Preaggregated data obtained from single record.; Hypericum elodes;23279;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.72;;;;;; Hypericum elodes;23279;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.76;;;;;; Hypericum elodes;23279;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.8;;;;;; Hypericum elodes;23279;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.76;;;;;; Hypericum elodes;23279;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Hypericum hirsutum;23250;actual measurement;one-seeded generative dispersule;1.64;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.64;1.81;1.32;;;; Hypericum humifusum;23252;actual measurement (following LEDA data standards);germinule;1.56;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.56;;;;;; Hypericum humifusum;23252;actual measurement (following LEDA data standards);germinule;1.54;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.54;;;;;; Hypericum humifusum;23252;actual measurement (following LEDA data standards);germinule;1.63;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.63;;;;;; Hypericum humifusum;23252;actual measurement (following LEDA data standards);germinule;1.55;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.55;;;;;; Hypericum humifusum;23252;actual measurement (following LEDA data standards);germinule;1.53;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.53;;;;;; Hypericum humifusum;23252;actual measurement (following LEDA data standards);germinule;1.48;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.48;;;;;; Hypericum humifusum;23252;actual measurement (following LEDA data standards);germinule;1.53;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.53;;;;;; Hypericum humifusum;23252;actual measurement (following LEDA data standards);germinule;1.49;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.49;;;;;; Hypericum humifusum;23252;actual measurement (following LEDA data standards);germinule;1.53;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.53;;;;;; Hypericum humifusum;23252;actual measurement (following LEDA data standards);germinule;1.49;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.49;;;;;; Hypericum humifusum;23252;actual measurement (following LEDA data standards);germinule;1.53;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.53;1.63;1.48;1.53;;Preaggregated data obtained from single record.; Hypericum maculatum;23226;actual measurement (following LEDA data standards);germinule;1.58;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.58;;;;;; Hypericum maculatum;23226;actual measurement (following LEDA data standards);germinule;1.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.94;;;;;; Hypericum maculatum;23226;actual measurement (following LEDA data standards);germinule;1.76;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.76;;;;;; Hypericum maculatum;23226;actual measurement (following LEDA data standards);germinule;1.69;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.69;;;;;; Hypericum maculatum;23226;actual measurement (following LEDA data standards);germinule;1.56;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.56;;;;;; Hypericum maculatum;23226;actual measurement (following LEDA data standards);germinule;1.72;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.71;1.94;1.53;1.72;;Preaggregated data obtained from single record.; Hypericum maculatum;23226;actual measurement (following LEDA data standards);germinule;1.77;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.77;;;;;; Hypericum maculatum;23226;actual measurement (following LEDA data standards);germinule;1.53;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.53;;;;;; Hypericum maculatum;23226;actual measurement (following LEDA data standards);germinule;1.89;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.89;;;;;; Hypericum maculatum;23226;actual measurement (following LEDA data standards);germinule;1.75;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.75;;;;;; Hypericum maculatum;23226;actual measurement (following LEDA data standards);germinule;1.6;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.6;;;;;; Hypericum montanum;23241;actual measurement;one-seeded generative dispersule;1.63;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.63;2.02;1.15;;;; Hypericum montanum;23241;actual measurement;one-seeded generative dispersule;1.6;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.6;1.76;1.49;;;; Hypericum perforatum;23212;actual measurement (following LEDA data standards);germinule;1.76;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.75;1.88;1.6;1.76;;Preaggregated data obtained from single record.; Hypericum perforatum;23212;actual measurement (following LEDA data standards);germinule;1.67;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.67;;;;;; Hypericum perforatum;23212;actual measurement (following LEDA data standards);germinule;1.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.85;;;;;; Hypericum perforatum;23212;unknown;generative dispersule;1.34;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.34;;;;1;Tackenberg (2001); Hypericum perforatum;23212;actual measurement (following LEDA data standards);germinule;1.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.62;;;;;; Hypericum perforatum;23212;actual measurement (following LEDA data standards);germinule;1.8;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.8;;;;;; Hypericum perforatum;23212;actual measurement (following LEDA data standards);germinule;1.76;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.76;;;;;; Hypericum perforatum;23212;actual measurement (following LEDA data standards);germinule;1.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.85;;;;;; Hypericum perforatum;23212;actual measurement (following LEDA data standards);germinule;1.6;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.6;;;;;; Hypericum perforatum;23212;actual measurement (following LEDA data standards);germinule;1.88;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.88;;;;;; Hypericum perforatum;23212;actual measurement (following LEDA data standards);germinule;1.76;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.76;;;;;; Hypericum perforatum;23212;actual measurement (following LEDA data standards);germinule;1.75;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.75;;;;;; Hypericum perforatum;23212;actual measurement;one-seeded generative dispersule;1.79;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.79;2.08;1.56;;;; Hypericum perforatum;23212;actual measurement;one-seeded generative dispersule;1.54;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.54;1.7;1.26;;;; Hypericum perforatum;23212;actual measurement;one-seeded generative dispersule;1.48;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.48;1.92;1.25;;;; Hypericum perforatum;23212;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.92;;;;;; Hypericum perforatum;23212;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.17;;;;;; Hypericum perforatum;23212;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Hypericum perforatum;23212;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.64;;;;;; Hypericum perforatum;23212;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.25;;;;;; Hypericum perforatum;23212;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.89;;;;;; Hypericum perforatum;23212;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Hypericum perforatum;23212;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.93;2.25;1.64;1.92;;Preaggregated data obtained from single record.; Hypericum perforatum;23212;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.68;;;;;; Hypericum perforatum;23212;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.95;;;;;; Hypericum perforatum;23212;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.84;;;;;; Hypericum pulchrum;23219;actual measurement;one-seeded generative dispersule;1.75;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.75;1.94;1.61;;;; Hypochaeris glabra;7007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.89;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.89;;;;;; Hypochaeris glabra;7007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.84;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.86;.93;.76;.84;;Preaggregated data obtained from single record.; Hypochaeris glabra;7007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.84;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.84;;;;;; Hypochaeris glabra;7007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.86;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.86;;;;;; Hypochaeris glabra;7007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.84;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.84;;;;;; Hypochaeris glabra;7007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.93;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.93;;;;;; Hypochaeris glabra;7007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.84;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.84;;;;;; Hypochaeris glabra;7007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.92;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.92;;;;;; Hypochaeris glabra;7007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.84;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.84;;;;;; Hypochaeris glabra;7007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.84;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.84;;;;;; Hypochaeris glabra;7007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.76;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.76;;;;;; Hypochaeris glabra;7007;actual measurement;one-seeded generative dispersule;.54;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.54;.65;.44;;;; Hypochaeris glabra;7007;actual measurement;one-seeded generative dispersule;.5;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.5;.59;.44;;;; Hypochaeris maculata;8386;unknown;generative dispersule;.83;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.83;;;;1;Luftensteiner (1982); Hypochaeris maculata;8386;unknown;generative dispersule;.29;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.29;;;;1;Tackenberg (2001); Hypochaeris maculata;8386;unknown;generative dispersule;.59;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.59;;;;1;Tackenberg (2001); Hypochaeris uniflora;8453;unknown;generative dispersule;.62;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.62;;;;1;Müller-Schneider (1986); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.36;.57;.27;.32;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.5;;;;;seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.43;;;;;seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.27;;;;;seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.29;;;;;seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.49;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.49;;;;;seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.39;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.39;;;;;seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.57;;;;;seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.5;;;;;seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.45;;;;;seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.43;;;;;seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.41;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.41;;;;;seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement;one-seeded generative dispersule;.82;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.82;1.18;.63;;;; Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.38;;;;;seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.31;;;;;seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.28;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.28;;;;;seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.33;;;;;seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.3;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.3;;;;;seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.46;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.46;;;;;seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.39;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.39;;;;;seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.44;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.44;.5;.39;.44;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.45;;;;;seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.39;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.39;;;;;seeds collected by Ute Schadek (Oldenburg); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.66;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.64;.88;.42;.66;;Preaggregated data obtained from single record.; Hypochoeris radicata;6499;unknown;generative dispersule;.32;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.32;;;;1;Ridley (1930); Hypochoeris radicata;6499;unknown;generative dispersule;.32;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.32;;;;1;M?r-Schneider (1977); Hypochoeris radicata;6499;unknown;generative dispersule;.41;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.41;;;;1;Sheldon & Burrows (1973); Hypochoeris radicata;6499;unknown;generative dispersule;2.23;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.23;;;;1;Tackenberg (2001); Hypochoeris radicata;6499;unknown;generative dispersule;.54;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.54;;;;1;Jongejans & Schippers (1999); Hypochoeris radicata;6499;unknown;generative dispersule;.42;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.42;;;;1;Andersen (1993); Hypochoeris radicata;6499;unknown;generative dispersule;.69;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.69;;;;1;Askew & al. (1997); Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.71;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.71;;;;;; Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.68;;;;;; Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.88;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.88;;;;;; Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.7;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.7;;;;;; Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.42;;;;;; Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.5;;;;;; Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.64;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.64;;;;;; Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.76;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.76;;;;;; Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.53;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.53;;;;;; Hypochoeris radicata;6499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.62;;;;;; Illecebrum verticillatum;17139;actual measurement (following LEDA data standards);generative dispersule;1.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.1;;;;;capsules; Illecebrum verticillatum;17139;actual measurement (following LEDA data standards);generative dispersule;1.15;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.15;;;;;capsules; Illecebrum verticillatum;17139;actual measurement (following LEDA data standards);generative dispersule;1.15;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.15;;;;;capsules; Illecebrum verticillatum;17139;actual measurement (following LEDA data standards);generative dispersule;1.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.17;;;;;capsules; Illecebrum verticillatum;17139;actual measurement (following LEDA data standards);generative dispersule;1.19;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.19;;;;;capsules; Illecebrum verticillatum;17139;actual measurement (following LEDA data standards);generative dispersule;.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.92;;;;;capsules; Illecebrum verticillatum;17139;actual measurement (following LEDA data standards);generative dispersule;1.12;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.07;1.19;.88;1.12;;Preaggregated data obtained from single record.capsules; Illecebrum verticillatum;17139;actual measurement (following LEDA data standards);generative dispersule;1.11;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.11;;;;;capsules; Illecebrum verticillatum;17139;actual measurement (following LEDA data standards);generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.13;;;;;capsules; Illecebrum verticillatum;17139;actual measurement (following LEDA data standards);generative dispersule;.9;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.9;;;;;capsules; Illecebrum verticillatum;17139;actual measurement (following LEDA data standards);generative dispersule;.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.88;;;;;capsules; Impatiens glandulifera;11749;actual measurement;one-seeded generative dispersule;4.72;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.72;5;4.24;;;; Impatiens noli-tangere;11751;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;; Impatiens noli-tangere;11751;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;; Impatiens noli-tangere;11751;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.03;;;;;; Impatiens noli-tangere;11751;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;; Impatiens noli-tangere;11751;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.03;;;;;; Impatiens noli-tangere;11751;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;; Impatiens noli-tangere;11751;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;; Impatiens noli-tangere;11751;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.03;;;;;; Impatiens noli-tangere;11751;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Impatiens noli-tangere;11751;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;; Impatiens noli-tangere;11751;actual measurement (following LEDA data standards);one-seeded generative dispersule;4;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4;4.1;3.79;4;;Preaggregated data obtained from single record.; Impatiens parviflora;11752;actual measurement (following LEDA data standards);germinule;4.07;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.06;4.24;3.85;4.07;;Preaggregated data obtained from single record.; Impatiens parviflora;11752;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Impatiens parviflora;11752;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Impatiens parviflora;11752;actual measurement (following LEDA data standards);germinule;3.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.85;;;;;; Impatiens parviflora;11752;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Impatiens parviflora;11752;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Impatiens parviflora;11752;actual measurement;one-seeded generative dispersule;4.39;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.39;4.55;4.1;;;; Impatiens parviflora;11752;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Impatiens parviflora;11752;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Impatiens parviflora;11752;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Impatiens parviflora;11752;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Impatiens parviflora;11752;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Inula britannica;8741;unknown;generative dispersule;.22;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.22;;;;1;Tackenberg (2001); Inula britannica;8741;actual measurement (following LEDA data standards);one-seeded generative dispersule;.22;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.22;;;;;; Inula britannica;8741;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.25;;;;;; Inula britannica;8741;actual measurement (following LEDA data standards);one-seeded generative dispersule;.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.29;;;;;; Inula britannica;8741;actual measurement (following LEDA data standards);one-seeded generative dispersule;.26;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.26;;;;;; Inula britannica;8741;actual measurement (following LEDA data standards);one-seeded generative dispersule;.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.16;;;;;; Inula britannica;8741;actual measurement (following LEDA data standards);one-seeded generative dispersule;.22;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.22;.29;.16;.22;;Preaggregated data obtained from single record.; Inula britannica;8741;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.19;;;;;; Inula britannica;8741;actual measurement (following LEDA data standards);one-seeded generative dispersule;.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.24;;;;;; Inula britannica;8741;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.2;;;;;; Inula britannica;8741;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.19;;;;;; Inula britannica;8741;actual measurement (following LEDA data standards);one-seeded generative dispersule;.22;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.22;;;;;; Inula crithmoides;9035;actual measurement;one-seeded generative dispersule;.62;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.62;.79;.49;;;; Inula helenium;7875;actual measurement;one-seeded generative dispersule;.68;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.68;.75;.63;;;cultivated; Inula hirta;8244;unknown;generative dispersule;.65;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.65;;;;1;Luftensteiner (1982); Inula hirta;8244;actual measurement;one-seeded generative dispersule;.54;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.54;.65;.43;;;; Inula salicina;6502;unknown;generative dispersule;.28;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.28;;;;1;Ridley (1930); Inula salicina;6502;unknown;generative dispersule;.27;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.27;;;;1;Müller-Schneider (1986); Inula salicina;6502;unknown;generative dispersule;.2;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.2;;;;1;Tackenberg (2001); Inula salicina;6502;unknown;generative dispersule;.15;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.15;;;;1;Tackenberg (2001); Inula salicina;6502;unknown;generative dispersule;.27;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.27;;;;1;Müller-Schneider (1977); Ipomoea purpurea;18819;actual measurement;one-seeded generative dispersule;5.43;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.43;;;;;cultivated; Iris foetidissima;36612;actual measurement;one-seeded generative dispersule;5.15;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.15;5.56;5;;;; Iris graminea;36621;actual measurement;one-seeded generative dispersule;4.38;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.38;4.63;4.1;;;; Iris pseudacorus;36664;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;; Iris pseudacorus;36664;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;; Iris pseudacorus;36664;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;; Iris pseudacorus;36664;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.31;;;;;; Iris pseudacorus;36664;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.31;;;;;; Iris pseudacorus;36664;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.46;;;;;; Iris pseudacorus;36664;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.81;;;;;; Iris pseudacorus;36664;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.46;;;;;; Iris pseudacorus;36664;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;; Iris pseudacorus;36664;actual measurement;one-seeded generative dispersule;4.24;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.24;4.63;3.85;;;; Iris pseudacorus;36664;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.35;4.81;4.1;4.31;;Preaggregated data obtained from single record.; Iris pseudacorus;36664;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.63;;;;;; Iris sibirica;36687;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Iris sibirica;36687;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;3.79;2.94;3.52;;Preaggregated data obtained from single record.; Iris sibirica;36687;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Iris sibirica;36687;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Iris sibirica;36687;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Iris sibirica;36687;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Iris sibirica;36687;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Iris sibirica;36687;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Iris sibirica;36687;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Iris sibirica;36687;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Iris sibirica;36687;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Iris spuria;36693;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;; Iris spuria;36693;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;; Iris spuria;36693;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;; Iris spuria;36693;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;; Iris spuria;36693;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;; Iris spuria;36693;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;; Iris spuria;36693;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;; Iris spuria;36693;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;; Iris spuria;36693;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;; Iris spuria;36693;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.03;;;;;; Iris spuria;36693;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.12;4.17;4.03;4.1;;Preaggregated data obtained from single record.; Jasione laevis;14870;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.94;;;;;; Jasione laevis;14870;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.6;;;;;; Jasione laevis;14870;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Jasione laevis;14870;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Jasione laevis;14870;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.81;;;;;; Jasione laevis;14870;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.82;1.97;1.6;1.81;;Preaggregated data obtained from single record.; Jasione laevis;14870;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.8;;;;;; Jasione laevis;14870;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.81;;;;;; Jasione laevis;14870;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.92;;;;;; Jasione laevis;14870;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.71;;;;;; Jasione laevis;14870;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.63;;;;;; Jasione montana;14880;unknown;generative dispersule;.95;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.95;;;;1;Tackenberg (2001); Jasione montana;14880;actual measurement (following LEDA data standards);one-seeded generative dispersule;.99;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.99;;;;;; Jasione montana;14880;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.44;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.44;;;;;; Jasione montana;14880;actual measurement (following LEDA data standards);one-seeded generative dispersule;.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.95;;;;;; Jasione montana;14880;actual measurement (following LEDA data standards);one-seeded generative dispersule;.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.89;;;;;; Jasione montana;14880;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.02;;;;;; Jasione montana;14880;actual measurement (following LEDA data standards);one-seeded generative dispersule;.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.72;;;;;; Jasione montana;14880;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.08;;;;;; Jasione montana;14880;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.09;;;;;; Jasione montana;14880;actual measurement (following LEDA data standards);one-seeded generative dispersule;.82;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.82;;;;;; Jasione montana;14880;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.05;;;;;; Jasione montana;14880;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.01;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.01;1.44;.72;1.01;;Preaggregated data obtained from single record.; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.23;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.23;;;;;; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1;;;;;; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.03;;;;;; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.26;;;;;; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.24;;;;;; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.28;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.28;;;;;; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.2;1.3;1;1.24;;Preaggregated data obtained from single record.; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.15;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.15;;;;;; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.25;;;;;; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.23;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.23;;;;;; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.3;;;;;; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.13;;;;;; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.12;;;;;; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.09;;;;;; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.18;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.18;;;;;; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;.96;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.96;;;;;; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.07;;;;;; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.16;;;;;; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.23;;;;;; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.15;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.15;;;;;; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.04;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.04;;;;;; Juncus acutiflorus;35974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.11;1.23;.96;1.13;;Preaggregated data obtained from single record.; Juncus anceps;35959;actual measurement (following LEDA data standards);one-seeded generative dispersule;.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.05;;;;;; Juncus anceps;35959;actual measurement (following LEDA data standards);one-seeded generative dispersule;.88;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.88;;;;;; Juncus anceps;35959;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.83;;;;;; Juncus anceps;35959;actual measurement (following LEDA data standards);one-seeded generative dispersule;.88;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.88;;;;;; Juncus anceps;35959;actual measurement (following LEDA data standards);one-seeded generative dispersule;.78;6;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.67;.88;.05;.78;;Preaggregated data obtained from single record.; Juncus anceps;35959;actual measurement (following LEDA data standards);one-seeded generative dispersule;.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.73;;;;;; Juncus anceps;35959;actual measurement (following LEDA data standards);one-seeded generative dispersule;.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.66;;;;;; Juncus articulatus;35965;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.31;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.3;1.58;.92;1.31;;Preaggregated data obtained from single record.; Juncus articulatus;35965;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.22;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.22;;;;;; Juncus articulatus;35965;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;;;;;; Juncus articulatus;35965;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.24;;;;;; Juncus articulatus;35965;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.22;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.22;;;;;; Juncus articulatus;35965;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.37;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.37;;;;;; Juncus articulatus;35965;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.28;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.28;;;;;; Juncus articulatus;35965;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.37;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.37;;;;;; Juncus articulatus;35965;actual measurement (following LEDA data standards);one-seeded generative dispersule;.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.92;;;;;; Juncus articulatus;35965;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.58;;;;;; Juncus articulatus;35965;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.42;;;;;; Juncus articulatus;35965;actual measurement;one-seeded generative dispersule;1.31;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.31;1.4;1.23;;;; Juncus atratus;35939;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.07;;;;;; Juncus atratus;35939;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.02;;;;;; Juncus atratus;35939;actual measurement (following LEDA data standards);one-seeded generative dispersule;.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.98;;;;;; Juncus atratus;35939;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.05;;;;;; Juncus atratus;35939;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.1;;;;;; Juncus atratus;35939;actual measurement (following LEDA data standards);one-seeded generative dispersule;.93;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.93;;;;;; Juncus atratus;35939;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.01;;;;;; Juncus atratus;35939;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.01;;;;;; Juncus atratus;35939;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.22;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.22;;;;;; Juncus atratus;35939;actual measurement (following LEDA data standards);one-seeded generative dispersule;.93;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.93;;;;;; Juncus atratus;35939;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.03;1.22;.93;1.02;;Preaggregated data obtained from single record.; Juncus balticus;35943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.22;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.22;;;;;; Juncus balticus;35943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.09;;;;;; Juncus balticus;35943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.04;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.04;;;;;; Juncus balticus;35943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.12;;;;;; Juncus balticus;35943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.07;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.1;1.22;1.02;1.07;;Preaggregated data obtained from single record.; Juncus balticus;35943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.04;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.04;;;;;; Juncus balticus;35943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.02;;;;;; Juncus balticus;35943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.05;;;;;; Juncus balticus;35943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.02;;;;;; Juncus balticus;35943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.15;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.15;;;;;; Juncus balticus;35943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.21;;;;;; Juncus bufonius;36128;actual measurement (following LEDA data standards);germinule;1.54;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.54;;;;;; Juncus bufonius;36128;actual measurement (following LEDA data standards);germinule;1.95;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.95;;;;;; Juncus bufonius;36128;actual measurement (following LEDA data standards);germinule;1.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.52;;;;;; Juncus bufonius;36128;actual measurement (following LEDA data standards);germinule;1.25;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.25;;;;;; Juncus bufonius;36128;actual measurement (following LEDA data standards);germinule;1.39;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.39;;;;;; Juncus bufonius;36128;actual measurement (following LEDA data standards);germinule;1.57;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.64;2.08;1.25;1.57;;Preaggregated data obtained from single record.; Juncus bufonius;36128;actual measurement (following LEDA data standards);germinule;1.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.91;;;;;; Juncus bufonius;36128;actual measurement (following LEDA data standards);germinule;2.08;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.08;;;;;; Juncus bufonius;36128;actual measurement (following LEDA data standards);germinule;1.66;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.66;;;;;; Juncus bufonius;36128;actual measurement (following LEDA data standards);germinule;1.53;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.53;;;;;; Juncus bufonius;36128;actual measurement (following LEDA data standards);germinule;1.59;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.59;;;;;; Juncus bulbosus;36026;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.06;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.06;;;;;; Juncus bulbosus;36026;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.12;4;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.1;1.12;1.06;1.12;;Preaggregated data obtained from single record.; Juncus bulbosus;36026;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.12;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.12;;;;;; Juncus bulbosus;36026;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.12;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.12;;;;;; Juncus bulbosus;36026;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.11;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.11;;;;;; Juncus capitatus;36042;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.83;;;;;; Juncus capitatus;36042;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.87;;;;;; Juncus capitatus;36042;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.06;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.06;;;;;; Juncus capitatus;36042;actual measurement (following LEDA data standards);one-seeded generative dispersule;.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.92;;;;;; Juncus capitatus;36042;actual measurement (following LEDA data standards);one-seeded generative dispersule;.88;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.9;1.06;.83;.88;;Preaggregated data obtained from single record.; Juncus capitatus;36042;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.87;;;;;; Juncus capitatus;36042;actual measurement (following LEDA data standards);one-seeded generative dispersule;.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.89;;;;;; Juncus capitatus;36042;actual measurement (following LEDA data standards);one-seeded generative dispersule;.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.89;;;;;; Juncus capitatus;36042;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.87;;;;;; Juncus capitatus;36042;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.83;;;;;; Juncus capitatus;36042;actual measurement (following LEDA data standards);one-seeded generative dispersule;.93;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.93;;;;;; Juncus compressus;36003;actual measurement (following LEDA data standards);germinule;1.11;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.1;1.18;.98;1.11;;Preaggregated data obtained from single record.; Juncus compressus;36003;actual measurement (following LEDA data standards);germinule;1.14;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.14;;;;;; Juncus compressus;36003;actual measurement (following LEDA data standards);germinule;1.09;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.09;;;;;; Juncus compressus;36003;actual measurement (following LEDA data standards);germinule;1.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.05;;;;;; Juncus compressus;36003;actual measurement (following LEDA data standards);germinule;1.12;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.12;;;;;; Juncus compressus;36003;actual measurement (following LEDA data standards);germinule;1.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.17;;;;;; Juncus compressus;36003;actual measurement (following LEDA data standards);germinule;1.18;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.18;;;;;; Juncus compressus;36003;actual measurement (following LEDA data standards);germinule;1.08;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.08;;;;;; Juncus compressus;36003;actual measurement (following LEDA data standards);germinule;.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.98;;;;;; Juncus compressus;36003;actual measurement (following LEDA data standards);germinule;1.07;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.07;;;;;; Juncus compressus;36003;actual measurement (following LEDA data standards);germinule;1.12;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.12;;;;;; Juncus compressus;36003;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.18;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.18;1.38;1.08;1.18;;Preaggregated data obtained from single record.; Juncus compressus;36003;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.18;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.18;;;;;; Juncus compressus;36003;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.08;;;;;; Juncus compressus;36003;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.27;;;;;; Juncus compressus;36003;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.08;;;;;; Juncus compressus;36003;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.2;;;;;; Juncus compressus;36003;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.17;;;;;; Juncus compressus;36003;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.2;;;;;; Juncus compressus;36003;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.08;;;;;; Juncus compressus;36003;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.38;;;;;; Juncus compressus;36003;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.14;;;;;; Juncus conglomeratus;36007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.91;;;;;; Juncus conglomeratus;36007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.95;;;;;; Juncus conglomeratus;36007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.99;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.99;;;;;; Juncus conglomeratus;36007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.97;;;;;; Juncus conglomeratus;36007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.88;;;;;; Juncus conglomeratus;36007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.96;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.96;;;;;; Juncus conglomeratus;36007;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.03;;;;;; Juncus conglomeratus;36007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.95;1.03;.87;.97;;Preaggregated data obtained from single record.; Juncus conglomeratus;36007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.98;;;;;; Juncus conglomeratus;36007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.87;;;;;; Juncus conglomeratus;36007;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1;;;;;; Juncus effusus;36014;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.63;;;;;; Juncus effusus;36014;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.61;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.61;;;;;; Juncus effusus;36014;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.45;;;;;; Juncus effusus;36014;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.32;;;;;; Juncus effusus;36014;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.51;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.51;;;;;; Juncus effusus;36014;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.48;;;;;; Juncus effusus;36014;actual measurement;one-seeded generative dispersule;1.11;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.11;1.18;1.04;;;; Juncus effusus;36014;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.5;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.5;1.66;1.32;1.5;;Preaggregated data obtained from single record.; Juncus effusus;36014;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.46;;;;;; Juncus effusus;36014;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.66;;;;;; Juncus effusus;36014;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.36;;;;;; Juncus effusus;36014;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Juncus filiformis;36023;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Juncus filiformis;36023;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.49;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.49;;;;;; Juncus filiformis;36023;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.57;;;;;; Juncus filiformis;36023;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.18;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.18;;;;;; Juncus filiformis;36023;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.72;;;;;; Juncus filiformis;36023;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.64;;;;;; Juncus filiformis;36023;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.5;;;;;; Juncus filiformis;36023;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.62;;;;;; Juncus filiformis;36023;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.46;;;;;; Juncus filiformis;36023;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.53;;;;;; Juncus filiformis;36023;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.54;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.53;1.72;1.18;1.54;;Preaggregated data obtained from single record.; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.4;;;;;; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.37;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.37;;;;;; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.23;;;;;; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.25;;;;;; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.44;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.44;;;;;; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.25;;;;;; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.74;;;;;; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.7;;;;;; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.58;;;;;; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.69;;;;;; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.72;;;;;; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.84;;;;;; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.67;1.84;1.58;1.67;;Preaggregated data obtained from single record.; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.26;;;;;; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.24;;;;;; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.3;1.44;1.23;1.26;;Preaggregated data obtained from single record.; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.63;;;;;; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.62;;;;;; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.58;;;;;; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.64;;;;;; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.24;;;;;; Juncus gerardi;36081;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.32;;;;;; Juncus inflexus;36061;actual measurement;one-seeded generative dispersule;1.13;4;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.13;1.3;.93;;;; Juncus inflexus;36061;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.39;1.64;1.14;1.38;;Preaggregated data obtained from single record.; Juncus inflexus;36061;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.43;;;;;; Juncus inflexus;36061;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.28;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.28;;;;;; Juncus inflexus;36061;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.47;;;;;; Juncus inflexus;36061;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.28;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.28;;;;;; Juncus inflexus;36061;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.64;;;;;; Juncus inflexus;36061;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Juncus inflexus;36061;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.37;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.37;;;;;; Juncus inflexus;36061;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.39;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.39;;;;;; Juncus inflexus;36061;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.14;;;;;; Juncus inflexus;36061;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.36;;;;;; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.52;1.67;1.38;1.55;;Preaggregated data obtained from single record.; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.45;;;;;; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.56;;;;;; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.56;;;;;; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.41;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.41;;;;;; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.66;;;;;; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.38;;;;;; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.67;;;;;; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.42;;;;;; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.44;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.44;;;;;; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.59;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.59;;;;;; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.45;;;;;; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.64;;;;;; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.45;;;;;; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.51;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.52;1.66;1.32;1.51;;Preaggregated data obtained from single record.; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.32;;;;;; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.46;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.46;;;;;; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.66;;;;;; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.66;;;;;; Juncus maritimus;36160;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.55;;;;;; Juncus ranarius;36052;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.57;;;;;; Juncus ranarius;36052;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.67;;;;;; Juncus ranarius;36052;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.44;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.44;;;;;; Juncus ranarius;36052;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.38;;;;;; Juncus ranarius;36052;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.46;;;;;; Juncus ranarius;36052;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.53;1.72;1.38;1.53;;Preaggregated data obtained from single record.; Juncus ranarius;36052;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.58;;;;;; Juncus ranarius;36052;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.52;;;;;; Juncus ranarius;36052;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.72;;;;;; Juncus ranarius;36052;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.38;;;;;; Juncus ranarius;36052;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.54;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.54;;;;;; Juncus squarrosus;36142;actual measurement;one-seeded generative dispersule;.9;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.9;1.03;.68;;;; Juncus squarrosus;36142;actual measurement (following LEDA data standards);germinule;2.05;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.09;2.45;1.89;2.05;;Preaggregated data obtained from single record.; Juncus squarrosus;36142;actual measurement (following LEDA data standards);germinule;2.36;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.36;;;;;; Juncus squarrosus;36142;actual measurement (following LEDA data standards);germinule;2.45;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.45;;;;;; Juncus squarrosus;36142;actual measurement (following LEDA data standards);germinule;1.89;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.89;;;;;; Juncus squarrosus;36142;actual measurement (following LEDA data standards);germinule;2.02;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.02;;;;;; Juncus squarrosus;36142;actual measurement (following LEDA data standards);germinule;1.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.94;;;;;; Juncus squarrosus;36142;actual measurement (following LEDA data standards);germinule;2.12;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.12;;;;;; Juncus squarrosus;36142;actual measurement (following LEDA data standards);germinule;1.92;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.92;;;;;; Juncus squarrosus;36142;actual measurement (following LEDA data standards);germinule;2.07;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.07;;;;;; Juncus squarrosus;36142;actual measurement (following LEDA data standards);germinule;2.08;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.08;;;;;; Juncus squarrosus;36142;actual measurement (following LEDA data standards);germinule;2;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2;;;;;; Juncus squarrosus;36142;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.87;;;;;; Juncus squarrosus;36142;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2;;;;;; Juncus squarrosus;36142;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.64;;;;;; Juncus squarrosus;36142;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.89;2.07;1.59;1.98;;Preaggregated data obtained from single record.; Juncus squarrosus;36142;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.03;;;;;; Juncus squarrosus;36142;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.07;;;;;; Juncus squarrosus;36142;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2;;;;;; Juncus squarrosus;36142;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.95;;;;;; Juncus squarrosus;36142;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.71;;;;;; Juncus squarrosus;36142;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.59;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.59;;;;;; Juncus squarrosus;36142;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.03;;;;;; Juniperus communis;741;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;seeds; Juniperus communis;741;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.39;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.39;;;;;berries; Juniperus communis;741;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.55;;;;;berries; Juniperus communis;741;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;berries; Juniperus communis;741;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.72;;;;;berries; Juniperus communis;741;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;berries; Juniperus communis;741;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;berries; Juniperus communis;741;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.72;;;;;berries; Juniperus communis;741;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;berries; Juniperus communis;741;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.72;;;;;berries; Juniperus communis;741;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.55;;;;;berries; Juniperus communis;741;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;seeds; Juniperus communis;741;actual measurement (following LEDA data standards);germinule;3.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.97;;;;;seeds; Juniperus communis;741;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.1;;;;;seeds; Juniperus communis;741;actual measurement (following LEDA data standards);germinule;4.1;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.08;4.31;3.85;4.1;;Preaggregated data obtained from single record.seeds; Juniperus communis;741;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.63;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.62;4.72;4.39;4.63;;Preaggregated data obtained from single record.berries; Juniperus communis;741;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.1;;;;;seeds; Juniperus communis;741;actual measurement (following LEDA data standards);germinule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;seeds; Juniperus communis;741;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;seeds; Juniperus communis;741;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;seeds; Juniperus communis;741;actual measurement (following LEDA data standards);germinule;3.85;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.85;;;;;seeds; Juniperus communis;741;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.1;;;;;seeds; Jurinea cyanoides;6414;unknown;generative dispersule;1.35;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.35;;;;1;Sautter (1994); Kernera saxatilis;14059;actual measurement;one-seeded generative dispersule;1.89;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.89;2.1;1.72;;;; Knautia arvensis;19058;unknown;generative dispersule;2.08;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.08;;;;1;Tackenberg (2001); Knautia arvensis;19058;unknown;generative dispersule;1.87;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.87;;;;1;Tackenberg (2001); Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.9;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.86;3.33;2.36;2.9;;Preaggregated data obtained from single record.; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.65;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.59;3.16;2.1;2.65;;Preaggregated data obtained from single record.; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.14;;;;;; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Knautia arvensis;19058;actual measurement;one-seeded generative dispersule;3.61;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.61;4.31;3.16;;;; Knautia arvensis;19058;actual measurement;one-seeded generative dispersule;1.94;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.94;2.53;1.71;;;; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Knautia arvensis;19058;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Koeleria glauca;43022;unknown;unknown;1.2016;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.2016;;;;1;Tackenberg (unpublished data); Koeleria macrantha;42831;actual measurement;one-seeded generative dispersule;1.79;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.79;2.08;1.41;;;; Koeleria macrantha;42831;actual measurement;one-seeded generative dispersule;1.28;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.28;1.79;.74;;;; Lactuca perennis;6626;unknown;generative dispersule;1.756;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.756;;;;1;Tackenberg (unpublished data); Lactuca serriola;6360;unknown;generative dispersule;.77;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.77;;;;1;Luftensteiner (1982); Lactuca serriola;6360;unknown;generative dispersule;.43;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.43;;;;1;Andersen (1993); Lactuca virosa;7940;actual measurement (following LEDA data standards);one-seeded generative dispersule;.96;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.96;;;;;; Lactuca virosa;7940;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1;;;;;; Lactuca virosa;7940;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.97;;;;;; Lactuca virosa;7940;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.13;;;;;; Lactuca virosa;7940;actual measurement (following LEDA data standards);one-seeded generative dispersule;.99;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.99;1.16;.79;.99;;Preaggregated data obtained from single record.; Lactuca virosa;7940;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.14;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.14;;;;;; Lactuca virosa;7940;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.16;;;;;; Lactuca virosa;7940;actual measurement (following LEDA data standards);one-seeded generative dispersule;.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.9;;;;;; Lactuca virosa;7940;actual measurement (following LEDA data standards);one-seeded generative dispersule;.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.79;;;;;; Lactuca virosa;7940;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.03;;;;;; Lactuca virosa;7940;actual measurement (following LEDA data standards);one-seeded generative dispersule;.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.81;;;;;; Lactuca virosa;7940;unknown;generative dispersule;.22;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.22;;;;1;Ridley (1930); Lactuca virosa;7940;unknown;generative dispersule;.22;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.22;;;;1;Müller-Schneider (1977); Lamiastrum galeobdolon;24666;actual measurement;one-seeded generative dispersule;3.67;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.67;3.91;3.47;;;; Lamiastrum galeobdolon;24666;actual measurement;one-seeded generative dispersule;3.61;9;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.61;3.85;3.09;;;; Lamium album;24182;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Lamium album;24182;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Lamium album;24182;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Lamium album;24182;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Lamium album;24182;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Lamium album;24182;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Lamium album;24182;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Lamium album;24182;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Lamium album;24182;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Lamium album;24182;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Lamium album;24182;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.03;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.02;3.42;2.63;3.03;;Preaggregated data obtained from single record.; Lamium maculatum;24189;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Lamium maculatum;24189;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Lamium maculatum;24189;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.23;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.14;3.47;2.65;3.23;;Preaggregated data obtained from single record.; Lamium maculatum;24189;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Lamium maculatum;24189;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Lamium maculatum;24189;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Lamium maculatum;24189;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Lamium maculatum;24189;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Lamium maculatum;24189;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Lamium maculatum;24189;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Lamium maculatum;24189;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.65;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.65;;;;;; Lapsana communis;6629;actual measurement;one-seeded generative dispersule;3.59;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.59;3.68;3.38;;;; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.17;;;;;; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.56;;;;;; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.51;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.51;;;;;; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.92;;;;;; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.02;;;;;; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.03;;;;;; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.95;;;;;; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.84;;;;;; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.94;;;;;; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Laserpitium latifolium;1705;unknown;generative dispersule;1;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1;;;;1;Luftensteiner (1982); Laserpitium latifolium;1705;unknown;generative dispersule;1.15;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.15;;;;1;Tackenberg (2001); Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.22;2.6;1.97;2.14;;Preaggregated data obtained from single record.; Laserpitium latifolium;1705;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.93;2.36;1.51;1.95;;Preaggregated data obtained from single record.; Laserpitium siler;1216;actual measurement;one-seeded generative dispersule;3.64;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.64;3.91;2.84;;;; Lathyrus annuus;22303;actual measurement;one-seeded generative dispersule;5.28;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.28;5.32;5.21;;;; Lathyrus aphaca;21294;actual measurement;one-seeded generative dispersule;5;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5;5.1;4.9;;;; Lathyrus japonicus;21925;actual measurement (following LEDA data standards);germinule;4.9;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;5;4.72;4.9;;Preaggregated data obtained from single record.; Lathyrus japonicus;21925;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Lathyrus japonicus;21925;actual measurement (following LEDA data standards);germinule;5;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;5;;;;;; Lathyrus japonicus;21925;actual measurement (following LEDA data standards);germinule;4.72;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.72;;;;;; Lathyrus japonicus;21925;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Lathyrus japonicus;21925;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Lathyrus japonicus;21925;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Lathyrus japonicus;21925;actual measurement (following LEDA data standards);germinule;5;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;5;;;;;; Lathyrus japonicus;21925;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Lathyrus japonicus;21925;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Lathyrus japonicus;21925;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.55;;;;;; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.72;;;;;; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.9;;;;;; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.72;;;;;; Lathyrus pratensis;21355;actual measurement;one-seeded generative dispersule;4.68;9;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.68;5;3.91;;;; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.85;;;;;; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.28;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;4.39;3.85;4.28;;Preaggregated data obtained from single record.; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.9;;;;;; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.72;;;;;; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.72;;;;;; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;5;;;;;; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.77;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.79;5;4.55;4.77;;Preaggregated data obtained from single record.; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.39;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.39;;;;;; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.9;;;;;; Lathyrus pratensis;21355;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.81;;;;;; Lathyrus pratensis;21355;unknown;generative dispersule;2.95;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.95;;;;1;Tackenberg (2001); Lathyrus sylvestris;20898;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.55;;;;;; Lathyrus sylvestris;20898;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.9;;;;;; Lathyrus sylvestris;20898;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.9;;;;;; Lathyrus sylvestris;20898;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.9;;;;;; Lathyrus sylvestris;20898;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.9;;;;;; Lathyrus sylvestris;20898;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.55;;;;;; Lathyrus sylvestris;20898;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;6;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.78;4.9;4.55;4.9;;Preaggregated data obtained from single record.; Lathyrus tuberosus;19845;actual measurement;one-seeded generative dispersule;5.56;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.56;;;;;; Lathyrus tuberosus;19845;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.55;;;;;; Lathyrus tuberosus;19845;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.46;;;;;; Lathyrus tuberosus;19845;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.55;;;;;; Lathyrus tuberosus;19845;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.55;;;;;; Lathyrus tuberosus;19845;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.55;;;;;; Lathyrus tuberosus;19845;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.55;;;;;; Lathyrus tuberosus;19845;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.63;;;;;; Lathyrus tuberosus;19845;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.55;;;;;; Lathyrus tuberosus;19845;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.46;;;;;; Lathyrus tuberosus;19845;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.55;;;;;; Lathyrus tuberosus;19845;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.54;4.63;4.46;4.55;;Preaggregated data obtained from single record.; Lathyrus vernus;19847;actual measurement (following LEDA data standards);one-seeded generative dispersule;5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;5;;;;;seeds collected by Michael Kleyer (Oldenburg); Lathyrus vernus;19847;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.89;5;4.81;4.9;;Preaggregated data obtained from single record.seeds collected by Michael Kleyer (Oldenburg); Lathyrus vernus;19847;actual measurement (following LEDA data standards);one-seeded generative dispersule;5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;5;;;;;seeds collected by Michael Kleyer (Oldenburg); Lathyrus vernus;19847;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.9;;;;;seeds collected by Michael Kleyer (Oldenburg); Lathyrus vernus;19847;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.9;;;;;seeds collected by Michael Kleyer (Oldenburg); Lathyrus vernus;19847;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.9;;;;;seeds collected by Michael Kleyer (Oldenburg); Lathyrus vernus;19847;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;seeds collected by Michael Kleyer (Oldenburg); Lathyrus vernus;19847;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;seeds collected by Michael Kleyer (Oldenburg); Lathyrus vernus;19847;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.9;;;;;seeds collected by Michael Kleyer (Oldenburg); Lathyrus vernus;19847;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;seeds collected by Michael Kleyer (Oldenburg); Lathyrus vernus;19847;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.9;;;;;seeds collected by Michael Kleyer (Oldenburg); Lathyrus vernus;19847;actual measurement;one-seeded generative dispersule;4.9;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.9;5.1;4.63;;;; Ledum palustre;19499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.48;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.48;.58;.32;.48;;Preaggregated data obtained from single record.; Ledum palustre;19499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.47;;;;;; Ledum palustre;19499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.49;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.49;;;;;; Ledum palustre;19499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.47;;;;;; Ledum palustre;19499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.32;;;;;; Ledum palustre;19499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.45;;;;;; Ledum palustre;19499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.49;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.49;;;;;; Ledum palustre;19499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.58;;;;;; Ledum palustre;19499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.46;;;;;; Ledum palustre;19499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.48;;;;;; Ledum palustre;19499;actual measurement (following LEDA data standards);one-seeded generative dispersule;.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.58;;;;;; Lembotropis nigricans;21830;actual measurement;one-seeded generative dispersule;3.57;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.57;3.85;3.09;;;; Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;.69;5;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.72;.81;.67;.69;;Preaggregated data obtained from single record.; Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.81;;;;;; Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.73;;;;;; Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;.67;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.67;;;;;; Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.68;;;;;; Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.69;;;;;; Leontodon autumnalis;7298;actual measurement;one-seeded generative dispersule;1;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1;1.38;.65;;;; Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.17;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.17;;;;;; Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;.84;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.84;;;;;; Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;.89;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.89;;;;;; Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;.91;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.91;;;;;; Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;.94;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.94;;;;;; Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;.82;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.82;;;;;; Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;.89;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.89;;;;;; Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.44;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.44;;;;;; Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;.99;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.99;;;;;; Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;.93;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.99;1.44;.82;.93;;Preaggregated data obtained from single record.; Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.01;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.01;;;;;; Leontodon autumnalis;7298;actual measurement;germinule;1.89;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.89;2.72;1.17;;;; Leontodon autumnalis;7298;actual measurement;one-seeded generative dispersule;.72;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.72;.81;.55;;;; Leontodon autumnalis;7298;unknown;generative dispersule;1.23;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.23;1.33;1.13;;1;Jongejans & Schippers (1999); Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.32;;;;;; Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;.42;4;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.43;.55;.32;.42;;Preaggregated data obtained from single record.; Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;.52;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.52;;;;;; Leontodon autumnalis;7298;unknown;generative dispersule;.51;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.51;;;;1;Sheldon & Burrows (1973); Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.32;;;;;; Leontodon autumnalis;7298;actual measurement (following LEDA data standards);one-seeded generative dispersule;.55;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.55;;;;;; Leontodon hispidus;6638;actual measurement (following LEDA data standards);one-seeded generative dispersule;.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.98;;;;;seeds collected by Michael Kleyer (Oldenburg); Leontodon hispidus;6638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.04;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.04;;;;;seeds collected by Michael Kleyer (Oldenburg); Leontodon hispidus;6638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.23;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.23;;;;;seeds collected by Michael Kleyer (Oldenburg); Leontodon hispidus;6638;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.87;;;;;seeds collected by Michael Kleyer (Oldenburg); Leontodon hispidus;6638;actual measurement (following LEDA data standards);one-seeded generative dispersule;.94;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.96;1.23;.77;.94;;Preaggregated data obtained from single record.seeds collected by Michael Kleyer (Oldenburg); Leontodon hispidus;6638;actual measurement (following LEDA data standards);one-seeded generative dispersule;.82;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.82;;;;;seeds collected by Michael Kleyer (Oldenburg); Leontodon hispidus;6638;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.87;;;;;seeds collected by Michael Kleyer (Oldenburg); Leontodon hispidus;6638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.04;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.04;;;;;seeds collected by Michael Kleyer (Oldenburg); Leontodon hispidus;6638;actual measurement (following LEDA data standards);one-seeded generative dispersule;.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.9;;;;;seeds collected by Michael Kleyer (Oldenburg); Leontodon hispidus;6638;actual measurement (following LEDA data standards);one-seeded generative dispersule;.77;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.77;;;;;seeds collected by Michael Kleyer (Oldenburg); Leontodon hispidus;6638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.11;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.11;;;;;seeds collected by Michael Kleyer (Oldenburg); Leontodon hispidus;6638;actual measurement;one-seeded generative dispersule;.9;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.9;1.14;.67;;;; Leontodon hispidus;6638;unknown;generative dispersule;1.1701;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.1701;1.6315;.70867;;1;Lutz (unpublished data); Leontodon hispidus;6638;unknown;generative dispersule;.53;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.53;.63;.43;;1;Schulz & al. (1991); Leontodon hispidus;6638;unknown;generative dispersule;1;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1;;;;1;Luftensteiner (1982); Leontodon hispidus;6638;unknown;generative dispersule;.95;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.95;;;;1;Tackenberg (2001); Leontodon hispidus;6638;unknown;generative dispersule;1.23;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.23;;;;1;Tackenberg (2001); Leontodon hispidus;6638;unknown;generative dispersule;.6;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.6;.7;.5;;1;Müller-Schneider (1986); Leontodon hispidus;6638;unknown;generative dispersule;1.49;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.49;;;;1;Tackenberg (2001); Leontodon hispidus;6638;unknown;generative dispersule;.97;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.97;;;;1;Tackenberg (2001); Leontodon incanus;6757;unknown;generative dispersule;1;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1;;;;1;Luftensteiner (1982); Leontodon pyrenaicus;6519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.37;1.77;1.01;1.35;;Preaggregated data obtained from single record.; Leontodon pyrenaicus;6519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.59;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.59;;;;;; Leontodon pyrenaicus;6519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.01;;;;;; Leontodon pyrenaicus;6519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.59;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.59;;;;;; Leontodon pyrenaicus;6519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.16;;;;;; Leontodon pyrenaicus;6519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.77;;;;;; Leontodon pyrenaicus;6519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.53;;;;;; Leontodon pyrenaicus;6519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.16;;;;;; Leontodon pyrenaicus;6519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.1;;;;;; Leontodon pyrenaicus;6519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.09;;;;;; Leontodon pyrenaicus;6519;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.7;;;;;; Leontodon taraxacoides;6861;actual measurement;one-seeded generative dispersule;.97;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.97;1.75;.68;;;; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;.76;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.76;;;;;; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;.47;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.47;;;;;; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;.67;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.67;;;;;; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.68;;;;;; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;.65;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.65;;;;;; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;.46;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.46;;;;;; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.83;;;;;; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;.47;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.47;;;;;; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.05;;;;;; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;.9;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.9;;;;;; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;.65;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.62;.83;.46;.65;;Preaggregated data obtained from single record.; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;.94;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.95;1.13;.76;.94;;Preaggregated data obtained from single record.; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;.57;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.57;;;;;; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;.72;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.72;;;;;; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;.64;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.64;;;;;; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;.94;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.94;;;;;; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;.78;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.78;;;;;; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.13;;;;;; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.02;;;;;; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;.93;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.93;;;;;; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.91;;;;;; Leontodon taraxacoides subsp. taraxacoides;7423;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.04;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.04;;;;;; Leonurus cardiaca;23833;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Leonurus cardiaca;23833;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Leonurus cardiaca;23833;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Leonurus cardiaca;23833;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Leonurus cardiaca;23833;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Leonurus cardiaca;23833;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Leonurus cardiaca;23833;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Leonurus cardiaca;23833;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Leonurus cardiaca;23833;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Leonurus cardiaca;23833;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Leonurus cardiaca;23833;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.88;3.09;2.55;2.94;;Preaggregated data obtained from single record.; Lepidium campestre;13495;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Lepidium campestre;13495;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Lepidium campestre;13495;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Lepidium campestre;13495;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Lepidium campestre;13495;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Lepidium campestre;13495;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Lepidium campestre;13495;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Lepidium campestre;13495;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Lepidium campestre;13495;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Lepidium campestre;13495;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Lepidium campestre;13495;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.72;3.79;3.57;3.73;;Preaggregated data obtained from single record.; Leucanthemopsis alpina;7191;unknown;generative dispersule;1.46;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.46;;;;1;Tackenberg (unpublished data); Leucanthemopsis alpina;7191;unknown;generative dispersule;1.4289;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.4289;1.5942;1.2636;;1;Lutz (unpublished data); Leucanthemum heterophyllum;10822;actual measurement;germinule;2.39;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.39;2.72;2.14;;;; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.25;;;;;; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);germinule;2.54;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.57;2.87;2.4;2.54;;Preaggregated data obtained from single record.; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);germinule;2.87;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.87;;;;;; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);germinule;2.4;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.4;;;;;; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);germinule;2.69;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Leucanthemum vulgare;9651;actual measurement;one-seeded generative dispersule;2.63;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.63;2.91;2.17;;;; Leucanthemum vulgare;9651;actual measurement;one-seeded generative dispersule;2.52;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.52;2.75;2.34;;;; Leucanthemum vulgare;9651;unknown;generative dispersule;1.85;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.85;;;;1;Tackenberg (2001); Leucanthemum vulgare;9651;unknown;generative dispersule;2.625;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.625;2.63;2.62;;1;Jongejans & Schippers (1999); Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);germinule;2.63;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);germinule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);germinule;2.53;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);germinule;2.55;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.55;;;;;; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);germinule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);germinule;2.45;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.45;;;;;; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);germinule;2.69;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Leucanthemum vulgare;9651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.42;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.41;2.72;2.05;2.42;;Preaggregated data obtained from single record.; Leucojum vernum;35768;actual measurement;one-seeded generative dispersule;4.15;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.15;4.39;3.85;;;; Leuzea rhapontica;9433;unknown;generative dispersule;.5;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.5;;;;1;M?r-Schneider (1986); Ligusticum scoticum;1141;actual measurement;one-seeded generative dispersule;2.62;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.62;2.94;2.08;;;; Lilium bulbiferum;39057;actual measurement;one-seeded generative dispersule;2.26;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.26;2.87;1.92;;;; Lilium martagon;39063;actual measurement;one-seeded generative dispersule;1.93;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.93;2.34;1.61;;;; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.36;;;;;; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.98;;;;;; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.14;;;;;; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.67;;;;;; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.08;;;;;; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.88;;;;;; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.77;;;;;; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.25;;;;;; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.72;;;;;; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.24;2.6;1.55;2.36;;Preaggregated data obtained from single record.; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.96;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.94;2.34;1.45;1.96;;Preaggregated data obtained from single record.; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.94;;;;;; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.45;;;;;; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.55;;;;;; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.36;;;;;; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.55;;;;;; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.36;;;;;; Limonium vulgare;28293;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.6;;;;;; Linaria alpina;34452;unknown;generative dispersule;1.03;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.03;;;;1;Tackenberg (unpublished data); Linaria purpurea;33748;actual measurement;one-seeded generative dispersule;1.7;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.7;1.91;1.51;;;; Linaria repens;33754;unknown;generative dispersule;1.558;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.558;1.6342;1.4818;;1;Tackenberg (unpublished data); Linaria vulgaris;33091;unknown;generative dispersule;.935;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.935;.95;.92;;1;Jongejans & Schippers (1999); Linaria vulgaris;33091;actual measurement (following LEDA data standards);germinule;1.09;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.09;;;;;; Linaria vulgaris;33091;actual measurement (following LEDA data standards);germinule;.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.9;;;;;; Linaria vulgaris;33091;actual measurement (following LEDA data standards);germinule;1.11;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.11;;;;;; Linaria vulgaris;33091;actual measurement (following LEDA data standards);germinule;1.12;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.12;;;;;; Linaria vulgaris;33091;actual measurement (following LEDA data standards);germinule;1.24;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.24;;;;;; Linaria vulgaris;33091;actual measurement (following LEDA data standards);germinule;1.02;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.02;;;;;; Linaria vulgaris;33091;actual measurement (following LEDA data standards);germinule;1.13;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.12;1.25;.9;1.13;;Preaggregated data obtained from single record.; Linaria vulgaris;33091;actual measurement (following LEDA data standards);germinule;1.15;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.15;;;;;; Linaria vulgaris;33091;actual measurement (following LEDA data standards);germinule;1.18;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.18;;;;;; Linaria vulgaris;33091;actual measurement (following LEDA data standards);germinule;1.25;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.25;;;;;; Linaria vulgaris;33091;actual measurement (following LEDA data standards);germinule;1.14;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.14;;;;;; Linaria vulgaris;33091;actual measurement;one-seeded generative dispersule;2.26;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.26;2.91;2.05;;;; Linum catharticum;25925;actual measurement (following LEDA data standards);germinule;2.14;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.1;2.27;1.87;2.14;;Preaggregated data obtained from single record.; Linum catharticum;25925;actual measurement (following LEDA data standards);germinule;2.12;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.12;;;;;; Linum catharticum;25925;actual measurement (following LEDA data standards);germinule;1.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.94;;;;;; Linum catharticum;25925;unknown;generative dispersule;1.37;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.37;;;;1;Tackenberg (2001); Linum catharticum;25925;actual measurement (following LEDA data standards);germinule;2.27;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.27;;;;;; Linum catharticum;25925;actual measurement (following LEDA data standards);germinule;2.16;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.16;;;;;; Linum catharticum;25925;actual measurement (following LEDA data standards);germinule;2.16;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.16;;;;;; Linum catharticum;25925;actual measurement (following LEDA data standards);germinule;2.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.1;;;;;; Linum catharticum;25925;actual measurement (following LEDA data standards);germinule;2.27;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.27;;;;;; Linum catharticum;25925;actual measurement (following LEDA data standards);germinule;1.89;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.89;;;;;; Linum catharticum;25925;actual measurement (following LEDA data standards);germinule;2.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.17;;;;;; Linum catharticum;25925;actual measurement (following LEDA data standards);germinule;1.87;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.87;;;;;; Linum catharticum;25925;actual measurement;one-seeded generative dispersule;1.99;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.99;2.27;1.76;;;; Linum catharticum;25925;actual measurement;one-seeded generative dispersule;1.9;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.9;2.07;1.68;;;; Linum catharticum;25925;actual measurement;one-seeded generative dispersule;1.75;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.75;1.92;1.36;;;; Linum catharticum;25925;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.67;1.97;1.27;1.66;;Preaggregated data obtained from single record.; Linum catharticum;25925;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.27;;;;;; Linum catharticum;25925;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.58;;;;;; Linum catharticum;25925;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.94;;;;;; Linum catharticum;25925;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.97;;;;;; Linum catharticum;25925;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.49;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.49;;;;;; Linum catharticum;25925;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.55;;;;;; Linum catharticum;25925;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.47;;;;;; Linum catharticum;25925;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.75;;;;;; Linum catharticum;25925;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.91;;;;;; Linum catharticum;25925;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.74;;;;;; Linum flavum;25933;unknown;generative dispersule;1.91;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.91;;;;1;Munzberga (unpublished); Linum flavum;25933;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Linum flavum;25933;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Linum flavum;25933;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Linum flavum;25933;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Linum flavum;25933;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Linum flavum;25933;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Linum flavum;25933;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Linum flavum;25933;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;3.29;2.63;3.13;;Preaggregated data obtained from single record.; Linum flavum;25933;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Linum flavum;25933;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Linum flavum;25933;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Linum perenne s. alpinum;25915;actual measurement;one-seeded generative dispersule;1.96;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.96;2.07;1.8;;;; Linum tenuifolium;25855;actual measurement;one-seeded generative dispersule;4.34;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.34;4.46;4.17;;;; Linum tenuifolium;25855;unknown;generative dispersule;1.52;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.52;;;;1;Tackenberg (2001); Linum viscosum;25871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Linum viscosum;25871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;; Linum viscosum;25871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Linum viscosum;25871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Linum viscosum;25871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Linum viscosum;25871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.62;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;2.81;2.27;2.62;;Preaggregated data obtained from single record.; Linum viscosum;25871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Linum viscosum;25871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Linum viscosum;25871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Linum viscosum;25871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Linum viscosum;25871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Liparis loeselii;39943;unknown;generative dispersule;.21;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.21;;;;1;Müller-Schneider (1977); Liparis loeselii;39943;unknown;generative dispersule;.21;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.21;;;;1;Müller-Schneider (1986); Liriodendron tulipifera;25285;unknown;generative dispersule;1.21;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.21;;;;1;Green (1980); Liriodendron tulipifera;25285;unknown;generative dispersule;1.08;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.08;;;;1;Matlack (1987); Liriodendron tulipifera;25285;unknown;generative dispersule;1.25;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.25;;;;1;Schmidt (1918); Lobelia dortmanna;14841;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.1;;;;;; Lobelia dortmanna;14841;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.41;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.41;;;;;; Lobelia dortmanna;14841;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.38;;;;;; Lobelia dortmanna;14841;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.16;;;;;; Lobelia dortmanna;14841;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.35;;;;;; Lobelia dortmanna;14841;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.32;;;;;; Lobelia dortmanna;14841;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.49;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.49;;;;;; Lobelia dortmanna;14841;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.4;;;;;; Lobelia dortmanna;14841;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.11;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.11;;;;;; Lobelia dortmanna;14841;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.18;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.18;;;;;; Lobelia dortmanna;14841;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.29;1.49;1.1;1.34;;Preaggregated data obtained from single record.; Lobelia erinus;14842;actual measurement;one-seeded generative dispersule;1.63;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.63;1.97;1.37;;;cultivated; Lobularia maritima;14577;actual measurement;one-seeded generative dispersule;2.59;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.59;;;;;cultivated; Logfia minima;11400;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.18;.24;.14;.19;;Preaggregated data obtained from single record.; Logfia minima;11400;actual measurement (following LEDA data standards);one-seeded generative dispersule;.18;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.18;;;;;; Logfia minima;11400;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.2;;;;;; Logfia minima;11400;actual measurement (following LEDA data standards);one-seeded generative dispersule;.14;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.14;;;;;; Logfia minima;11400;actual measurement (following LEDA data standards);one-seeded generative dispersule;.18;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.18;;;;;; Logfia minima;11400;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.19;;;;;; Logfia minima;11400;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.2;;;;;; Logfia minima;11400;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.17;;;;;; Logfia minima;11400;actual measurement (following LEDA data standards);one-seeded generative dispersule;.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.24;;;;;; Logfia minima;11400;actual measurement (following LEDA data standards);one-seeded generative dispersule;.14;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.14;;;;;; Logfia minima;11400;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.19;;;;;; Lolium multiflorum;43196;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Lolium multiflorum;43196;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Lolium multiflorum;43196;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Lolium multiflorum;43196;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Lolium multiflorum;43196;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Lolium multiflorum;43196;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Lolium multiflorum;43196;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.34;3.47;3.05;3.38;;Preaggregated data obtained from single record.; Lolium multiflorum;43196;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Lolium multiflorum;43196;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Lolium multiflorum;43196;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Lolium multiflorum;43196;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Lolium multiflorum;43196;actual measurement;one-seeded generative dispersule;3.77;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.77;;;;;; Lolium perenne;43540;actual measurement;one-seeded generative dispersule;3.41;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.41;3.85;2.12;;;; Lolium perenne;43540;actual measurement;one-seeded generative dispersule;3.21;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.21;3.91;2.48;;;; Lolium perenne;43540;actual measurement;one-seeded generative dispersule;3.09;5;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.09;3.25;2.87;;;; Lolium perenne;43540;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.82;3.42;2.14;2.81;;Preaggregated data obtained from single record.; Lolium perenne;43540;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Lolium perenne;43540;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Lolium perenne;43540;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Lolium perenne;43540;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Lolium perenne;43540;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.14;;;;;; Lolium perenne;43540;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Lolium perenne;43540;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Lolium perenne;43540;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Lolium perenne;43540;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Lolium perenne;43540;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Lolium perenne;43540;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.93;2;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.93;2.43;1.42;1.93;;Preaggregated data obtained from single record.only 2 viable seeds. seeds collected by Ute Schadek (Oldenburg); Lolium perenne;43540;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;only 2 viable seeds. seeds collected by Ute Schadek (Oldenburg); Lolium perenne;43540;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.42;;;;;only 2 viable seeds. seeds collected by Ute Schadek (Oldenburg); Lolium rigidum;42473;actual measurement;one-seeded generative dispersule;3.44;6;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.44;3.91;3.05;;;; Lolium temulentum;43200;actual measurement;one-seeded generative dispersule;4.62;5;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.62;4.72;4.55;;;; Lonicera caerulea;15404;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Lonicera caerulea;15404;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Lonicera caerulea;15404;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Lonicera caerulea;15404;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Lonicera caerulea;15404;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Lonicera caerulea;15404;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Lonicera caerulea;15404;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Lonicera caerulea;15404;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Lonicera caerulea;15404;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Lonicera caerulea;15404;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Lonicera caerulea;15404;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.36;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.39;3.57;3.16;3.36;;Preaggregated data obtained from single record.; Lonicera periclymenum;15385;actual measurement (following LEDA data standards);germinule;3.82;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.8;3.97;3.62;3.82;;Preaggregated data obtained from single record.cleaned seeds; Lonicera periclymenum;15385;actual measurement (following LEDA data standards);germinule;3.91;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;cleaned seeds; Lonicera periclymenum;15385;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;cleaned seeds; Lonicera periclymenum;15385;actual measurement (following LEDA data standards);germinule;3.91;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;cleaned seeds; Lonicera periclymenum;15385;actual measurement (following LEDA data standards);germinule;3.79;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;cleaned seeds; Lonicera periclymenum;15385;actual measurement (following LEDA data standards);germinule;3.85;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;cleaned seeds; Lonicera periclymenum;15385;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;cleaned seeds; Lonicera periclymenum;15385;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;cleaned seeds; Lonicera periclymenum;15385;actual measurement (following LEDA data standards);germinule;3.85;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;cleaned seeds; Lonicera periclymenum;15385;actual measurement (following LEDA data standards);germinule;3.97;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;cleaned seeds; Lonicera periclymenum;15385;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;cleaned seeds; Lotus corniculatus;21886;actual measurement (following LEDA data standards);germinule;4.14;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.09;4.31;3.52;4.14;;Preaggregated data obtained from single record.; Lotus corniculatus;21886;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.17;;;;;; Lotus corniculatus;21886;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Lotus corniculatus;21886;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Lotus corniculatus;21886;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Lotus corniculatus;21886;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.73;;;;;seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.73;;;;;seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.64;3.73;3.21;3.68;;Preaggregated data obtained from single record.; Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.79;;;;;seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.61;3.73;3.33;3.68;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.54;3.79;3.13;3.52;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Lotus corniculatus;21886;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Lotus corniculatus;21886;unknown;generative dispersule;3.7;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.7;;;;1;Tackenberg (2001); Lotus corniculatus;21886;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.17;;;;;; Lotus corniculatus;21886;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Lotus corniculatus;21886;actual measurement (following LEDA data standards);germinule;4.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.31;;;;;; Lotus corniculatus;21886;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.17;;;;;; Lotus corniculatus;21886;actual measurement (following LEDA data standards);germinule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Lotus corniculatus;21886;actual measurement;one-seeded generative dispersule;4.07;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.07;4.39;3.42;;;; Lotus corniculatus;21886;actual measurement;one-seeded generative dispersule;4.39;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.39;4.9;3.47;;;; Lotus corniculatus;21886;actual measurement;one-seeded generative dispersule;4.25;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.25;4.31;4.1;;;; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.45;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.45;3.57;3.33;3.45;;Preaggregated data obtained from single record.; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;9;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.41;3.52;3.38;3.38;;Preaggregated data obtained from single record.; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Lotus pedunculatus;21444;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Lunaria annua;13513;actual measurement;one-seeded generative dispersule;3.13;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.13;;;;;; Lunaria rediviva;13960;actual measurement (following LEDA data standards);germinule;3.33;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;3.57;3.13;3.33;;Preaggregated data obtained from single record.; Lunaria rediviva;13960;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Lunaria rediviva;13960;actual measurement (following LEDA data standards);germinule;3.16;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Lunaria rediviva;13960;actual measurement (following LEDA data standards);germinule;3.16;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Lunaria rediviva;13960;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Lunaria rediviva;13960;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Lunaria rediviva;13960;actual measurement (following LEDA data standards);germinule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Lunaria rediviva;13960;actual measurement (following LEDA data standards);germinule;3.13;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Lunaria rediviva;13960;actual measurement (following LEDA data standards);germinule;3.57;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.57;;;;;; Lunaria rediviva;13960;actual measurement (following LEDA data standards);germinule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Lunaria rediviva;13960;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Lupinus polyphyllus;22241;actual measurement;one-seeded generative dispersule;5.61;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.61;;;;;; Lupinus polyphyllus;22241;actual measurement (following LEDA data standards);germinule;4.9;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.86;4.9;4.72;4.9;;Preaggregated data obtained from single record.; Lupinus polyphyllus;22241;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Lupinus polyphyllus;22241;actual measurement (following LEDA data standards);germinule;4.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.81;;;;;; Lupinus polyphyllus;22241;actual measurement (following LEDA data standards);germinule;4.72;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.72;;;;;; Lupinus polyphyllus;22241;unknown;generative dispersule;3.39;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.39;;;;1;Tackenberg (2001); Lupinus polyphyllus;22241;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Lupinus polyphyllus;22241;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Lupinus polyphyllus;22241;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Lupinus polyphyllus;22241;actual measurement (following LEDA data standards);germinule;4.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.81;;;;;; Lupinus polyphyllus;22241;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Lupinus polyphyllus;22241;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Lupinus polyphyllus;22241;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Luronium natans;35649;actual measurement (following LEDA data standards);germinule;2.18;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;2.5;1.98;2.18;;Preaggregated data obtained from single record.; Luronium natans;35649;actual measurement (following LEDA data standards);germinule;2.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.17;;;;;; Luronium natans;35649;actual measurement (following LEDA data standards);germinule;2.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Luronium natans;35649;actual measurement (following LEDA data standards);germinule;2.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.03;;;;;; Luronium natans;35649;actual measurement (following LEDA data standards);germinule;2.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.17;;;;;; Luronium natans;35649;actual measurement (following LEDA data standards);germinule;2.5;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.5;;;;;; Luronium natans;35649;actual measurement (following LEDA data standards);germinule;2.12;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.12;;;;;; Luronium natans;35649;actual measurement (following LEDA data standards);germinule;2.19;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.19;;;;;; Luronium natans;35649;actual measurement (following LEDA data standards);germinule;2.36;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.36;;;;;; Luronium natans;35649;actual measurement (following LEDA data standards);germinule;2.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.29;;;;;; Luronium natans;35649;actual measurement (following LEDA data standards);germinule;1.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.98;;;;;; Luzula alpinopilosa;36187;unknown;generative dispersule;2.2767;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.2767;2.3612;2.1923;;1;Lutz (unpublished data); Luzula campestris;36280;unknown;generative dispersule;2.52;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.52;;;;1;Tackenberg (2001); Luzula campestris;36280;actual measurement;one-seeded generative dispersule;3.32;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.32;3.38;3.21;;;; Luzula campestris;36280;actual measurement;one-seeded generative dispersule;2.95;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.95;3.13;2.81;;;; Luzula campestris;36280;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;; Luzula campestris;36280;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;; Luzula campestris;36280;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.23;3.42;3.05;3.21;;Preaggregated data obtained from single record.; Luzula campestris;36280;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;; Luzula campestris;36280;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Luzula campestris;36280;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Luzula campestris;36280;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Luzula campestris;36280;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Luzula campestris;36280;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;; Luzula campestris;36280;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Luzula campestris;36280;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Luzula luzuloides;36273;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.88;3.01;2.6;2.94;;Preaggregated data obtained from single record.; Luzula luzuloides;36273;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Luzula luzuloides;36273;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Luzula luzuloides;36273;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Luzula luzuloides;36273;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Luzula luzuloides;36273;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Luzula luzuloides;36273;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Luzula luzuloides;36273;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Luzula luzuloides;36273;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Luzula luzuloides;36273;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Luzula luzuloides;36273;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Luzula multiflora;36245;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Luzula multiflora;36245;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.02;;;;;; Luzula multiflora;36245;actual measurement;one-seeded generative dispersule;3.55;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.55;3.68;3.42;;;; Luzula multiflora;36245;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.2;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.24;2.72;1.82;2.2;;Preaggregated data obtained from single record.; Luzula multiflora;36245;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.82;;;;;; Luzula multiflora;36245;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.14;;;;;; Luzula multiflora;36245;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Luzula multiflora;36245;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Luzula multiflora;36245;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.25;;;;;; Luzula multiflora;36245;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Luzula multiflora;36245;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;; Luzula multiflora;36245;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Luzula nivea;36256;actual measurement;one-seeded generative dispersule;2.95;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.95;3.09;2.84;;;; Luzula pilosa;36230;actual measurement;one-seeded generative dispersule;4.13;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.13;4.24;3.97;;;; Luzula sylvatica;36284;actual measurement;one-seeded generative dispersule;4.13;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.13;4.39;3.79;;;; Lychnis chalcedonica;16588;actual measurement;one-seeded generative dispersule;3.28;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.28;;;;;cultivated; Lychnis flos-cuculi;16589;actual measurement (following LEDA data standards);germinule;2.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Lychnis flos-cuculi;16589;actual measurement (following LEDA data standards);germinule;2.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.81;;;;;; Lychnis flos-cuculi;16589;actual measurement (following LEDA data standards);germinule;2.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.29;;;;;; Lychnis flos-cuculi;16589;actual measurement (following LEDA data standards);germinule;2.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Lychnis flos-cuculi;16589;actual measurement (following LEDA data standards);germinule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Lychnis flos-cuculi;16589;actual measurement (following LEDA data standards);germinule;2.55;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.55;;;;;; Lychnis flos-cuculi;16589;actual measurement (following LEDA data standards);germinule;2.53;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Lychnis flos-cuculi;16589;actual measurement (following LEDA data standards);germinule;2.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.81;;;;;; Lychnis flos-cuculi;16589;actual measurement (following LEDA data standards);germinule;2.36;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.36;;;;;; Lychnis flos-cuculi;16589;actual measurement (following LEDA data standards);germinule;2.34;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.34;;;;;; Lychnis flos-cuculi;16589;actual measurement (following LEDA data standards);germinule;2.48;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.54;2.94;2.29;2.48;;Preaggregated data obtained from single record.; Lychnis flos-cuculi;16589;actual measurement;one-seeded generative dispersule;2.52;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.52;2.75;2.14;;;; Lycopus europaeus;24606;actual measurement;one-seeded generative dispersule;2.19;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.19;2.5;1.29;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.66;;;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.64;;;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.67;;;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2;;;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.13;;;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.98;;;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.19;;;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.62;;;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.94;;;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.17;;;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.65;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.61;2.07;1.13;1.65;;Preaggregated data obtained from single record.; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.16;;;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.07;;;;;; Lycopus europaeus;24606;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.26;2.81;1.94;2.17;;Preaggregated data obtained from single record.; Lysimachia punctata;28929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Lysimachia punctata;28929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Lysimachia punctata;28929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Lysimachia punctata;28929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Lysimachia punctata;28929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Lysimachia punctata;28929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Lysimachia punctata;28929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Lysimachia punctata;28929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Lysimachia punctata;28929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Lysimachia punctata;28929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Lysimachia punctata;28929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.77;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;2.98;2.58;2.77;;Preaggregated data obtained from single record.; Lysimachia vulgaris;28980;actual measurement;one-seeded generative dispersule;2.7;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.7;2.98;2.21;;;; Lythrum hyssopifolia;26029;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.89;;;;;; Lythrum hyssopifolia;26029;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;; Lythrum hyssopifolia;26029;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Lythrum hyssopifolia;26029;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Lythrum hyssopifolia;26029;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;2.31;1.89;2.08;;Preaggregated data obtained from single record.; Lythrum hyssopifolia;26029;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Lythrum hyssopifolia;26029;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Lythrum hyssopifolia;26029;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.17;;;;;; Lythrum hyssopifolia;26029;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.17;;;;;; Lythrum hyssopifolia;26029;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.03;;;;;; Lythrum hyssopifolia;26029;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Lythrum portula;26036;actual measurement (following LEDA data standards);germinule;1.14;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.14;1.2;1.08;1.14;;Preaggregated data obtained from single record.; Lythrum portula;26036;actual measurement (following LEDA data standards);germinule;1.13;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.13;;;;;; Lythrum portula;26036;actual measurement (following LEDA data standards);germinule;1.13;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.13;;;;;; Lythrum portula;26036;actual measurement (following LEDA data standards);germinule;1.14;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.14;;;;;; Lythrum portula;26036;actual measurement (following LEDA data standards);germinule;1.18;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.18;;;;;; Lythrum portula;26036;actual measurement (following LEDA data standards);germinule;1.14;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.14;;;;;; Lythrum portula;26036;actual measurement (following LEDA data standards);germinule;1.08;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.08;;;;;; Lythrum portula;26036;actual measurement (following LEDA data standards);germinule;1.11;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.11;;;;;; Lythrum portula;26036;actual measurement (following LEDA data standards);germinule;1.12;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.12;;;;;; Lythrum portula;26036;actual measurement (following LEDA data standards);germinule;1.2;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.2;;;;;; Lythrum portula;26036;actual measurement (following LEDA data standards);germinule;1.18;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.18;;;;;; Lythrum salicaria;26038;actual measurement;one-seeded generative dispersule;1.61;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.61;1.88;1.38;;;; Maianthemum bifolium;39069;actual measurement;germinule;4.92;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.92;5;4.81;;;; Maianthemum bifolium;39069;actual measurement;one-seeded generative dispersule;4.57;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.57;4.72;4.39;;;; Malcolmia maritima;13522;actual measurement;one-seeded generative dispersule;3.39;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.39;;;;;cultivated; Malva moschata;25717;actual measurement;one-seeded generative dispersule;3.32;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.32;3.73;3.13;;;cultivated; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;3.33;2.91;3.13;;Preaggregated data obtained from single record.; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.92;3.16;2.4;3.09;;Preaggregated data obtained from single record.; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.4;;;;;; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Malva moschata;25717;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Malva pusilla;25668;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.31;3.57;2.87;3.42;;Preaggregated data obtained from single record.; Malva pusilla;25668;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Malva pusilla;25668;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Malva pusilla;25668;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Malva pusilla;25668;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Malva pusilla;25668;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Malva pusilla;25668;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Malva pusilla;25668;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Malva pusilla;25668;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.57;;;;;; Malva pusilla;25668;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Malva pusilla;25668;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.87;;;;;; Malva sylvestris;25674;actual measurement;one-seeded generative dispersule;4.13;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.13;4.46;3.79;;;; Malva verticillata;25681;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;; Malva verticillata;25681;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.85;;;;;; Malva verticillata;25681;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Malva verticillata;25681;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;; Malva verticillata;25681;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Malva verticillata;25681;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Malva verticillata;25681;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;; Malva verticillata;25681;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Malva verticillata;25681;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.73;;;;;; Malva verticillata;25681;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;; Malva verticillata;25681;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.55;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.53;3.85;2.91;3.55;;Preaggregated data obtained from single record.; Marrubium vulgare;24614;actual measurement;one-seeded generative dispersule;3.89;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.89;;;;;; Matricaria maritima;9565;actual measurement;one-seeded generative dispersule;2.23;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.23;2.43;2.02;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);germinule;2.02;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.01;2.31;1.7;2.02;;Preaggregated data obtained from single record.; Matricaria maritima;9565;actual measurement (following LEDA data standards);germinule;2.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);germinule;1.7;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.7;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);germinule;1.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.97;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.21;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.38;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.07;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.03;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.36;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.16;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.25;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.31;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.27;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.36;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.25;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.27;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.33;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.33;2.48;2.16;2.33;;Preaggregated data obtained from single record.; Matricaria maritima;9565;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.32;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.31;2.48;2.03;2.32;;Preaggregated data obtained from single record.; Matricaria maritima;9565;actual measurement (following LEDA data standards);germinule;2.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.17;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);germinule;2.08;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.08;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);germinule;2.23;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.23;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);germinule;1.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.79;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);germinule;1.88;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.88;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);germinule;1.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.94;;;;;; Matricaria maritima;9565;actual measurement (following LEDA data standards);germinule;2.07;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.07;;;;;; Medicago lupulina;20595;unknown;generative dispersule;2.63;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.63;;;;1;Tackenberg (2001); Medicago lupulina;20595;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);germinule;2.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);germinule;3.09;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);germinule;2.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);germinule;3.16;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);germinule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);germinule;3.25;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);germinule;3.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.21;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Medicago lupulina;20595;unknown;generative dispersule;2.02;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.02;;;;1;Tackenberg (2001); Medicago lupulina;20595;unknown;generative dispersule;2.25;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.25;;;;1;Tackenberg (2001); Medicago lupulina;20595;actual measurement (following LEDA data standards);generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.6;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Medicago lupulina;20595;actual measurement;germinule;3.14;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.14;3.52;2.94;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;fruits. seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;fruits. seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;fruits. seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.14;;;;;seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.15;3.25;3.05;3.16;;Preaggregated data obtained from single record.fruits. seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.07;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.96;3.42;2.14;3.07;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.65;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.64;3.73;3.52;3.65;;Preaggregated data obtained from single record.; Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;fruits. seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;fruits. seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;fruits. seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;fruits. seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;fruits. seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;fruits. seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;fruits. seeds collected by Ute Schadek (Oldenburg); Medicago lupulina;20595;actual measurement (following LEDA data standards);generative dispersule;3.01;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;3.33;2.6;3.01;;Preaggregated data obtained from single record.; Medicago lupulina;20595;actual measurement (following LEDA data standards);germinule;3.23;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.14;3.47;2.21;3.23;;Preaggregated data obtained from single record.; Medicago sativa;21975;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.63;3.85;3.01;3.68;;Preaggregated data obtained from single record.determined as Medicago x varia; Medicago sativa;21975;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;determined as Medicago x varia; Medicago sativa;21975;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.73;;;;;determined as Medicago x varia; Medicago sativa;21975;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;determined as Medicago x varia; Medicago sativa;21975;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.79;;;;;determined as Medicago x varia; Medicago sativa;21975;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;determined as Medicago x varia; Medicago sativa;21975;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;determined as Medicago x varia; Medicago sativa;21975;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;determined as Medicago x varia; Medicago sativa;21975;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.85;;;;;determined as Medicago x varia; Medicago sativa;21975;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;determined as Medicago x varia; Medicago sativa;21975;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;determined as Medicago x varia; Medicago sativa;21975;actual measurement;multi-seeded generative dispersule;3.19;9;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.19;3.85;2.91;;;; Medicago sativa;21975;actual measurement;germinule;4.17;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.17;4.46;3.57;;;; Medicago sativa s. falcata;19911;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Medicago sativa s. falcata;19911;actual measurement (following LEDA data standards);germinule;3.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.97;;;;;; Medicago sativa s. falcata;19911;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Medicago sativa s. falcata;19911;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.17;;;;;; Medicago sativa s. falcata;19911;actual measurement (following LEDA data standards);germinule;3.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.91;;;;;; Medicago sativa s. falcata;19911;actual measurement (following LEDA data standards);germinule;4.03;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.02;4.17;3.85;4.03;;Preaggregated data obtained from single record.; Medicago sativa s. falcata;19911;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Medicago sativa s. falcata;19911;actual measurement (following LEDA data standards);germinule;3.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.97;;;;;; Medicago sativa s. falcata;19911;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Medicago sativa s. falcata;19911;actual measurement (following LEDA data standards);germinule;3.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.85;;;;;; Medicago sativa s. falcata;19911;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Medicago turbinata;20667;actual measurement;germinule;4.25;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.25;4.55;3.91;;;; Melampyrum cristatum;33028;actual measurement;germinule;4.3;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.3;4.55;4.03;;;; Melampyrum pratense;33526;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Melampyrum pratense;33526;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Melampyrum pratense;33526;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Melampyrum pratense;33526;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Melampyrum pratense;33526;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Melampyrum pratense;33526;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Melampyrum pratense;33526;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Melampyrum pratense;33526;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Melampyrum pratense;33526;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Melampyrum pratense;33526;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Melampyrum pratense;33526;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.65;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.65;3.85;3.42;3.65;;Preaggregated data obtained from single record.; Melampyrum pratense;33526;actual measurement;one-seeded generative dispersule;4.53;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.53;4.72;4.31;;;; Melampyrum pratense;33526;actual measurement;one-seeded generative dispersule;4.55;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.55;4.72;4.39;;;; Melica ciliata;42479;unknown;generative dispersule;.64835;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.64835;;;;1;Tackenberg (unpublished data); Melica ciliata;42479;unknown;generative dispersule;.5;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.5;;;;1;Müller-Schneider (1986); Melica ciliata;42479;unknown;generative dispersule;.6;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.6;;;;1;Hensen & Müller (1997); Melica ciliata;42479;actual measurement;one-seeded generative dispersule;.78;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.78;1;.57;;;; Melica nutans;43206;actual measurement;one-seeded generative dispersule;1.87;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.87;2.12;0;;;; Melica picta;42485;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;with glumes; Melica picta;42485;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.75;;;;;with glumes; Melica picta;42485;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;with glumes; Melica picta;42485;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.21;;;;;with glumes; Melica picta;42485;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.45;;;;;with glumes; Melica picta;42485;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.96;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.89;2.63;1.21;1.96;;Preaggregated data obtained from single record.with glumes; Melica picta;42485;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.35;;;;;with glumes; Melica picta;42485;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;with glumes; Melica picta;42485;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;with glumes; Melica picta;42485;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.25;;;;;with glumes; Melica picta;42485;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;with glumes; Melica uniflora;43550;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Melica uniflora;43550;unknown;generative dispersule;3.64;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.64;;;;1;Tackenberg (2001); Melica uniflora;43550;unknown;unknown;2.6167;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.6167;;;;1;Tackenberg (unpublished data); Melica uniflora;43550;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;3.62;3.62;3.62;;Preaggregated data obtained from single record.; Melilotus altissima;22213;actual measurement;one-seeded generative dispersule;3.75;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.75;3.97;3.42;;;; Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Melilotus officinalis;22218;actual measurement;one-seeded generative dispersule;3.79;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.79;4.1;3.38;;;; Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.71;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.67;3.79;3.42;3.71;;Preaggregated data obtained from single record.; Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;fruits. seeds collected by Ute Schadek (Oldenburg); Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;fruits. seeds collected by Ute Schadek (Oldenburg); Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;fruits. seeds collected by Ute Schadek (Oldenburg); Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;fruits. seeds collected by Ute Schadek (Oldenburg); Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;fruits. seeds collected by Ute Schadek (Oldenburg); Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;fruits. seeds collected by Ute Schadek (Oldenburg); Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.97;3.38;2.55;2.94;;Preaggregated data obtained from single record.fruits. seeds collected by Ute Schadek (Oldenburg); Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;fruits. seeds collected by Ute Schadek (Oldenburg); Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;fruits. seeds collected by Ute Schadek (Oldenburg); Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.81;;;;;fruits. seeds collected by Ute Schadek (Oldenburg); Melilotus officinalis;22218;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;fruits. seeds collected by Ute Schadek (Oldenburg); Melilotus sulcata;20561;actual measurement;one-seeded generative dispersule;4.24;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.24;4.39;4.17;;;; Melittis melissophyllum;24619;actual measurement;one-seeded generative dispersule;3.72;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.72;4.03;3.38;;;; Mentha aquatica;24622;actual measurement;one-seeded generative dispersule;2.75;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.75;2.94;2.5;;;; Mentha aquatica;24622;actual measurement;one-seeded generative dispersule;1.91;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.91;2.25;1.26;;;; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.87;;;;;; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.79;;;;;; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.16;;;;;; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.63;;;;;; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.73;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.85;2.29;1.63;1.73;;Preaggregated data obtained from single record.; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.61;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.61;;;;;; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.92;;;;;; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.02;;;;;; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.82;;;;;; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.9;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.9;2.1;1.61;1.9;;Preaggregated data obtained from single record.; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.69;;;;;; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.16;;;;;; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.64;;;;;; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.72;;;;;; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.74;;;;;; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.7;;;;;; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.75;;;;;; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.89;;;;;; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Mentha aquatica;24622;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.17;;;;;; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.19;;;;;; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.07;;;;;; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.02;;;;;; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.07;;;;;; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.91;;;;;; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.05;;;;;; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.03;;;;;; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.17;;;;;; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.14;;;;;; Mentha arvensis;23905;actual measurement;one-seeded generative dispersule;2.19;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.19;2.34;2.07;;;; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.22;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.24;2.5;1.91;2.22;;Preaggregated data obtained from single record.; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.16;2.48;1.91;2.07;;Preaggregated data obtained from single record.; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.25;;;;;; Mentha arvensis;23905;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.49;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.49;;;;;; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.8;;;;;; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.56;;;;;; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.64;;;;;; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.69;1.81;1.49;1.72;;Preaggregated data obtained from single record.; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.24;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.23;2.5;1.85;2.24;;Preaggregated data obtained from single record.; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.27;;;;;; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.38;;;;;; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.21;;;;;; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2;;;;;; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.21;;;;;; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.85;;;;;; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.69;;;;;; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.81;;;;;; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.77;;;;;; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.77;;;;;; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.66;;;;;; Mentha longifolia;24632;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.74;;;;;; Mentha pulegium;24284;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.03;;;;;; Mentha pulegium;24284;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.12;;;;;; Mentha pulegium;24284;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.94;;;;;; Mentha pulegium;24284;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.27;;;;;; Mentha pulegium;24284;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.01;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.03;2.27;1.8;2.01;;Preaggregated data obtained from single record.; Mentha pulegium;24284;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Mentha pulegium;24284;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.8;;;;;; Mentha pulegium;24284;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.94;;;;;; Mentha pulegium;24284;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.91;;;;;; Mentha pulegium;24284;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.23;;;;;; Mentha pulegium;24284;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.98;;;;;; Mentha suaveolens;23642;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.75;;;;;; Mentha suaveolens;23642;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.67;1.82;1.47;1.72;;Preaggregated data obtained from single record.; Mentha suaveolens;23642;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.69;;;;;; Mentha suaveolens;23642;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.76;;;;;; Mentha suaveolens;23642;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.8;;;;;; Mentha suaveolens;23642;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.47;;;;;; Mentha suaveolens;23642;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.51;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.51;;;;;; Mentha suaveolens;23642;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.56;;;;;; Mentha suaveolens;23642;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.82;;;;;; Mentha suaveolens;23642;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.75;;;;;; Mentha suaveolens;23642;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.61;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.61;;;;;; Menyanthes trifoliata;26352;actual measurement (following LEDA data standards);germinule;3.85;5;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.8;3.97;3.62;3.85;;Preaggregated data obtained from single record.; Menyanthes trifoliata;26352;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Menyanthes trifoliata;26352;actual measurement (following LEDA data standards);germinule;3.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.85;;;;;; Menyanthes trifoliata;26352;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Menyanthes trifoliata;26352;actual measurement (following LEDA data standards);germinule;3.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.85;;;;;; Menyanthes trifoliata;26352;actual measurement (following LEDA data standards);germinule;3.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.97;;;;;; Mercurialis annua;20019;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Mercurialis annua;20019;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Mercurialis annua;20019;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Mercurialis annua;20019;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Mercurialis annua;20019;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Mercurialis annua;20019;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Mercurialis annua;20019;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.19;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.22;3.79;2.72;3.19;;Preaggregated data obtained from single record.; Mercurialis annua;20019;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Mercurialis annua;20019;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Mercurialis annua;20019;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Mercurialis annua;20019;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Mercurialis annua;20019;actual measurement;one-seeded generative dispersule;3.2;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.2;;;;;; Mercurialis perennis;19987;actual measurement;one-seeded generative dispersule;4.62;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.62;4.72;4.46;;;; Mercurialis perennis;19987;actual measurement;one-seeded generative dispersule;4.1;2;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.1;4.72;3.47;;;; Mibora minima;42486;unknown;generative dispersule;1.5328;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.5328;;;;1;Tackenberg (unpublished data); Micropyrum tenellum;42857;unknown;generative dispersule;1.8267;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.8267;;;;1;Tackenberg (unpublished data); Milium effusum;43212;actual measurement;one-seeded generative dispersule;3.89;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.89;4.17;3.52;;;; Milium effusum;43212;unknown;generative dispersule;2.84;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.84;;;;1;Tackenberg (2001); Milium effusum;43212;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.27;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.2;3.52;2.69;3.27;;Preaggregated data obtained from single record.; Milium effusum;43212;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Milium effusum;43212;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Milium effusum;43212;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Milium effusum;43212;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Milium effusum;43212;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Milium effusum;43212;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Milium effusum;43212;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Milium effusum;43212;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Milium effusum;43212;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Milium effusum;43212;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Mimulus guttatus;34136;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.12;1.52;.97;1.09;;Preaggregated data obtained from single record.; Mimulus guttatus;34136;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.08;;;;;; Mimulus guttatus;34136;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.2;;;;;; Mimulus guttatus;34136;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.97;;;;;; Mimulus guttatus;34136;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.97;;;;;; Mimulus guttatus;34136;actual measurement;one-seeded generative dispersule;1.24;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.24;1.44;1.05;;;; Mimulus guttatus;34136;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.52;;;;;; Mimulus guttatus;34136;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.17;;;;;; Mimulus guttatus;34136;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.07;;;;;; Mimulus guttatus;34136;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.1;;;;;; Mimulus guttatus;34136;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.01;;;;;; Mimulus guttatus;34136;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.13;;;;;; Minuartia verna;17060;actual measurement;one-seeded generative dispersule;1.79;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.79;2.08;1.5;;;; Molinia caerulea;42495;actual measurement;one-seeded generative dispersule;2.27;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.27;2.45;1.97;;;; Molinia caerulea;42495;actual measurement;one-seeded generative dispersule;1.04;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.04;1.17;.91;;;; Molinia caerulea;42495;actual measurement;one-seeded generative dispersule;1.21;5;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.21;1.44;1.08;;;; Molinia caerulea;42495;unknown;generative dispersule;1.75;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.75;;;;1;Tackenberg (2001); Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;9;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.42;2.94;1.87;2.53;;Preaggregated data obtained from single record.; Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.95;;;;;; Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.29;;;;;; Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.87;;;;;; Molinia caerulea;42495;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.8;3.33;2.21;2.84;;Preaggregated data obtained from single record.; Molinia caerulea s. arundinacea;42496;unknown;generative dispersule;3.2;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.2;;;;1;Maurer & St?in (unpublished); Molinia caerulea s. arundinacea;42496;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Molinia caerulea s. arundinacea;42496;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Molinia caerulea s. arundinacea;42496;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Molinia caerulea s. arundinacea;42496;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;; Molinia caerulea s. arundinacea;42496;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Molinia caerulea s. arundinacea;42496;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.24;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;3.01;1.97;2.24;;Preaggregated data obtained from single record.; Molinia caerulea s. arundinacea;42496;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Molinia caerulea s. arundinacea;42496;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Molinia caerulea s. arundinacea;42496;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Molinia caerulea s. arundinacea;42496;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Molinia caerulea s. arundinacea;42496;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.98;;;;;; Montia fontana;27478;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.73;3.09;2.38;2.72;;Preaggregated data obtained from single record.; Montia fontana;27478;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Montia fontana;27478;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;; Montia fontana;27478;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Montia fontana;27478;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Montia fontana;27478;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Montia fontana;27478;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Montia fontana;27478;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Montia fontana;27478;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Montia fontana;27478;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Montia fontana;27478;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Montia fontana subsp. chondrosperma;27489;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;3.21;2.5;2.94;;Preaggregated data obtained from single record.; Montia fontana subsp. chondrosperma;27489;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;; Montia fontana subsp. chondrosperma;27489;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Montia fontana subsp. chondrosperma;27489;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Montia fontana subsp. chondrosperma;27489;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;; Montia fontana subsp. chondrosperma;27489;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Montia fontana subsp. chondrosperma;27489;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;; Montia fontana subsp. chondrosperma;27489;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;; Montia fontana subsp. chondrosperma;27489;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;; Montia fontana subsp. chondrosperma;27489;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Montia fontana subsp. chondrosperma;27489;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Muscari comosum;38147;actual measurement;one-seeded generative dispersule;4.81;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.81;4.9;4.63;;;; Muscari tenuiflorum;38964;unknown;generative dispersule;3.5;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.5;;;;1;Tackenberg (2001); Mycelis muralis;11510;unknown;generative dispersule;.25;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.25;;;;1;Müller-Schneider (1986); Mycelis muralis;11510;unknown;generative dispersule;.47;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.47;;;;1;Luftensteiner (1982); Mycelis muralis;11510;actual measurement;one-seeded generative dispersule;.26;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.26;.35;.2;;;; Myosotis alpestris;12022;unknown;generative dispersule;2.0274;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.0274;2.2044;1.8503;;1;Lutz (unpublished data); Myosotis alpestris;12022;actual measurement;one-seeded generative dispersule;2.9;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.9;3.16;2.5;;;; Myosotis arvensis;12027;unknown;generative dispersule;2.23;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.23;;;;1;Tackenberg (2001); Myosotis arvensis;12027;unknown;generative dispersule;1.83;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.83;;;;1;Tackenberg (2001); Myosotis arvensis;12027;actual measurement;one-seeded generative dispersule;3.08;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.08;3.38;2.87;;;; Myosotis ramosissima;11938;actual measurement;one-seeded generative dispersule;2.1;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.1;2.53;1.81;;;; Myosotis scorpioides;11951;actual measurement;one-seeded generative dispersule;2.44;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.44;2.94;2.05;;;; Myosotis stricta;11964;unknown;generative dispersule;1.88;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.88;;;;1;Tackenberg (2001); Myosoton aquaticum;15865;actual measurement;one-seeded generative dispersule;2.35;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.35;2.55;2.03;;;; Myosurus minimus;27104;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.47;;;;;; Myosurus minimus;27104;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.8;;;;;; Myosurus minimus;27104;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.8;;;;;; Myosurus minimus;27104;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.89;;;;;; Myosurus minimus;27104;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.47;;;;;; Myosurus minimus;27104;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.82;;;;;; Myosurus minimus;27104;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.53;;;;;; Myosurus minimus;27104;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.7;;;;;; Myosurus minimus;27104;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.67;;;;;; Myosurus minimus;27104;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.88;;;;;; Myosurus minimus;27104;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.7;1.89;1.47;1.75;;Preaggregated data obtained from single record.; Myrica gale;25316;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.15;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.1;3.38;2.5;3.15;;Preaggregated data obtained from single record.; Myrica gale;25316;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;; Myrica gale;25316;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Myrica gale;25316;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;; Myrica gale;25316;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;; Myrica gale;25316;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Myrica gale;25316;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Myrica gale;25316;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Myrica gale;25316;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;; Myrica gale;25316;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;; Myrica gale;25316;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;; Myricaria germanica;34699;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.19;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.17;1.37;.96;1.19;;Preaggregated data obtained from single record.; Myricaria germanica;34699;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.04;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.04;;;;;; Myricaria germanica;34699;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.23;;;;;; Myricaria germanica;34699;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.27;;;;;; Myricaria germanica;34699;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;;;;;; Myricaria germanica;34699;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.16;;;;;; Myricaria germanica;34699;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.09;;;;;; Myricaria germanica;34699;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.37;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.37;;;;;; Myricaria germanica;34699;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.02;;;;;; Myricaria germanica;34699;actual measurement (following LEDA data standards);one-seeded generative dispersule;.96;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.96;;;;;; Myricaria germanica;34699;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.21;;;;;; Myricaria germanica;34699;unknown;generative dispersule;.22;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.22;;;;1;Müller-Schneider (1986); Myrrhis odorata;1152;actual measurement;one-seeded generative dispersule;3.91;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.91;4.24;3.52;;;; Nardus stricta;43217;actual measurement;one-seeded generative dispersule;2.68;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.68;3.16;2.36;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.68;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.7;.97;.42;.68;;Preaggregated data obtained from single record.; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.82;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.82;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.83;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.72;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.72;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.83;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.97;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.73;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.65;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.66;.8;.55;.65;;Preaggregated data obtained from single record.; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.71;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.71;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.6;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.75;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.8;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.8;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.62;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.67;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.67;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.62;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.56;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.56;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.55;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.42;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.58;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.58;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.6;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.6;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.63;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.63;;;;;; Narthecium ossifragum;38170;unknown;generative dispersule;.61;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.61;;;;1;Ridley (1930); Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.63;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.63;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.35;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.35;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.42;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.42;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.39;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.39;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.41;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.41;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.32;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.35;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.35;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.5;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.37;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.37;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.35;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.35;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.43;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.43;;;;;; Narthecium ossifragum;38170;actual measurement (following LEDA data standards);one-seeded generative dispersule;.38;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.39;.5;.32;.38;;Preaggregated data obtained from single record.; Nasturtium microphyllum;12669;actual measurement;one-seeded generative dispersule;1.93;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.93;2.36;1.61;;;; Nasturtium officinale;14602;actual measurement;one-seeded generative dispersule;2.53;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.53;2.72;2.31;;;; Neottia nidus-avis;39957;unknown;generative dispersule;.25;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.25;;;;1;Müller-Schneider (1986); Nepeta cataria;24784;actual measurement;one-seeded generative dispersule;3.75;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.75;;;;;cultivated; Nicotiana alata;35067;actual measurement;one-seeded generative dispersule;2.3;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.3;;;;;cultivated; Nigella damascena;27114;actual measurement;one-seeded generative dispersule;3.49;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.49;;;;;cultivated; Odontites verna;33007;actual measurement (following LEDA data standards);germinule;1.82;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.93;2.66;1.45;1.82;;Preaggregated data obtained from single record.; Odontites verna;33007;actual measurement (following LEDA data standards);germinule;1.75;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.75;;;;;; Odontites verna;33007;actual measurement (following LEDA data standards);germinule;2.25;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.25;;;;;; Odontites verna;33007;actual measurement (following LEDA data standards);germinule;1.61;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.61;;;;;; Odontites verna;33007;actual measurement (following LEDA data standards);germinule;1.45;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.45;;;;;; Odontites verna;33007;actual measurement (following LEDA data standards);germinule;2.66;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Odontites verna;33007;actual measurement (following LEDA data standards);germinule;1.87;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.87;;;;;; Odontites verna;33007;actual measurement (following LEDA data standards);germinule;1.77;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.77;;;;;; Odontites verna;33007;actual measurement (following LEDA data standards);germinule;1.64;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.64;;;;;; Odontites verna;33007;actual measurement (following LEDA data standards);germinule;1.92;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.92;;;;;; Odontites verna;33007;actual measurement (following LEDA data standards);germinule;2.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Odontites verna s. serotina;33736;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;9;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.03;2.53;1.7;1.92;;Preaggregated data obtained from single record.; Odontites verna s. serotina;33736;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.25;;;;;; Odontites verna s. serotina;33736;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.8;;;;;; Odontites verna s. serotina;33736;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.92;;;;;; Odontites verna s. serotina;33736;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;; Odontites verna s. serotina;33736;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Odontites verna s. serotina;33736;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.91;;;;;; Odontites verna s. serotina;33736;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.75;;;;;; Odontites verna s. serotina;33736;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.12;;;;;; Odontites verna s. serotina;33736;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.7;;;;;; Oenanthe aquatica;1156;actual measurement (following LEDA data standards);germinule;3.85;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.92;4.24;3.73;3.85;;Preaggregated data obtained from single record.; Oenanthe aquatica;1156;actual measurement (following LEDA data standards);germinule;3.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.79;;;;;; Oenanthe aquatica;1156;actual measurement (following LEDA data standards);germinule;3.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.85;;;;;; Oenanthe aquatica;1156;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Oenanthe aquatica;1156;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Oenanthe aquatica;1156;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Oenanthe aquatica;1156;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Oenanthe aquatica;1156;actual measurement (following LEDA data standards);germinule;3.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.79;;;;;; Oenanthe aquatica;1156;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Oenanthe aquatica;1156;actual measurement (following LEDA data standards);germinule;3.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.85;;;;;; Oenanthe aquatica;1156;actual measurement (following LEDA data standards);germinule;3.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.97;;;;;; Oenanthe fistulosa;1660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.41;3.62;3.21;3.42;;Preaggregated data obtained from single record.; Oenanthe fistulosa;1660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Oenanthe fistulosa;1660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Oenanthe fistulosa;1660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Oenanthe fistulosa;1660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Oenanthe fistulosa;1660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Oenanthe fistulosa;1660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Oenanthe fistulosa;1660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Oenanthe fistulosa;1660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Oenanthe fistulosa;1660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Oenanthe fistulosa;1660;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);germinule;2.86;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.87;3.09;2.72;2.86;;Preaggregated data obtained from single record.; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);germinule;2.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.81;;;;;; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);germinule;2.75;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);germinule;2.87;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.87;;;;;; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);germinule;2.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);germinule;2.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);germinule;2.84;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.84;;;;;; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);germinule;2.78;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);germinule;2.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);germinule;3.09;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);germinule;2.72;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.72;;;;;; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.88;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.9;3.25;2.5;2.88;;Preaggregated data obtained from single record.; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Oenanthe lachenalii;2104;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Oenothera ammophila;26491;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.78;;;;;; Oenothera ammophila;26491;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Oenothera ammophila;26491;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;; Oenothera ammophila;26491;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Oenothera ammophila;26491;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.78;;;;;; Oenothera ammophila;26491;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Oenothera ammophila;26491;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Oenothera ammophila;26491;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Oenothera ammophila;26491;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;;;;;; Oenothera ammophila;26491;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.81;;;;;; Oenothera ammophila;26491;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;2.81;2.58;2.72;;Preaggregated data obtained from single record.; Oenothera biennis;26442;actual measurement;one-seeded generative dispersule;2.69;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.69;3.05;2.17;;;; Oenothera biennis;26442;unknown;generative dispersule;1.2;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.2;;;;1;Okubo & Levin (1989); Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.58;;;;;; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.72;;;;;; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.4;;;;;; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.72;;;;;; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;2.78;2.43;2.53;;Preaggregated data obtained from single record.; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Oenothera biennis;26442;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.64;2.72;2.4;2.66;;Preaggregated data obtained from single record.; Oenothera parviflora;26459;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.62;2.78;2.16;2.69;;Preaggregated data obtained from single record.; Oenothera parviflora;26459;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.16;;;;;; Oenothera parviflora;26459;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Oenothera parviflora;26459;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Oenothera parviflora;26459;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Oenothera parviflora;26459;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Oenothera parviflora;26459;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.34;;;;;; Oenothera parviflora;26459;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Oenothera parviflora;26459;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Oenothera parviflora;26459;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Oenothera parviflora;26459;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Omalotheca supina;10537;actual measurement (following LEDA data standards);one-seeded generative dispersule;.48;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.47;.59;.21;.48;;Preaggregated data obtained from single record.; Omalotheca supina;10537;actual measurement (following LEDA data standards);one-seeded generative dispersule;.38;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.38;;;;;; Omalotheca supina;10537;actual measurement (following LEDA data standards);one-seeded generative dispersule;.42;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.42;;;;;; Omalotheca supina;10537;actual measurement (following LEDA data standards);one-seeded generative dispersule;.48;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.48;;;;;; Omalotheca supina;10537;actual measurement (following LEDA data standards);one-seeded generative dispersule;.47;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.47;;;;;; Omalotheca supina;10537;actual measurement (following LEDA data standards);one-seeded generative dispersule;.47;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.47;;;;;; Omalotheca supina;10537;actual measurement (following LEDA data standards);one-seeded generative dispersule;.59;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.59;;;;;; Omalotheca supina;10537;actual measurement (following LEDA data standards);one-seeded generative dispersule;.59;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.59;;;;;; Omalotheca supina;10537;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.21;;;;;; Omalotheca supina;10537;actual measurement (following LEDA data standards);one-seeded generative dispersule;.58;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.58;;;;;; Omalotheca supina;10537;actual measurement (following LEDA data standards);one-seeded generative dispersule;.51;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.51;;;;;; Omalotheca supina;10537;unknown;generative dispersule;.33397;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.33397;.38775;.2802;;1;Lutz (unpublished data); Onobrychis viciifolia;21874;unknown;generative dispersule;2.18;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.18;;;;1;Tackenberg (2001); Onobrychis viciifolia;21874;unknown;generative dispersule;2.53;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.53;;;;1;Tackenberg (2001); Onobrychis viciifolia;21874;unknown;generative dispersule;2.18;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.18;;;;1;Tackenberg (2001); Onobrychis viciifolia;21874;actual measurement;one-seeded generative dispersule;4.53;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.53;;;;;cultivated; Onobrychis viciifolia;21874;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;4.9;4.55;4.81;;Preaggregated data obtained from single record.seeds collected by Michael Kleyer (Oldenburg); Onobrychis viciifolia;21874;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;seeds collected by Michael Kleyer (Oldenburg); Onobrychis viciifolia;21874;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.9;;;;;seeds collected by Michael Kleyer (Oldenburg); Onobrychis viciifolia;21874;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;seeds collected by Michael Kleyer (Oldenburg); Onobrychis viciifolia;21874;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.55;;;;;seeds collected by Michael Kleyer (Oldenburg); Onobrychis viciifolia;21874;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;seeds collected by Michael Kleyer (Oldenburg); Onobrychis viciifolia;21874;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.9;;;;;seeds collected by Michael Kleyer (Oldenburg); Onobrychis viciifolia;21874;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;seeds collected by Michael Kleyer (Oldenburg); Onobrychis viciifolia;21874;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;seeds collected by Michael Kleyer (Oldenburg); Onobrychis viciifolia;21874;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;seeds collected by Michael Kleyer (Oldenburg); Onobrychis viciifolia;21874;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.9;;;;;seeds collected by Michael Kleyer (Oldenburg); Ononis repens;20645;actual measurement;one-seeded generative dispersule;4.68;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.68;4.81;4.46;;;; Ononis repens;20645;unknown;generative dispersule;2.52;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.52;;;;1;Tackenberg (2001); Ononis spinosa;21958;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Ononis spinosa;21958;actual measurement (following LEDA data standards);germinule;4.39;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.39;;;;;; Ononis spinosa;21958;actual measurement (following LEDA data standards);germinule;4.46;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.46;;;;;; Ononis spinosa;21958;actual measurement (following LEDA data standards);germinule;4.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.31;;;;;; Ononis spinosa;21958;actual measurement;one-seeded generative dispersule;3.61;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.61;4.31;3.25;;;; Ononis spinosa;21958;actual measurement (following LEDA data standards);germinule;4.31;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.31;4.46;4.1;4.31;;Preaggregated data obtained from single record.; Ononis spinosa;21958;actual measurement (following LEDA data standards);germinule;4.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.31;;;;;; Ononis spinosa;21958;actual measurement (following LEDA data standards);germinule;4.39;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.39;;;;;; Ononis spinosa;21958;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Ononis spinosa;21958;actual measurement (following LEDA data standards);germinule;4.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.31;;;;;; Ononis spinosa;21958;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Ononis spinosa;21958;actual measurement (following LEDA data standards);germinule;4.39;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.39;;;;;; Onopordum acanthium;9350;actual measurement;one-seeded generative dispersule;2.49;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.49;3.01;2.17;;;; Origanum vulgare;23973;unknown;generative dispersule;1.66;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.66;;;;1;Tackenberg (2001); Origanum vulgare;23973;actual measurement;one-seeded generative dispersule;2.12;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.12;2.45;1.85;;;; Origanum vulgare;23973;actual measurement;one-seeded generative dispersule;1.88;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.88;2.31;1;;;; Ornithogalum narbonense;39010;actual measurement;one-seeded generative dispersule;4.31;6;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.31;4.55;3.73;;;; Ornithogalum narbonense;39010;actual measurement;one-seeded generative dispersule;4.42;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.42;4.55;4.24;;;; Ornithogalum nutans;39001;actual measurement;one-seeded generative dispersule;4.9;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.9;;;;;cultivated; Ornithopus perpusillus;19964;unknown;generative dispersule;1.6;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.6;;;;1;Tackenberg (unpublished data); Orobanche hederae;26288;unknown;generative dispersule;.49;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.49;;;;1;Tackenberg (2001); Ostrya carpinifolia;18088;unknown;generative dispersule;1.3;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.3;;;;1;Luftensteiner (1982); Ostrya carpinifolia;18088;unknown;generative dispersule;1;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1;;;;1;Müller-Schneider (1986); Oxalis acetosella;25842;actual measurement;one-seeded generative dispersule;3.13;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.13;3.57;2.55;;;; Oxyria digyna;27715;unknown;generative dispersule;.83;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.83;;;;1;Tackenberg (unpublished data); Oxyria digyna;27715;unknown;generative dispersule;.8;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.8;;;;1;Müller-Schneider (1986); Oxyria digyna;27715;unknown;generative dispersule;.87357;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.87357;.93921;.80794;;1;Lutz (unpublished data); Oxyria digyna;27715;actual measurement;one-seeded generative dispersule;3.02;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.02;3.21;2.72;;;; Paeonia officinalis;25406;actual measurement;one-seeded generative dispersule;5.06;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.06;5.21;4.9;;;; Papaver argemone;25500;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;; Papaver argemone;25500;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;; Papaver argemone;25500;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.34;;;;;; Papaver argemone;25500;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Papaver argemone;25500;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;; Papaver argemone;25500;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Papaver argemone;25500;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.14;;;;;; Papaver argemone;25500;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Papaver argemone;25500;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Papaver argemone;25500;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Papaver argemone;25500;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.42;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;2.55;2.14;2.42;;Preaggregated data obtained from single record.; Papaver dubium;25513;actual measurement (following LEDA data standards);germinule;2.17;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.12;2.27;1.72;2.17;;Preaggregated data obtained from single record.; Papaver dubium;25513;actual measurement (following LEDA data standards);germinule;2.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Papaver dubium;25513;actual measurement (following LEDA data standards);germinule;2.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Papaver dubium;25513;actual measurement (following LEDA data standards);germinule;1.72;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.72;;;;;; Papaver dubium;25513;actual measurement (following LEDA data standards);germinule;2.14;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.14;;;;;; Papaver dubium;25513;actual measurement (following LEDA data standards);germinule;2.27;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.27;;;;;; Papaver dubium;25513;actual measurement (following LEDA data standards);germinule;1.92;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.92;;;;;; Papaver dubium;25513;actual measurement (following LEDA data standards);germinule;2.16;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.16;;;;;; Papaver dubium;25513;actual measurement (following LEDA data standards);germinule;2.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.17;;;;;; Papaver dubium;25513;actual measurement (following LEDA data standards);germinule;2.14;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.14;;;;;; Papaver dubium;25513;actual measurement (following LEDA data standards);germinule;2.25;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.25;;;;;; Papaver dubium;25513;actual measurement;one-seeded generative dispersule;2.52;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.52;3.16;2.29;;;; Papaver rhoeas;25577;actual measurement;one-seeded generative dispersule;2.14;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.14;2.36;1.97;;;; Papaver rhoeas;25577;actual measurement;one-seeded generative dispersule;1.81;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.81;2.12;1.31;;;; Papaver rhoeas;25577;actual measurement (following LEDA data standards);germinule;2.06;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.1;2.43;1.81;2.06;;Preaggregated data obtained from single record.; Papaver rhoeas;25577;actual measurement (following LEDA data standards);germinule;2.12;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.12;;;;;; Papaver rhoeas;25577;actual measurement (following LEDA data standards);germinule;2;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2;;;;;; Papaver rhoeas;25577;actual measurement (following LEDA data standards);germinule;2.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Papaver rhoeas;25577;actual measurement (following LEDA data standards);germinule;2.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.29;;;;;; Papaver rhoeas;25577;actual measurement (following LEDA data standards);germinule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Papaver rhoeas;25577;actual measurement (following LEDA data standards);germinule;1.95;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.95;;;;;; Papaver rhoeas;25577;actual measurement (following LEDA data standards);germinule;1.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.98;;;;;; Papaver rhoeas;25577;actual measurement (following LEDA data standards);germinule;2.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Papaver rhoeas;25577;actual measurement (following LEDA data standards);germinule;1.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.81;;;;;; Papaver rhoeas;25577;actual measurement (following LEDA data standards);germinule;1.95;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.95;;;;;; Papaver somniferum;25589;unknown;generative dispersule;5;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);5;;;;1;Schmidt (1918); Papaver somniferum;25589;unknown;generative dispersule;5;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);5;;;;1;Müller-Schneider (1986); Parapholis filiformis;42869;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.74;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.74;3.01;2.48;2.74;;Preaggregated data obtained from single record.; Parapholis filiformis;42869;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Parapholis filiformis;42869;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Parapholis filiformis;42869;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Parapholis filiformis;42869;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Parapholis filiformis;42869;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Parapholis filiformis;42869;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Parapholis filiformis;42869;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Parapholis filiformis;42869;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Parapholis filiformis;42869;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Parapholis filiformis;42869;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Parapholis strigosa;42872;actual measurement;one-seeded generative dispersule;3.45;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.45;3.62;3.21;;;; Paris quadrifolia;38073;actual measurement;one-seeded generative dispersule;4.64;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.64;4.72;4.46;;;; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.91;;;;;; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;.8;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.8;;;;;; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1;;;;;; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;.9;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.9;;;;;; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;.93;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.93;;;;;; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;.82;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.82;;;;;; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.75;;;;;; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.08;;;;;; Parnassia palustris;25636;actual measurement;one-seeded generative dispersule;.86;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.86;1.03;.7;;;; Parnassia palustris;25636;actual measurement;one-seeded generative dispersule;1.02;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.02;1.22;.91;;;; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.63;;;;;; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;.9;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.9;;;;;; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;.9;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.87;1.08;.63;.9;;Preaggregated data obtained from single record.; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;.74;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.74;;;;;; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.78;;;;;; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.83;;;;;; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.83;;;;;; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.87;;;;;; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;.93;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.93;;;;;; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;9;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.83;.93;.72;.83;;Preaggregated data obtained from single record.; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;.88;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.88;;;;;; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.72;;;;;; Parnassia palustris;25636;actual measurement (following LEDA data standards);one-seeded generative dispersule;.93;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.93;;;;;; Pastinaca sativa;1183;actual measurement;one-seeded generative dispersule;2.55;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.55;2.98;2.16;;;; Pedicularis palustris;33771;actual measurement (following LEDA data standards);germinule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Pedicularis palustris;33771;actual measurement (following LEDA data standards);germinule;3.16;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Pedicularis palustris;33771;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Pedicularis palustris;33771;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Pedicularis palustris;33771;actual measurement (following LEDA data standards);germinule;3.13;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Pedicularis palustris;33771;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Pedicularis palustris;33771;actual measurement (following LEDA data standards);germinule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Pedicularis palustris;33771;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Pedicularis palustris;33771;actual measurement (following LEDA data standards);germinule;2.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Pedicularis palustris;33771;actual measurement (following LEDA data standards);germinule;3.25;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Pedicularis palustris;33771;actual measurement (following LEDA data standards);germinule;3.31;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.3;3.73;2.98;3.31;;Preaggregated data obtained from single record.; Pedicularis sceptrum-carolinum;34226;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.48;;;;;; Pedicularis sceptrum-carolinum;34226;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.19;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.19;;;;;; Pedicularis sceptrum-carolinum;34226;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.36;;;;;; Pedicularis sceptrum-carolinum;34226;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.43;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.39;1.55;1.17;1.43;;Preaggregated data obtained from single record.; Pedicularis sceptrum-carolinum;34226;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.52;;;;;; Pedicularis sceptrum-carolinum;34226;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.52;;;;;; Pedicularis sceptrum-carolinum;34226;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Pedicularis sceptrum-carolinum;34226;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.17;;;;;; Pedicularis sceptrum-carolinum;34226;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.38;;;;;; Pedicularis sceptrum-carolinum;34226;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.47;;;;;; Pedicularis sceptrum-carolinum;34226;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.22;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.22;;;;;; Pedicularis verticillata;34203;unknown;generative dispersule;2.1856;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.1856;2.4032;1.9679;;1;Lutz (unpublished data); Petasites hybridus;10476;actual measurement;one-seeded generative dispersule;.28;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.28;.35;.21;;;; Petrorhagia prolifera;16636;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Petrorhagia prolifera;16636;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.25;;;;;; Petrorhagia prolifera;16636;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.49;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.51;2.72;2.25;2.49;;Preaggregated data obtained from single record.; Petrorhagia prolifera;16636;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Petrorhagia prolifera;16636;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.34;;;;;; Petrorhagia prolifera;16636;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Petrorhagia prolifera;16636;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Petrorhagia prolifera;16636;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Petrorhagia prolifera;16636;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Petrorhagia prolifera;16636;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Petrorhagia prolifera;16636;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Peucedanum cervaria;1621;unknown;generative dispersule;1.84;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.84;;;;1;Tackenberg (2001); Peucedanum cervaria;1621;actual measurement;one-seeded generative dispersule;2.77;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.77;3.16;2.25;;;; Peucedanum officinale;1112;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.9;3.29;2.48;2.84;;Preaggregated data obtained from single record.; Peucedanum officinale;1112;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Peucedanum officinale;1112;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Peucedanum officinale;1112;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Peucedanum officinale;1112;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Peucedanum officinale;1112;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Peucedanum officinale;1112;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Peucedanum officinale;1112;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Peucedanum officinale;1112;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Peucedanum officinale;1112;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Peucedanum officinale;1112;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Peucedanum oreoselinum;2070;unknown;generative dispersule;1.79;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.79;;;;1;Tackenberg (2001); Peucedanum oreoselinum;2070;actual measurement;one-seeded generative dispersule;2.45;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.45;2.78;2.17;;;; Peucedanum oreoselinum;2070;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;;;;;; Peucedanum oreoselinum;2070;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;;;;;; Peucedanum oreoselinum;2070;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.36;;;;;; Peucedanum oreoselinum;2070;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Peucedanum oreoselinum;2070;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.46;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.21;2.63;1.32;2.46;;Preaggregated data obtained from single record.; Peucedanum oreoselinum;2070;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.75;;;;;; Peucedanum oreoselinum;2070;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;; Peucedanum oreoselinum;2070;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Peucedanum oreoselinum;2070;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.41;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.41;;;;;; Peucedanum oreoselinum;2070;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;; Peucedanum oreoselinum;2070;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.32;;;;;; Peucedanum ostruthium;1118;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.5;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.61;2.16;1.17;1.5;;Preaggregated data obtained from single record.; Peucedanum ostruthium;1118;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.4;;;;;; Peucedanum ostruthium;1118;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.49;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.49;;;;;; Peucedanum ostruthium;1118;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.72;;;;;; Peucedanum ostruthium;1118;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.44;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.44;;;;;; Peucedanum ostruthium;1118;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Peucedanum ostruthium;1118;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.51;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.51;;;;;; Peucedanum ostruthium;1118;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.03;;;;;; Peucedanum ostruthium;1118;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.45;;;;;; Peucedanum ostruthium;1118;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.17;;;;;; Peucedanum ostruthium;1118;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.72;;;;;; Peucedanum ostruthium;1118;unknown;generative dispersule;1.2206;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.2206;1.3349;1.1064;;1;Lutz (unpublished data); Phacelia tanacetifolia;25220;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Phacelia tanacetifolia;25220;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Phacelia tanacetifolia;25220;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Phacelia tanacetifolia;25220;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Phacelia tanacetifolia;25220;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Phacelia tanacetifolia;25220;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Phacelia tanacetifolia;25220;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Phacelia tanacetifolia;25220;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.34;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.34;3.62;3.05;3.34;;Preaggregated data obtained from single record.; Phacelia tanacetifolia;25220;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Phacelia tanacetifolia;25220;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Phacelia tanacetifolia;25220;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Phalaris arundinacea;42396;actual measurement;one-seeded generative dispersule;2.72;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.72;3.21;2.31;;;; Phalaris arundinacea;42396;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Phalaris arundinacea;42396;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.82;;;;;; Phalaris arundinacea;42396;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.29;;;;;; Phalaris arundinacea;42396;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;5;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;3.33;1.82;2.29;;Preaggregated data obtained from single record.; Phalaris arundinacea;42396;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Phalaris arundinacea;42396;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Phalaris coerulescens;43235;actual measurement;one-seeded generative dispersule;3.33;5;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.33;3.52;3.09;;;; Phalaris minor;42398;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Phalaris minor;42398;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Phalaris minor;42398;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Phalaris minor;42398;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Phalaris minor;42398;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Phalaris minor;42398;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Phalaris minor;42398;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Phalaris minor;42398;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Phalaris minor;42398;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Phalaris minor;42398;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Phalaris minor;42398;actual measurement (following LEDA data standards);one-seeded generative dispersule;3;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;3.05;2.87;3;;Preaggregated data obtained from single record.; Phaseolus coccineus;19978;actual measurement;one-seeded generative dispersule;6.19;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;6.19;;;;;cultivated; Phaseolus vulgaris;22039;actual measurement;one-seeded generative dispersule;5.98;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.98;;;;;cultivated; Phleum arenarium;42667;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.19;2.45;1.89;2.17;;Preaggregated data obtained from single record.; Phleum arenarium;42667;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Phleum arenarium;42667;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2;;;;;; Phleum arenarium;42667;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.02;;;;;; Phleum arenarium;42667;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.89;;;;;; Phleum arenarium;42667;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.16;;;;;; Phleum arenarium;42667;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.4;;;;;; Phleum arenarium;42667;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.45;;;;;; Phleum arenarium;42667;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Phleum arenarium;42667;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.17;;;;;; Phleum arenarium;42667;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.36;;;;;; Phleum pratense;42408;unknown;unknown;2.2741;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.2741;;;;1;Tackenberg (unpublished data); Phleum pratense;42408;actual measurement;one-seeded generative dispersule;2.61;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.61;3.05;2.31;;;; Phleum pratense;42408;unknown;generative dispersule;.63;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.63;;;;1;Tackenberg (2001); Phleum pratense;42408;unknown;generative dispersule;3.42;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.42;;;;1;Maurer & Stöcklin (unpublished); Phleum pratense s. bertolonii;43242;actual measurement;one-seeded generative dispersule;3.14;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.14;3.38;2.91;;;; Phleum rhaeticum;60137;unknown;generative dispersule;1.266;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.266;1.3904;1.1416;;1;Lutz (unpublished data); Phragmites australis;42412;actual measurement;one-seeded generative dispersule;.17;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.17;.29;.11;;;; Phragmites australis;42412;actual measurement;one-seeded generative dispersule;.21;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.21;.28;.09;;;; Phragmites australis;42412;unknown;generative dispersule;.115;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.115;.12;.11;;1;Müller-Schneider (1986); Phragmites australis;42412;unknown;unknown;.19272;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.19272;;;;1;Tackenberg (unpublished data); Physoplexis comosa;14848;actual measurement;one-seeded generative dispersule;1.78;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.78;1.94;1.38;;;; Phyteuma betonicifolium;14797;unknown;generative dispersule;1.385;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.385;1.515;1.2549;;1;Lutz (unpublished data); Phyteuma ovatum;14822;actual measurement;one-seeded generative dispersule;2.25;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.25;2.4;2.1;;;; Phyteuma scheuchzeri;14771;actual measurement;one-seeded generative dispersule;1.47;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.47;1.71;1.24;;;; Phyteuma spicatum;14784;actual measurement;one-seeded generative dispersule;2.43;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.43;2.69;2.21;;;; Phyteuma spicatum;14784;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.98;2.1;1.87;1.97;;Preaggregated data obtained from single record.seeds collected by Michael Kleyer (Oldenburg); Phyteuma spicatum;14784;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.05;;;;;seeds collected by Michael Kleyer (Oldenburg); Phyteuma spicatum;14784;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.02;;;;;seeds collected by Michael Kleyer (Oldenburg); Phyteuma spicatum;14784;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.95;;;;;seeds collected by Michael Kleyer (Oldenburg); Phyteuma spicatum;14784;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.87;;;;;seeds collected by Michael Kleyer (Oldenburg); Phyteuma spicatum;14784;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.95;;;;;seeds collected by Michael Kleyer (Oldenburg); Phyteuma spicatum;14784;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.94;;;;;seeds collected by Michael Kleyer (Oldenburg); Phyteuma spicatum;14784;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.89;;;;;seeds collected by Michael Kleyer (Oldenburg); Phyteuma spicatum;14784;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.1;;;;;seeds collected by Michael Kleyer (Oldenburg); Phyteuma spicatum;14784;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.98;;;;;seeds collected by Michael Kleyer (Oldenburg); Phyteuma spicatum;14784;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.08;;;;;seeds collected by Michael Kleyer (Oldenburg); Phytolacca esculenta;27873;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.77;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;5;4.55;4.77;;Preaggregated data obtained from single record.; Phytolacca esculenta;27873;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.55;;;;;; Phytolacca esculenta;27873;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.72;;;;;; Phytolacca esculenta;27873;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.72;;;;;; Phytolacca esculenta;27873;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.72;;;;;; Phytolacca esculenta;27873;actual measurement (following LEDA data standards);one-seeded generative dispersule;5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;5;;;;;; Phytolacca esculenta;27873;actual measurement (following LEDA data standards);one-seeded generative dispersule;5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;5;;;;;; Phytolacca esculenta;27873;actual measurement (following LEDA data standards);one-seeded generative dispersule;5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;5;;;;;; Phytolacca esculenta;27873;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.9;;;;;; Phytolacca esculenta;27873;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;; Phytolacca esculenta;27873;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.72;;;;;; Picris echioides;10896;actual measurement (following LEDA data standards);one-seeded generative dispersule;.48;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.49;.62;.42;.48;;Preaggregated data obtained from single record.; Picris echioides;10896;unknown;generative dispersule;.95;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.95;;;;1;Andersen (1993); Picris echioides;10896;actual measurement (following LEDA data standards);one-seeded generative dispersule;.53;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.53;;;;;; Picris echioides;10896;actual measurement (following LEDA data standards);one-seeded generative dispersule;.48;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.48;;;;;; Picris echioides;10896;actual measurement (following LEDA data standards);one-seeded generative dispersule;.48;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.48;;;;;; Picris echioides;10896;actual measurement (following LEDA data standards);one-seeded generative dispersule;.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.42;;;;;; Picris echioides;10896;actual measurement (following LEDA data standards);one-seeded generative dispersule;.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.62;;;;;; Picris echioides;10896;actual measurement (following LEDA data standards);one-seeded generative dispersule;.43;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.43;;;;;; Picris echioides;10896;actual measurement (following LEDA data standards);one-seeded generative dispersule;.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.45;;;;;; Picris echioides;10896;actual measurement (following LEDA data standards);one-seeded generative dispersule;.43;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.43;;;;;; Picris echioides;10896;actual measurement (following LEDA data standards);one-seeded generative dispersule;.48;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.48;;;;;; Picris echioides;10896;actual measurement (following LEDA data standards);one-seeded generative dispersule;.61;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.61;;;;;; Picris echioides;10896;unknown;generative dispersule;.7;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.7;;;;1;Andersen (1992); Picris echioides;10896;actual measurement;one-seeded generative dispersule;.52;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.52;.62;.37;;;; Picris echioides;10896;actual measurement;one-seeded generative dispersule;.49;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.49;.59;.42;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.59;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.57;.66;.46;.59;;Preaggregated data obtained from single record.; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;7;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.35;.53;.27;.33;;Preaggregated data obtained from single record.only seven viable seeds; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.53;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.65;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.65;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.64;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.64;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.34;;;;;only seven viable seeds; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.53;;;;;only seven viable seeds; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.27;;;;;only seven viable seeds; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.29;;;;;only seven viable seeds; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.47;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.55;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.63;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.63;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.5;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.33;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.6;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.41;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.41;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.49;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.49;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.38;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.43;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.38;;;;;only seven viable seeds; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.33;;;;;only seven viable seeds; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.3;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.3;;;;;only seven viable seeds; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.5;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.4;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.69;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.27;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.46;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.46;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.66;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.42;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.45;.69;.27;.42;;Preaggregated data obtained from single record.; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.9;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.9;;;;;; Picris hieracioides;9660;unknown;generative dispersule;.74;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.74;.83;.65;;1;Jongejans & Schippers (1999); Picris hieracioides;9660;unknown;generative dispersule;.48;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.48;;;;1;Tackenberg (2001); Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.75;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.76;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.76;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.76;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.76;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.02;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.67;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.67;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.92;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.92;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.97;;;;;; Picris hieracioides;9660;unknown;generative dispersule;.475;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.475;.49;.46;;1;Schulz & al. (1991); Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.07;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.07;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.69;;;;;; Picris hieracioides;9660;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.85;1.07;.67;.83;;Preaggregated data obtained from single record.; Picris pauciflora;9364;actual measurement;germinule;3.36;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.36;3.62;2.81;;;; Pimpinella major;1134;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Pimpinella major;1134;unknown;generative dispersule;2.62;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.62;;;;1;Tackenberg (2001); Pimpinella major;1134;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.31;3.52;3.05;3.33;;Preaggregated data obtained from single record.; Pimpinella major;1134;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Pimpinella major;1134;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Pimpinella major;1134;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Pimpinella major;1134;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Pimpinella major;1134;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Pimpinella major;1134;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Pimpinella major;1134;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Pimpinella major;1134;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Pimpinella major;1134;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Pimpinella major;1134;actual measurement;one-seeded generative dispersule;3.85;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.85;4.1;3.47;;;; Pimpinella saxifraga;1643;actual measurement;one-seeded generative dispersule;3.83;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.83;4.03;3.62;;;; Pimpinella saxifraga;1643;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Pimpinella saxifraga;1643;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Pimpinella saxifraga;1643;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Pimpinella saxifraga;1643;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Pimpinella saxifraga;1643;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Pimpinella saxifraga;1643;unknown;generative dispersule;2.48;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.48;;;;1;Tackenberg (2001); Pimpinella saxifraga;1643;unknown;generative dispersule;2.45;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.45;;;;1;Tackenberg (2001); Pimpinella saxifraga;1643;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.68;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.7;3.01;2.5;2.68;;Preaggregated data obtained from single record.; Pimpinella saxifraga;1643;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Pimpinella saxifraga;1643;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Pimpinella saxifraga;1643;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Pimpinella saxifraga;1643;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Pimpinella saxifraga;1643;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Pinguicula vulgaris;26085;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.08;;;;;; Pinguicula vulgaris;26085;actual measurement (following LEDA data standards);one-seeded generative dispersule;.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.79;;;;;; Pinguicula vulgaris;26085;actual measurement (following LEDA data standards);one-seeded generative dispersule;.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.85;;;;;; Pinguicula vulgaris;26085;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.83;;;;;; Pinguicula vulgaris;26085;actual measurement (following LEDA data standards);one-seeded generative dispersule;.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.81;;;;;; Pinguicula vulgaris;26085;actual measurement (following LEDA data standards);one-seeded generative dispersule;.82;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.82;;;;;; Pinguicula vulgaris;26085;actual measurement (following LEDA data standards);one-seeded generative dispersule;.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.84;;;;;; Pinguicula vulgaris;26085;actual measurement (following LEDA data standards);one-seeded generative dispersule;.77;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.77;;;;;; Pinguicula vulgaris;26085;actual measurement (following LEDA data standards);one-seeded generative dispersule;.8;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.8;;;;;; Pinguicula vulgaris;26085;actual measurement (following LEDA data standards);one-seeded generative dispersule;.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.84;;;;;; Pinguicula vulgaris;26085;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.84;1.08;.77;.83;;Preaggregated data obtained from single record.; Pinguicula vulgaris;26085;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1;;;;;; Pinguicula vulgaris;26085;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.03;6;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.08;1.46;.86;1.03;;Preaggregated data obtained from single record.; Pinguicula vulgaris;26085;actual measurement (following LEDA data standards);one-seeded generative dispersule;.86;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.86;;;;;; Pinguicula vulgaris;26085;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.11;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.11;;;;;; Pinguicula vulgaris;26085;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.05;;;;;; Pinguicula vulgaris;26085;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.46;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.46;;;;;; Pinguicula vulgaris;26085;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.97;;;;;; Plantago alpina;27858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;3.47;3.09;3.29;;Preaggregated data obtained from single record.; Plantago alpina;27858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Plantago alpina;27858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Plantago alpina;27858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Plantago alpina;27858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Plantago alpina;27858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Plantago alpina;27858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Plantago alpina;27858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Plantago alpina;27858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Plantago alpina;27858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Plantago alpina;27858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.06;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.14;2.5;1.75;2.06;;Preaggregated data obtained from single record.; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.02;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.34;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.92;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.07;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.89;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;3.21;2.45;2.89;;Preaggregated data obtained from single record.; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.45;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.95;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.75;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.5;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.25;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.22;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.23;2.45;2;2.22;;Preaggregated data obtained from single record.; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.19;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.21;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.23;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.16;;;;;; Plantago coronopus;27899;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.16;;;;;; Plantago lagopus;27818;actual measurement;one-seeded generative dispersule;2.59;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.59;2.91;2.38;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.27;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.32;3.73;2.98;3.27;;Preaggregated data obtained from single record.; Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;seeds collected by Ute Schadek (Oldenburg); Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;seeds collected by Ute Schadek (Oldenburg); Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.31;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;3.57;3.21;3.31;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;7;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.44;3.68;2.91;3.52;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;seeds collected by Ute Schadek (Oldenburg); Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;seeds collected by Ute Schadek (Oldenburg); Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;seeds collected by Ute Schadek (Oldenburg); Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;seeds collected by Ute Schadek (Oldenburg); Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;seeds collected by Ute Schadek (Oldenburg); Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;seeds collected by Ute Schadek (Oldenburg); Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;seeds collected by Ute Schadek (Oldenburg); Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;seeds collected by Ute Schadek (Oldenburg); Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;seeds collected by Ute Schadek (Oldenburg); Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;seeds collected by Ute Schadek (Oldenburg); Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;seeds collected by Ute Schadek (Oldenburg); Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;seeds collected by Ute Schadek (Oldenburg); Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;seeds collected by Ute Schadek (Oldenburg); Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;seeds collected by Ute Schadek (Oldenburg); Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;seeds collected by Ute Schadek (Oldenburg); Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Plantago lanceolata;27860;actual measurement;one-seeded generative dispersule;4.17;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.17;4.39;3.97;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);germinule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);germinule;3.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.79;;;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);germinule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);germinule;3.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.85;;;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);germinule;3.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.91;;;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);germinule;3.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.85;;;;;; Plantago lanceolata;27860;actual measurement;one-seeded generative dispersule;4.3;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.3;4.81;3.52;;;; Plantago lanceolata;27860;actual measurement (following LEDA data standards);germinule;3.68;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.69;3.91;3.47;3.68;;Preaggregated data obtained from single record.; Plantago lanceolata;27860;unknown;generative dispersule;3.245;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.245;3.41;3.08;;1;Jongejans & Schippers (1999); Plantago lanceolata;27860;unknown;generative dispersule;2.35;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.35;;;;1;Tackenberg (2001); Plantago major;27829;actual measurement;one-seeded generative dispersule;2.73;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.73;2.91;2.36;;;; Plantago major;27829;actual measurement (following LEDA data standards);germinule;2.66;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Plantago major;27829;actual measurement (following LEDA data standards);germinule;2.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Plantago major;27829;actual measurement (following LEDA data standards);germinule;2.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Plantago major;27829;actual measurement (following LEDA data standards);germinule;2.48;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.48;;;;;; Plantago major;27829;actual measurement (following LEDA data standards);germinule;2.78;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Plantago major;27829;actual measurement (following LEDA data standards);germinule;2.53;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Plantago major;27829;actual measurement (following LEDA data standards);germinule;2.58;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.58;;;;;; Plantago major;27829;actual measurement (following LEDA data standards);germinule;2.55;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.55;;;;;; Plantago major;27829;actual measurement (following LEDA data standards);germinule;2.69;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Plantago major;27829;actual measurement (following LEDA data standards);germinule;2.62;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;2.91;2.38;2.62;;Preaggregated data obtained from single record.; Plantago major;27829;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Plantago major;27829;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Plantago major;27829;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Plantago major;27829;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Plantago major;27829;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Plantago major;27829;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Plantago major;27829;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Plantago major;27829;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Plantago major;27829;unknown;generative dispersule;1.52;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.52;;;;1;Tackenberg (2001); Plantago major;27829;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.52;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.46;2.87;2.07;2.52;;Preaggregated data obtained from single record.; Plantago major;27829;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Plantago major;27829;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Plantago major;27829;actual measurement (following LEDA data standards);germinule;2.69;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Plantago maritima;27843;actual measurement;one-seeded generative dispersule;3.73;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.73;3.97;3.25;;;; Plantago maritima;27843;actual measurement (following LEDA data standards);germinule;2.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.81;;;;;; Plantago maritima;27843;actual measurement (following LEDA data standards);germinule;3.16;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Plantago maritima;27843;actual measurement (following LEDA data standards);germinule;3.16;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Plantago maritima;27843;actual measurement (following LEDA data standards);germinule;2.84;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.84;;;;;; Plantago maritima;27843;actual measurement (following LEDA data standards);germinule;2.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Plantago maritima;27843;actual measurement (following LEDA data standards);germinule;3.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Plantago maritima;27843;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Plantago maritima;27843;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Plantago maritima;27843;actual measurement (following LEDA data standards);germinule;3.13;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Plantago maritima;27843;actual measurement (following LEDA data standards);germinule;3.13;9;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;3.38;2.81;3.13;;Preaggregated data obtained from single record.; Plantago maritima;27843;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Plantago maritima;27843;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.78;;;;;; Plantago maritima;27843;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;; Plantago maritima;27843;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Plantago maritima;27843;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Plantago maritima;27843;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Plantago maritima;27843;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;3.25;2.6;2.87;;Preaggregated data obtained from single record.; Plantago maritima;27843;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Plantago maritima;27843;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.81;;;;;; Plantago maritima;27843;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Plantago maritima;27843;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;; Plantago media;27756;actual measurement;one-seeded generative dispersule;2.7;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.7;2.91;2.07;;;; Plantago media;27756;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.52;2.81;2.16;2.55;;Preaggregated data obtained from single record.; Plantago media;27756;unknown;generative dispersule;2.46;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.46;;;;1;Tackenberg (2001); Plantago media;27756;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Plantago media;27756;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Plantago media;27756;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Plantago media;27756;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Plantago media;27756;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Plantago media;27756;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.25;;;;;; Plantago media;27756;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Plantago media;27756;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Plantago media;27756;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Plantago media;27756;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Platanus occidentalis;27915;unknown;generative dispersule;1.66;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.66;;;;1;Matlack (1987); Pleurospermum austriacum;1061;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Pleurospermum austriacum;1061;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Pleurospermum austriacum;1061;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Pleurospermum austriacum;1061;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Pleurospermum austriacum;1061;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Pleurospermum austriacum;1061;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Pleurospermum austriacum;1061;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Pleurospermum austriacum;1061;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Pleurospermum austriacum;1061;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Pleurospermum austriacum;1061;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Pleurospermum austriacum;1061;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.71;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.66;3.79;3.47;3.71;;Preaggregated data obtained from single record.; Poa alpina;42327;unknown;generative dispersule;1.16;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.16;;;;1;Tackenberg (unpublished data); Poa alpina;42327;unknown;generative dispersule;1.2733;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.2733;1.4633;1.0833;;1;Lutz (unpublished data); Poa alpina;42327;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.78;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.84;2.27;1.58;1.78;;Preaggregated data obtained from single record.; Poa alpina;42327;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.6;;;;;; Poa alpina;42327;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.71;;;;;; Poa alpina;42327;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Poa alpina;42327;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.84;;;;;; Poa alpina;42327;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Poa alpina;42327;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Poa alpina;42327;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.7;;;;;; Poa alpina;42327;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.58;;;;;; Poa alpina;42327;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;; Poa alpina;42327;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.71;;;;;; Poa angustifolia;42678;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.95;;;;;; Poa angustifolia;42678;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Poa angustifolia;42678;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.81;;;;;; Poa angustifolia;42678;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.14;;;;;; Poa angustifolia;42678;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.77;;;;;; Poa angustifolia;42678;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.77;;;;;; Poa angustifolia;42678;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.56;;;;;; Poa angustifolia;42678;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.82;;;;;; Poa angustifolia;42678;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.61;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.61;;;;;; Poa angustifolia;42678;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.88;;;;;; Poa angustifolia;42678;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.82;2.14;1.56;1.82;;Preaggregated data obtained from single record.; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.82;2;1.62;1.81;;Preaggregated data obtained from single record.; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.78;;;;;; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.31;;;;;; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.36;;;;;; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;2.78;2.31;2.53;;Preaggregated data obtained from single record.; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.85;;;;;; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.62;;;;;; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.76;;;;;; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.85;;;;;; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.74;;;;;; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.94;;;;;; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.76;;;;;; Poa annua;43060;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.7;;;;;; Poa annua;43060;unknown;generative dispersule;2.395;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.395;2.45;2.34;;1;Jongejans & Schippers (1999); Poa annua;43060;actual measurement;one-seeded generative dispersule;1.94;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.94;2.21;1.58;;;; Poa badensis;42692;unknown;generative dispersule;1.04;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.04;;;;1;Hensen & Müller (1997); Poa bulbosa;42340;actual measurement (following LEDA data standards);vegetative dispersule;2.59;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.67;3.25;1.97;2.59;;Preaggregated data obtained from single record.bubils; Poa bulbosa;42340;actual measurement (following LEDA data standards);vegetative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;bubils; Poa bulbosa;42340;actual measurement (following LEDA data standards);vegetative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;bubils; Poa bulbosa;42340;actual measurement (following LEDA data standards);vegetative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.02;;;;;bubils; Poa bulbosa;42340;actual measurement (following LEDA data standards);vegetative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;bubils; Poa bulbosa;42340;actual measurement (following LEDA data standards);vegetative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;bubils; Poa bulbosa;42340;actual measurement (following LEDA data standards);vegetative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;bubils; Poa bulbosa;42340;actual measurement (following LEDA data standards);vegetative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;bubils; Poa bulbosa;42340;actual measurement (following LEDA data standards);vegetative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;bubils; Poa bulbosa;42340;actual measurement (following LEDA data standards);vegetative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;bubils; Poa bulbosa;42340;actual measurement (following LEDA data standards);vegetative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;bubils; Poa bulbosa;42340;unknown;generative dispersule;1.73;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.73;;;;1;Tackenberg (2001); Poa chaixii;42902;unknown;generative dispersule;1.81;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.81;;;;1;Tackenberg (2001); Poa compressa;42683;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.79;;;;;; Poa compressa;42683;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.68;;;;;; Poa compressa;42683;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.29;;;;;; Poa compressa;42683;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.53;;;;;; Poa compressa;42683;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.66;1.79;1.29;1.72;;Preaggregated data obtained from single record.; Poa compressa;42683;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.46;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.46;;;;;; Poa compressa;42683;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.32;;;;;; Poa compressa;42683;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.34;;;;;; Poa compressa;42683;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.27;;;;;; Poa compressa;42683;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.27;;;;;; Poa compressa;42683;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;5;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.33;1.46;1.27;1.32;;Preaggregated data obtained from single record.; Poa compressa;42683;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.77;;;;;; Poa compressa;42683;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.77;;;;;; Poa compressa;42683;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.75;;;;;; Poa compressa;42683;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.66;;;;;; Poa compressa;42683;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.58;;;;;; Poa compressa;42683;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.76;;;;;; Poa nemoralis;42334;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.64;;;;;; Poa nemoralis;42334;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.75;;;;;; Poa nemoralis;42334;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.67;1.89;1.52;1.64;;Preaggregated data obtained from single record.; Poa nemoralis;42334;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.52;;;;;; Poa nemoralis;42334;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.64;;;;;; Poa nemoralis;42334;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.89;;;;;; Poa nemoralis;42334;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.53;;;;;; Poa nemoralis;42334;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.58;;;;;; Poa nemoralis;42334;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.66;;;;;; Poa nemoralis;42334;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.63;;;;;; Poa nemoralis;42334;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.85;;;;;; Poa nemoralis;42334;actual measurement;one-seeded generative dispersule;1.6;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.6;2.02;1.34;;;; Poa nemoralis;42334;actual measurement;one-seeded generative dispersule;1.33;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.33;1.76;1.04;;;; Poa palustris;43610;unknown;unknown;1.3437;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.3437;;;;1;Tackenberg (unpublished data); Poa palustris;43610;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.43;;;;;seeds collected by Ute Schadek (Oldenburg); Poa palustris;43610;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.43;;;;;seeds collected by Ute Schadek (Oldenburg); Poa palustris;43610;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.34;;;;;seeds collected by Ute Schadek (Oldenburg); Poa palustris;43610;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.61;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.61;;;;;seeds collected by Ute Schadek (Oldenburg); Poa palustris;43610;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.7;;;;;seeds collected by Ute Schadek (Oldenburg); Poa palustris;43610;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.66;;;;;seeds collected by Ute Schadek (Oldenburg); Poa palustris;43610;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.43;7;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.51;1.7;1.34;1.43;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Poa palustris;43610;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.41;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.41;;;;;seeds collected by Ute Schadek (Oldenburg); Poa pratensis;42677;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.13;2.36;1.92;2.14;;Preaggregated data obtained from single record.; Poa pratensis;42677;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.23;;;;;; Poa pratensis;42677;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.05;;;;;; Poa pratensis;42677;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.36;;;;;; Poa pratensis;42677;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2;;;;;; Poa pratensis;42677;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.92;;;;;; Poa pratensis;42677;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Poa pratensis;42677;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.25;;;;;; Poa pratensis;42677;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2;;;;;; Poa pratensis;42677;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.92;;;;;; Poa pratensis;42677;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Poa pratensis;42677;actual measurement;one-seeded generative dispersule;2.09;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.09;2.43;1.79;;;; Poa pratensis;42677;unknown;generative dispersule;1.35;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.35;;;;1;Tackenberg (2001); Poa pratensis;42677;unknown;unknown;1.8226;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.8226;;;;1;Tackenberg (unpublished data); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.09;;;;;seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.32;;;;;seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.13;;;;;seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.16;;;;;seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.2;;;;;seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.22;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.22;;;;;seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.4;;;;;seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.4;;;;;seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.38;;;;;seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.02;;;;;seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.12;;;;;seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.68;;;;;seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;9;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.32;2.53;2.02;2.38;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.32;1.68;1.09;1.27;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.6;;;;;seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.4;;;;;seeds collected by Ute Schadek (Oldenburg); Poa trivialis;43077;actual measurement;one-seeded generative dispersule;2.27;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.27;2.66;1.7;;;; Polemonium caeruleum;28181;actual measurement;one-seeded generative dispersule;3.3;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.3;3.91;2.91;;;; Polygala amara;28142;unknown;generative dispersule;2.76;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.76;;;;1;Tackenberg (2001); Polygala amarella;28146;unknown;generative dispersule;2.92;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.92;;;;1;Maurer & Stöcklin (unpublished); Polygala chamaebuxus;28113;actual measurement;one-seeded generative dispersule;4.12;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.12;4.31;3.79;;;; Polygala comosa;28115;unknown;generative dispersule;2.13;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.13;;;;1;Tackenberg (2001); Polygala comosa;28115;unknown;generative dispersule;2.27;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.27;;;;1;Tackenberg (2001); Polygala nicaeensis;28070;actual measurement;one-seeded generative dispersule;3.5;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.5;3.73;3.29;;;; Polygala vulgaris;28062;unknown;generative dispersule;2.09;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.09;;;;1;Tackenberg (2001); Polygonatum multiflorum;38075;actual measurement;germinule;4.98;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.98;5.1;4.9;;;; Polygonatum multiflorum;38075;actual measurement;one-seeded generative dispersule;4.72;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.72;5;4.24;;;; Polygonatum odoratum;38076;actual measurement;germinule;5;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5;5.1;4.81;;;; Polygonum aviculare;27740;actual measurement;one-seeded generative dispersule;2.7;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.7;3.85;2.21;;;; Polygonum bistorta;27743;unknown;generative dispersule;2.48;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.48;;;;1;Tackenberg (2001); Polygonum hydropiper;27636;actual measurement;one-seeded generative dispersule;3.46;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.46;4.03;3.25;;;; Polygonum persicaria;27673;actual measurement;one-seeded generative dispersule;3.46;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.46;3.85;3.16;;;; Polygonum viviparum;27573;unknown;generative dispersule;2.4779;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.4779;2.6866;2.2691;;1;Lutz (unpublished data); Populus nigra;32673;actual measurement (following LEDA data standards);one-seeded generative dispersule;.28;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.28;;;;;; Populus nigra;32673;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.32;;;;;; Populus nigra;32673;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.27;;;;;; Populus nigra;32673;actual measurement (following LEDA data standards);one-seeded generative dispersule;.3;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.3;;;;;; Populus nigra;32673;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.33;;;;;; Populus nigra;32673;actual measurement (following LEDA data standards);one-seeded generative dispersule;.26;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.26;;;;;; Populus nigra;32673;actual measurement (following LEDA data standards);one-seeded generative dispersule;.31;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.3;.33;.26;.31;;Preaggregated data obtained from single record.; Populus nigra;32673;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.33;;;;;; Populus nigra;32673;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.33;;;;;; Populus nigra;32673;actual measurement (following LEDA data standards);one-seeded generative dispersule;.3;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.3;;;;;; Populus nigra;32673;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.32;;;;;; Populus tremula;32680;unknown;generative dispersule;.11;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.11;;;;1;Müller-Schneider (1977); Portulaca oleracea;27501;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.27;;;;;; Portulaca oleracea;27501;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.05;;;;;; Portulaca oleracea;27501;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.94;;;;;; Portulaca oleracea;27501;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.97;;;;;; Portulaca oleracea;27501;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.03;2.27;1.81;2.02;;Preaggregated data obtained from single record.; Portulaca oleracea;27501;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.19;;;;;; Portulaca oleracea;27501;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.1;;;;;; Portulaca oleracea;27501;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.95;;;;;; Portulaca oleracea;27501;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.98;;;;;; Portulaca oleracea;27501;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.81;;;;;; Portulaca oleracea;27501;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.07;;;;;; Potamogeton alpinus;43951;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.04;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.06;3.33;2.81;3.04;;Preaggregated data obtained from single record.; Potamogeton alpinus;43951;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Potamogeton alpinus;43951;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Potamogeton alpinus;43951;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Potamogeton alpinus;43951;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Potamogeton alpinus;43951;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Potamogeton alpinus;43951;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Potamogeton alpinus;43951;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Potamogeton alpinus;43951;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Potamogeton alpinus;43951;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Potamogeton alpinus;43951;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Potamogeton natans;43926;actual measurement;one-seeded generative dispersule;3.95;7;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.95;4.39;3.68;;;; Potamogeton polygonifolius;43944;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.8;3;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.83;3.97;3.73;3.8;;Preaggregated data obtained from single record.only 3 seeds; Potamogeton polygonifolius;43944;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.73;;;;;only 3 seeds; Potamogeton polygonifolius;43944;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.8;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.8;;;;;only 3 seeds; Potamogeton polygonifolius;43944;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.97;;;;;only 3 seeds; Potentilla alba;30128;actual measurement;one-seeded generative dispersule;2.96;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.96;3.29;2.6;;;; Potentilla anserina;29712;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.4;2.45;2.34;2.4;;Preaggregated data obtained from single record.; Potentilla anserina;29712;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.38;;;;;; Potentilla anserina;29712;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;; Potentilla anserina;29712;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;; Potentilla anserina;29712;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;; Potentilla anserina;29712;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.4;;;;;; Potentilla anserina;29712;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;; Potentilla anserina;29712;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.4;;;;;; Potentilla anserina;29712;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;; Potentilla anserina;29712;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.36;;;;;; Potentilla anserina;29712;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;; Potentilla argentea;30642;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.38;2.55;2.17;2.43;;Preaggregated data obtained from single record.; Potentilla argentea;30642;actual measurement (following LEDA data standards);germinule;1.95;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.95;;;;;; Potentilla argentea;30642;actual measurement (following LEDA data standards);germinule;1.76;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.76;;;;;; Potentilla argentea;30642;actual measurement (following LEDA data standards);germinule;2.07;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.07;;;;;; Potentilla argentea;30642;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.23;;;;;; Potentilla argentea;30642;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;; Potentilla argentea;30642;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.23;;;;;; Potentilla argentea;30642;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.19;;;;;; Potentilla argentea;30642;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.38;;;;;; Potentilla argentea;30642;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;; Potentilla argentea;30642;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Potentilla argentea;30642;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;; Potentilla argentea;30642;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Potentilla argentea;30642;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Potentilla argentea;30642;unknown;generative dispersule;1.11;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.11;;;;1;Tackenberg (2001); Potentilla argentea;30642;actual measurement (following LEDA data standards);germinule;1.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.85;;;;;; Potentilla argentea;30642;actual measurement (following LEDA data standards);germinule;1.63;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.63;;;;;; Potentilla argentea;30642;actual measurement (following LEDA data standards);germinule;2.02;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.02;;;;;; Potentilla argentea;30642;actual measurement (following LEDA data standards);germinule;1.92;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.92;;;;;; Potentilla argentea;30642;actual measurement (following LEDA data standards);germinule;1.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.98;;;;;; Potentilla argentea;30642;actual measurement (following LEDA data standards);germinule;2.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Potentilla argentea;30642;actual measurement (following LEDA data standards);germinule;2;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2;;;;;; Potentilla argentea;30642;actual measurement (following LEDA data standards);germinule;1.97;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.94;2.21;1.63;1.97;;Preaggregated data obtained from single record.; Potentilla caulescens;30919;actual measurement;one-seeded generative dispersule;.85;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.85;1.14;.5;;;; Potentilla erecta;30927;actual measurement (following LEDA data standards);one-seeded generative dispersule;.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.92;;;;;; Potentilla erecta;30927;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.04;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.06;1.2;.92;1.04;;Preaggregated data obtained from single record.; Potentilla erecta;30927;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.18;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.18;;;;;; Potentilla erecta;30927;actual measurement (following LEDA data standards);one-seeded generative dispersule;.99;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.99;;;;;; Potentilla erecta;30927;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.02;;;;;; Potentilla erecta;30927;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.02;;;;;; Potentilla erecta;30927;actual measurement (following LEDA data standards);one-seeded generative dispersule;.96;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.96;;;;;; Potentilla erecta;30927;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.15;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.15;;;;;; Potentilla erecta;30927;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.14;;;;;; Potentilla erecta;30927;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.2;;;;;; Potentilla erecta;30927;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.06;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.06;;;;;; Potentilla erecta;30927;actual measurement (following LEDA data standards);germinule;3.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Potentilla erecta;30927;actual measurement (following LEDA data standards);germinule;3.09;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Potentilla erecta;30927;actual measurement (following LEDA data standards);germinule;3.16;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Potentilla erecta;30927;unknown;generative dispersule;1.7;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.7;;;;1;Tackenberg (2001); Potentilla erecta;30927;unknown;generative dispersule;2.27;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.27;;;;1;Tackenberg (2001); Potentilla erecta;30927;actual measurement (following LEDA data standards);germinule;2.34;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.34;;;;;; Potentilla erecta;30927;actual measurement (following LEDA data standards);germinule;2.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Potentilla erecta;30927;actual measurement (following LEDA data standards);germinule;2.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Potentilla erecta;30927;actual measurement (following LEDA data standards);germinule;2.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Potentilla erecta;30927;actual measurement (following LEDA data standards);germinule;3.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.21;;;;;; Potentilla erecta;30927;actual measurement (following LEDA data standards);germinule;2.5;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.5;;;;;; Potentilla erecta;30927;actual measurement (following LEDA data standards);germinule;2.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Potentilla erecta;30927;actual measurement;one-seeded generative dispersule;2.85;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.85;3.42;2.25;;;; Potentilla erecta;30927;actual measurement;one-seeded generative dispersule;2.26;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.26;2.5;2.05;;;; Potentilla erecta;30927;actual measurement (following LEDA data standards);germinule;2.74;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.73;3.21;2.31;2.74;;Preaggregated data obtained from single record.; Potentilla palustris;30328;actual measurement (following LEDA data standards);germinule;2.08;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.08;;;;;; Potentilla palustris;30328;actual measurement (following LEDA data standards);germinule;1.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.68;;;;;; Potentilla palustris;30328;actual measurement (following LEDA data standards);germinule;2.23;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.23;;;;;; Potentilla palustris;30328;actual measurement (following LEDA data standards);germinule;2.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.29;;;;;; Potentilla palustris;30328;actual measurement (following LEDA data standards);germinule;2.27;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.27;;;;;; Potentilla palustris;30328;actual measurement (following LEDA data standards);germinule;2.09;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.01;2.29;1.54;2.09;;Preaggregated data obtained from single record.; Potentilla palustris;30328;actual measurement (following LEDA data standards);germinule;1.54;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.54;;;;;; Potentilla palustris;30328;actual measurement (following LEDA data standards);germinule;2.02;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.02;;;;;; Potentilla palustris;30328;actual measurement (following LEDA data standards);germinule;2.14;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.14;;;;;; Potentilla palustris;30328;actual measurement (following LEDA data standards);germinule;1.74;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.74;;;;;; Potentilla palustris;30328;actual measurement (following LEDA data standards);germinule;2.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.1;;;;;; Potentilla palustris;30328;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;3.09;2.1;2.48;;Preaggregated data obtained from single record.; Potentilla palustris;30328;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.21;;;;;; Potentilla palustris;30328;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.19;;;;;; Potentilla palustris;30328;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;; Potentilla palustris;30328;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;; Potentilla palustris;30328;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.1;;;;;; Potentilla palustris;30328;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;; Potentilla palustris;30328;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;; Potentilla palustris;30328;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;; Potentilla palustris;30328;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Potentilla palustris;30328;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;; Potentilla recta;29349;actual measurement;one-seeded generative dispersule;1.79;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.79;;;;;; Potentilla recta;29349;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.54;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.56;2.75;2.4;2.54;;Preaggregated data obtained from single record.; Potentilla recta;29349;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Potentilla recta;29349;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Potentilla recta;29349;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Potentilla recta;29349;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Potentilla recta;29349;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Potentilla recta;29349;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Potentilla recta;29349;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Potentilla recta;29349;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Potentilla recta;29349;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Potentilla recta;29349;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Potentilla reptans;30622;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;; Potentilla reptans;30622;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.81;;;;;; Potentilla reptans;30622;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.69;;;;;; Potentilla reptans;30622;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Potentilla reptans;30622;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;; Potentilla reptans;30622;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;;;;;; Potentilla reptans;30622;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.73;3.09;2.38;2.72;;Preaggregated data obtained from single record.; Potentilla reptans;30622;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.38;;;;;; Potentilla reptans;30622;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Potentilla reptans;30622;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Potentilla reptans;30622;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;; Potentilla supina;31183;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.71;;;;;; Potentilla supina;31183;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.54;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.54;;;;;; Potentilla supina;31183;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.52;;;;;; Potentilla supina;31183;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.54;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.57;1.71;1.45;1.54;;Preaggregated data obtained from single record.; Potentilla supina;31183;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.68;;;;;; Potentilla supina;31183;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.53;;;;;; Potentilla supina;31183;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.45;;;;;; Potentilla supina;31183;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.66;;;;;; Potentilla supina;31183;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.54;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.54;;;;;; Potentilla supina;31183;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.58;;;;;; Potentilla supina;31183;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.49;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.49;;;;;; Potentilla tabernaemontani;30295;actual measurement;one-seeded generative dispersule;2.72;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.72;3.13;2.1;;;; Potentilla tabernaemontani;30295;unknown;generative dispersule;2.07;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.07;;;;1;Maurer & Stöcklin (unpublished); Prenanthes purpurea;9532;actual measurement;one-seeded generative dispersule;.85;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.85;1.16;.56;;;; Prenanthes purpurea;9532;unknown;generative dispersule;.46;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.46;;;;1;Müller-Schneider (1986); Primula auricula;28913;actual measurement;one-seeded generative dispersule;2.45;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.45;2.63;2.23;;;; Primula auricula;28913;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Primula auricula;28913;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;; Primula auricula;28913;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Primula auricula;28913;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.29;;;;;; Primula auricula;28913;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Primula auricula;28913;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.25;;;;;; Primula auricula;28913;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Primula auricula;28913;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.94;;;;;; Primula auricula;28913;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Primula auricula;28913;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;; Primula auricula;28913;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.33;2.55;1.94;2.34;;Preaggregated data obtained from single record.; Primula elatior;29086;actual measurement (following LEDA data standards);germinule;2.66;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Primula elatior;29086;actual measurement (following LEDA data standards);germinule;2.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Primula elatior;29086;actual measurement (following LEDA data standards);germinule;2.58;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.58;;;;;; Primula elatior;29086;actual measurement (following LEDA data standards);germinule;3.01;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Primula elatior;29086;actual measurement (following LEDA data standards);germinule;2.48;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.48;;;;;; Primula elatior;29086;actual measurement (following LEDA data standards);germinule;2.78;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Primula elatior;29086;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;seeds collected by Michael Kleyer (Oldenburg); Primula elatior;29086;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;seeds collected by Michael Kleyer (Oldenburg); Primula elatior;29086;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;seeds collected by Michael Kleyer (Oldenburg); Primula elatior;29086;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;seeds collected by Michael Kleyer (Oldenburg); Primula elatior;29086;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;seeds collected by Michael Kleyer (Oldenburg); Primula elatior;29086;actual measurement (following LEDA data standards);germinule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Primula elatior;29086;actual measurement (following LEDA data standards);germinule;2.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Primula elatior;29086;actual measurement (following LEDA data standards);germinule;2.34;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.34;;;;;; Primula elatior;29086;actual measurement (following LEDA data standards);germinule;2.19;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.19;;;;;; Primula elatior;29086;actual measurement (following LEDA data standards);germinule;2.35;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.3;2.53;2.02;2.35;;Preaggregated data obtained from single record.; Primula elatior;29086;actual measurement (following LEDA data standards);germinule;2.88;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.87;3.29;2.48;2.88;;Preaggregated data obtained from single record.; Primula elatior;29086;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.04;3.13;2.94;3.05;;Preaggregated data obtained from single record.seeds collected by Michael Kleyer (Oldenburg); Primula elatior;29086;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;seeds collected by Michael Kleyer (Oldenburg); Primula elatior;29086;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;seeds collected by Michael Kleyer (Oldenburg); Primula elatior;29086;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;seeds collected by Michael Kleyer (Oldenburg); Primula elatior;29086;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;seeds collected by Michael Kleyer (Oldenburg); Primula elatior;29086;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;seeds collected by Michael Kleyer (Oldenburg); Primula elatior;29086;actual measurement (following LEDA data standards);germinule;2.19;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.19;;;;;; Primula elatior;29086;actual measurement (following LEDA data standards);germinule;2.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Primula elatior;29086;actual measurement (following LEDA data standards);germinule;2.53;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Primula elatior;29086;actual measurement (following LEDA data standards);germinule;2.19;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.19;;;;;; Primula elatior;29086;actual measurement (following LEDA data standards);germinule;2.36;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.36;;;;;; Primula elatior;29086;actual measurement (following LEDA data standards);germinule;2.02;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.02;;;;;; Primula elatior;29086;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Primula elatior;29086;actual measurement (following LEDA data standards);germinule;2.63;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Primula elatior;29086;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Primula elatior;29086;actual measurement (following LEDA data standards);germinule;2.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Primula farinosa;28915;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.79;;;;;; Primula farinosa;28915;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.7;;;;;; Primula farinosa;28915;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.76;;;;;; Primula farinosa;28915;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.56;;;;;; Primula farinosa;28915;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.61;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.61;;;;;; Primula farinosa;28915;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.94;;;;;; Primula farinosa;28915;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.29;;;;;; Primula farinosa;28915;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.6;;;;;; Primula farinosa;28915;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.71;;;;;; Primula farinosa;28915;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.6;;;;;; Primula farinosa;28915;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.66;1.94;1.29;1.66;;Preaggregated data obtained from single record.; Primula veris;28858;actual measurement (following LEDA data standards);germinule;2.63;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Primula veris;28858;actual measurement (following LEDA data standards);germinule;1.63;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.63;;;;;; Primula veris;28858;actual measurement (following LEDA data standards);germinule;2.58;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.58;;;;;; Primula veris;28858;unknown;generative dispersule;3.09;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.09;;;;1;Tackenberg (2001); Primula veris;28858;actual measurement (following LEDA data standards);germinule;1.63;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.63;;;;;; Primula veris;28858;actual measurement (following LEDA data standards);germinule;2.66;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Primula veris;28858;unknown;generative dispersule;2.29;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.29;;;;1;Tackenberg (2001); Primula veris;28858;unknown;generative dispersule;2.13;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.13;;;;1;Tackenberg (2001); Primula veris;28858;unknown;generative dispersule;2.17;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.17;;;;1;Tackenberg (2001); Primula veris;28858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Primula veris;28858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Primula veris;28858;actual measurement;one-seeded generative dispersule;3.67;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.67;4.03;3.16;;;; Primula veris;28858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;3.25;3.05;3.16;;Preaggregated data obtained from single record.; Primula veris;28858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Primula veris;28858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Primula veris;28858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Primula veris;28858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Primula veris;28858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Primula veris;28858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Primula veris;28858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Primula veris;28858;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Primula veris;28858;actual measurement (following LEDA data standards);germinule;2.58;5;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.23;2.66;1.63;2.58;;Preaggregated data obtained from single record.; Primula vulgaris;28981;actual measurement;one-seeded generative dispersule;3.62;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.62;3.85;3.25;;;; Pritzelago alpina;45948;actual measurement;one-seeded generative dispersule;2.53;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.53;2.91;2.4;;;; Prunella grandiflora;23985;unknown;generative dispersule;2.2;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.2;;;;1;Tackenberg (2001); Prunella grandiflora;23985;actual measurement;one-seeded generative dispersule;2.83;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.83;3.16;2.36;;;; Prunella laciniata;25036;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Prunella laciniata;25036;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Prunella laciniata;25036;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Prunella laciniata;25036;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Prunella laciniata;25036;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Prunella laciniata;25036;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Prunella laciniata;25036;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Prunella laciniata;25036;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Prunella laciniata;25036;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Prunella laciniata;25036;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;; Prunella laciniata;25036;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.06;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.03;3.38;2.43;3.06;;Preaggregated data obtained from single record.; Prunella vulgaris;24350;actual measurement;one-seeded generative dispersule;3.6;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.6;3.91;2.75;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;3.47;2.75;3.33;;Preaggregated data obtained from single record.; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.17;3.42;2.84;3.21;;Preaggregated data obtained from single record.; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.07;3.52;2.48;3.13;;Preaggregated data obtained from single record.; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Prunella vulgaris;24350;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Prunus spinosa;29316;actual measurement (following LEDA data standards);germinule;5.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;5.43;;;;;naked seeds; Prunus spinosa;29316;actual measurement (following LEDA data standards);germinule;5.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;5.43;;;;;naked seeds; Prunus spinosa;29316;actual measurement (following LEDA data standards);germinule;5.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;5.43;;;;;naked seeds; Prunus spinosa;29316;actual measurement (following LEDA data standards);germinule;5.32;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;5.32;;;;;naked seeds; Prunus spinosa;29316;actual measurement (following LEDA data standards);germinule;5.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;5.21;;;;;naked seeds; Prunus spinosa;29316;actual measurement (following LEDA data standards);germinule;5.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;5.43;;;;;naked seeds; Prunus spinosa;29316;actual measurement (following LEDA data standards);germinule;5.38;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;5.29;5.43;4.72;5.38;;Preaggregated data obtained from single record.naked seeds; Prunus spinosa;29316;actual measurement (following LEDA data standards);germinule;5.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;5.21;;;;;naked seeds; Prunus spinosa;29316;actual measurement (following LEDA data standards);germinule;5.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;5.43;;;;;naked seeds; Prunus spinosa;29316;actual measurement (following LEDA data standards);germinule;4.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.72;;;;;naked seeds; Prunus spinosa;29316;actual measurement (following LEDA data standards);germinule;5.32;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;5.32;;;;;naked seeds; Prunus spinosa;29316;unknown;generative dispersule;5.46;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);5.46;;;;1;Tackenberg (2001); Ptelea trifoliata;31657;unknown;generative dispersule;1.5;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.5;;;;1;Schmidt (1918); Puccinellia distans;42706;actual measurement;one-seeded generative dispersule;2.27;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.27;2.55;1.88;;;; Puccinellia rupestris;42933;actual measurement;one-seeded generative dispersule;2.6;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.6;2.98;2.43;;;; Pulicaria dysenterica;9613;actual measurement (following LEDA data standards);one-seeded generative dispersule;.35;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.36;.42;.33;.35;;Preaggregated data obtained from single record.; Pulicaria dysenterica;9613;unknown;generative dispersule;.36;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.36;;;;1;Müller-Schneider (1986); Pulicaria dysenterica;9613;unknown;generative dispersule;.37;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.37;;;;1;Ridley (1930); Pulicaria dysenterica;9613;actual measurement (following LEDA data standards);one-seeded generative dispersule;.34;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.34;;;;;; Pulicaria dysenterica;9613;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.33;;;;;; Pulicaria dysenterica;9613;actual measurement (following LEDA data standards);one-seeded generative dispersule;.37;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.37;;;;;; Pulicaria dysenterica;9613;actual measurement (following LEDA data standards);one-seeded generative dispersule;.34;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.34;;;;;; Pulicaria dysenterica;9613;actual measurement (following LEDA data standards);one-seeded generative dispersule;.37;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.37;;;;;; Pulicaria dysenterica;9613;actual measurement (following LEDA data standards);one-seeded generative dispersule;.4;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.4;;;;;; Pulicaria dysenterica;9613;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.33;;;;;; Pulicaria dysenterica;9613;actual measurement (following LEDA data standards);one-seeded generative dispersule;.36;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.36;;;;;; Pulicaria dysenterica;9613;actual measurement (following LEDA data standards);one-seeded generative dispersule;.34;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.34;;;;;; Pulicaria dysenterica;9613;actual measurement (following LEDA data standards);one-seeded generative dispersule;.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.42;;;;;; Pulicaria dysenterica;9613;actual measurement;one-seeded generative dispersule;.35;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.35;.41;.3;;;; Pulmonaria officinalis;11796;actual measurement;one-seeded generative dispersule;4.07;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.07;4.31;3.85;;;; Pulsatilla alpina;27129;unknown;generative dispersule;1.67;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.67;;;;1;Müller-Schneider (1986); Pulsatilla alpina;27129;actual measurement;one-seeded generative dispersule;2.12;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.12;2.87;1.49;;;; Pulsatilla pratensis;27054;unknown;generative dispersule;1.25;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.25;;;;1;Luftensteiner (1982); Pulsatilla pratensis;27054;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.97;;;;;; Pulsatilla pratensis;27054;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.24;;;;;; Pulsatilla pratensis;27054;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.21;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.21;;;;;; Pulsatilla pratensis;27054;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.97;;;;;; Pulsatilla pratensis;27054;actual measurement (following LEDA data standards);one-seeded generative dispersule;.91;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.91;;;;;; Pulsatilla pratensis;27054;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.04;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.06;1.24;.91;1.04;;Preaggregated data obtained from single record.; Pulsatilla pratensis;27054;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.11;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.11;;;;;; Pulsatilla pratensis;27054;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1;;;;;; Pulsatilla pratensis;27054;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.08;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.08;;;;;; Pulsatilla pratensis;27054;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.97;;;;;; Pulsatilla pratensis;27054;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.1;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.1;;;;;; Pulsatilla vernalis;27063;unknown;generative dispersule;1;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1;;;;1;Müller-Schneider (1986); Pulsatilla vulgaris;27065;unknown;generative dispersule;1.49;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.49;;;;1;Tackenberg (2001); Pulsatilla vulgaris;27065;unknown;generative dispersule;1.51;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.51;;;;1;Tackenberg (2001); Pulsatilla vulgaris;27065;unknown;generative dispersule;1.8;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.8;;;;1;Tackenberg (2001); Pulsatilla vulgaris;27065;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.38;;;;;; Pulsatilla vulgaris;27065;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.61;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.61;;;;;; Pulsatilla vulgaris;27065;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.74;;;;;; Pulsatilla vulgaris;27065;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.65;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.61;1.74;1.38;1.65;;Preaggregated data obtained from single record.; Pulsatilla vulgaris;27065;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.58;;;;;; Pulsatilla vulgaris;27065;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.66;;;;;; Pulsatilla vulgaris;27065;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.66;;;;;; Pulsatilla vulgaris;27065;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.64;;;;;; Pulsatilla vulgaris;27065;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.71;;;;;; Pulsatilla vulgaris;27065;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.7;;;;;; Pulsatilla vulgaris;27065;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.4;;;;;; Pulsatilla vulgaris s. grandis;27070;unknown;generative dispersule;1.4;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.4;;;;1;Luftensteiner (1982); Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.04;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.03;1.09;.97;1.04;;Preaggregated data obtained from single record.; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.98;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.06;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.06;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.05;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.03;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.07;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.07;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.94;1.01;.7;.97;;Preaggregated data obtained from single record.; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.91;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.01;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.92;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.09;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;.99;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.99;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.98;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.97;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.05;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.97;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.92;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;.96;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.96;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;.7;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.7;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.98;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);one-seeded generative dispersule;.99;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.99;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);germinule;.81;6;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.76;.82;.61;.81;;Preaggregated data obtained from single record.; Radiola linoides;25873;actual measurement (following LEDA data standards);germinule;.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.68;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);germinule;.82;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.82;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);germinule;.61;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.61;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);germinule;.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.81;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);germinule;.82;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.82;;;;;; Radiola linoides;25873;actual measurement (following LEDA data standards);germinule;.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.81;;;;;; Ranunculus aconitifolius;26864;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Ranunculus aconitifolius;26864;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Ranunculus aconitifolius;26864;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Ranunculus aconitifolius;26864;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Ranunculus aconitifolius;26864;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Ranunculus aconitifolius;26864;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.15;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.11;3.73;2.36;3.15;;Preaggregated data obtained from single record.; Ranunculus aconitifolius;26864;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Ranunculus aconitifolius;26864;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Ranunculus aconitifolius;26864;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Ranunculus aconitifolius;26864;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Ranunculus aconitifolius;26864;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);germinule;3.32;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.28;3.62;2.98;3.32;;Preaggregated data obtained from single record.; Ranunculus acris;26865;actual measurement (following LEDA data standards);germinule;3.09;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);germinule;3.25;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);germinule;2.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);germinule;3.09;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);germinule;3.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);germinule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Ranunculus acris;26865;unknown;generative dispersule;1.64;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.64;;;;1;Tackenberg (2001); Ranunculus acris;26865;unknown;generative dispersule;2.25;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.25;;;;1;Tackenberg (2001); Ranunculus acris;26865;actual measurement;one-seeded generative dispersule;3.4;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.4;3.79;2.98;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.19;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.12;3.38;2.63;3.19;;Preaggregated data obtained from single record.; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.19;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.18;3.42;2.81;3.19;;Preaggregated data obtained from single record.; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Ranunculus acris;26865;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Ranunculus arvensis;27014;actual measurement;one-seeded generative dispersule;4.11;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.11;;;;;; Ranunculus arvensis;27014;actual measurement (following LEDA data standards);germinule;3.76;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.12;7.81;3.29;3.76;;Preaggregated data obtained from single record.; Ranunculus arvensis;27014;actual measurement (following LEDA data standards);germinule;3.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.91;;;;;; Ranunculus arvensis;27014;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Ranunculus arvensis;27014;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Ranunculus arvensis;27014;actual measurement (following LEDA data standards);germinule;3.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.79;;;;;; Ranunculus arvensis;27014;actual measurement (following LEDA data standards);germinule;3.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.79;;;;;; Ranunculus arvensis;27014;actual measurement (following LEDA data standards);germinule;7.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;7.81;;;;;; Ranunculus arvensis;27014;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Ranunculus arvensis;27014;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Ranunculus arvensis;27014;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Ranunculus arvensis;27014;actual measurement (following LEDA data standards);germinule;3.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.91;;;;;; Ranunculus auricomus;27000;actual measurement (following LEDA data standards);germinule;3.01;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.92;3.16;2.53;3.01;;Preaggregated data obtained from single record.; Ranunculus auricomus;27000;actual measurement (following LEDA data standards);germinule;3.01;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Ranunculus auricomus;27000;actual measurement (following LEDA data standards);germinule;2.53;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Ranunculus auricomus;27000;actual measurement (following LEDA data standards);germinule;3.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Ranunculus auricomus;27000;actual measurement (following LEDA data standards);germinule;2.78;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Ranunculus auricomus;27000;actual measurement (following LEDA data standards);germinule;3.16;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Ranunculus auricomus;27000;actual measurement (following LEDA data standards);germinule;3.01;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Ranunculus auricomus;27000;actual measurement (following LEDA data standards);germinule;3.13;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Ranunculus auricomus;27000;actual measurement (following LEDA data standards);germinule;3.01;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Ranunculus auricomus;27000;actual measurement (following LEDA data standards);germinule;2.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.81;;;;;; Ranunculus auricomus;27000;actual measurement (following LEDA data standards);germinule;2.75;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.5;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.48;3.62;3.21;3.5;;Preaggregated data obtained from single record.; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);germinule;3.47;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.43;3.62;2.98;3.47;;Preaggregated data obtained from single record.; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);germinule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Ranunculus bulbosus;26809;unknown;generative dispersule;2.61;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.61;;;;1;Tackenberg (2001); Ranunculus bulbosus;26809;unknown;generative dispersule;2.42;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.42;;;;1;Tackenberg (2001); Ranunculus bulbosus;26809;unknown;generative dispersule;1.97;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.97;;;;1;Tackenberg (2001); Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);germinule;2.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);germinule;3.57;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.57;;;;;; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Ranunculus bulbosus;26809;actual measurement;one-seeded generative dispersule;2.64;4;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.64;2.94;2.19;;;; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Ranunculus bulbosus;26809;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Ranunculus ficaria;26860;actual measurement;one-seeded generative dispersule;2.63;3;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.63;2.69;2.58;;;; Ranunculus flammula;26624;actual measurement (following LEDA data standards);germinule;2.78;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.65;3.01;2.17;2.78;;Preaggregated data obtained from single record.; Ranunculus flammula;26624;actual measurement (following LEDA data standards);germinule;3.01;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Ranunculus flammula;26624;actual measurement (following LEDA data standards);germinule;2.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.17;;;;;; Ranunculus flammula;26624;actual measurement (following LEDA data standards);germinule;2.84;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.84;;;;;; Ranunculus flammula;26624;actual measurement (following LEDA data standards);germinule;2.25;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.25;;;;;; Ranunculus flammula;26624;actual measurement (following LEDA data standards);germinule;2.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.81;;;;;; Ranunculus flammula;26624;actual measurement (following LEDA data standards);germinule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Ranunculus flammula;26624;actual measurement (following LEDA data standards);germinule;2.87;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.87;;;;;; Ranunculus flammula;26624;actual measurement (following LEDA data standards);germinule;2.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Ranunculus flammula;26624;actual measurement (following LEDA data standards);germinule;2.5;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.5;;;;;; Ranunculus flammula;26624;actual measurement (following LEDA data standards);germinule;2.75;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Ranunculus flammula;26624;actual measurement;one-seeded generative dispersule;3.22;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.22;3.52;2.84;;;; Ranunculus glacialis;26885;unknown;generative dispersule;1.2734;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.2734;;;;1;Tackenberg (unpublished data); Ranunculus hybridus;26761;unknown;generative dispersule;2.6791;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.6791;2.8907;2.4674;;1;Tackenberg (unpublished data); Ranunculus parnassiifolius;26690;unknown;generative dispersule;2.391;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.391;2.5675;2.2145;;1;Tackenberg (unpublished data); Ranunculus platanifolius;26778;actual measurement;one-seeded generative dispersule;3.56;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.56;4.03;3.25;;;; Ranunculus repens;26770;actual measurement;one-seeded generative dispersule;3.42;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.42;3.85;3.09;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);germinule;3.3;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.14;3.47;2.21;3.3;;Preaggregated data obtained from single record.; Ranunculus repens;26770;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);germinule;2.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);germinule;2.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);germinule;3.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.21;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Ranunculus repens;26770;unknown;generative dispersule;2.46;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.46;;;;1;Tackenberg (2001); Ranunculus repens;26770;actual measurement (following LEDA data standards);germinule;2.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.81;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);germinule;2.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.19;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;3.47;2.98;3.19;;Preaggregated data obtained from single record.; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.15;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.1;3.25;2.75;3.15;;Preaggregated data obtained from single record.; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Ranunculus repens;26770;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Ranunculus sardous;26637;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Ranunculus sardous;26637;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Ranunculus sardous;26637;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Ranunculus sardous;26637;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Ranunculus sardous;26637;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Ranunculus sardous;26637;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Ranunculus sardous;26637;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Ranunculus sardous;26637;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.07;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.08;3.38;2.78;3.07;;Preaggregated data obtained from single record.; Ranunculus sardous;26637;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Ranunculus sardous;26637;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Ranunculus sardous;26637;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Ranunculus sceleratus;26717;actual measurement;one-seeded generative dispersule;2.16;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.16;;;;;; Ranunculus serpens s. nemorosus;45399;unknown;generative dispersule;3.26;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.26;;;;1;Maurer & St?in (unpublished); Ranunculus thora;26621;actual measurement;one-seeded generative dispersule;4.47;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.47;4.72;3.79;;;; Raphanus raphanistrum;13549;actual measurement;one-seeded generative dispersule;4.18;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.18;;;;;; Raphanus sativus;13125;actual measurement;one-seeded generative dispersule;5.26;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.26;;;;;; Rapistrum rugosum;13886;actual measurement;one-seeded generative dispersule;4.21;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.21;4.31;4.1;;;; Rapistrum rugosum;13886;actual measurement;one-seeded generative dispersule;4.18;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.18;4.63;3.85;;;; Reseda lutea;27974;actual measurement;one-seeded generative dispersule;3.45;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.45;3.85;2.98;;;; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.37;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.35;2.63;2.1;2.37;;Preaggregated data obtained from single record.; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.63;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.48;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.48;;;;;; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Reseda lutea;27974;unknown;generative dispersule;2.02;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.02;;;;1;Tackenberg (2001); Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.87;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.87;;;;;; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.84;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.84;;;;;; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.81;;;;;; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.78;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.87;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.87;;;;;; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.75;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.87;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.87;;;;;; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.14;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.14;;;;;; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.36;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.36;;;;;; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.45;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.45;;;;;; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.1;;;;;; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Reseda lutea;27974;actual measurement (following LEDA data standards);germinule;2.87;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.86;2.94;2.75;2.87;;Preaggregated data obtained from single record.; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;2.78;2.31;2.72;;Preaggregated data obtained from single record.; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.12;;;;;; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.19;;;;;; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.19;;;;;; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.38;;;;;; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2;;;;;; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.12;;;;;; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.14;;;;;; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.18;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.23;2.55;2;2.18;;Preaggregated data obtained from single record.; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.34;;;;;; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Reseda luteola;27977;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Reseda luteola;27977;actual measurement;one-seeded generative dispersule;3.07;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.07;3.29;2.87;;;; Rhamnus saxatilis;27989;actual measurement;one-seeded generative dispersule;4.71;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.71;4.81;4.46;;;; Rhamnus saxatilis;27989;actual measurement;multi-seeded generative dispersule;4.98;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.98;5.1;4.9;;;; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2;2.38;1.53;1.97;;Preaggregated data obtained from single record.; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.23;;;;;; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.95;;;;;; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.14;;;;;; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.91;;;;;; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.12;;;;;; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.84;;;;;; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.34;;;;;; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.92;;;;;; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.84;;;;;; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.94;;;;;; Rhinanthus alectorolophus;33445;unknown;generative dispersule;1.77;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.77;;;;1;Tackenberg (2001); Rhinanthus alectorolophus;33445;unknown;generative dispersule;2.37;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.37;;;;1;Maurer & Stöcklin (unpublished); Rhinanthus alectorolophus;33445;unknown;generative dispersule;1.67;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.67;;;;1;Luftensteiner (1982); Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.07;;;;;; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.89;;;;;; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.53;;;;;; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.98;;;;;; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.92;;;;;; Rhinanthus alectorolophus;33445;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;2.98;1.84;2.55;;Preaggregated data obtained from single record.; Rhinanthus alectorolophus;33445;actual measurement;one-seeded generative dispersule;2.08;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.08;2.23;1.79;;;; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.06;2.29;1.74;2.1;;Preaggregated data obtained from single record.; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.12;;;;;; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.27;;;;;; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.74;;;;;; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.08;;;;;; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.84;;;;;; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.19;;;;;; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.89;;;;;; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.27;;;;;; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.94;;;;;; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2;;;;;; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.97;;;;;; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.67;;;;;; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.93;2.55;1.67;1.88;;Preaggregated data obtained from single record.; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.7;;;;;; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.68;;;;;; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.81;;;;;; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.23;;;;;; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.71;;;;;; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.55;;;;;; Rhinanthus angustifolius;33452;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.94;;;;;; Rhinanthus angustifolius;33452;actual measurement;one-seeded generative dispersule;2.31;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.31;2.63;1.76;;;; Rhinanthus glacialis;50039;unknown;generative dispersule;1.73;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.73;;;;1;Tackenberg (2001); Rhinanthus glacialis;50039;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Rhinanthus glacialis;50039;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.92;;;;;; Rhinanthus glacialis;50039;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.49;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.46;2.98;1.92;2.49;;Preaggregated data obtained from single record.; Rhinanthus glacialis;50039;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Rhinanthus glacialis;50039;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Rhinanthus glacialis;50039;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Rhinanthus glacialis;50039;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Rhinanthus glacialis;50039;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Rhinanthus glacialis;50039;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Rhinanthus glacialis;50039;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Rhinanthus glacialis;50039;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Rhinanthus minor;32892;actual measurement;one-seeded generative dispersule;1.72;5;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.72;1.89;1.59;;;; Rhinanthus minor;32892;actual measurement;one-seeded generative dispersule;2.18;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.18;2.55;1.8;;;; Rhinanthus minor;32892;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.7;;;;;; Rhinanthus minor;32892;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.85;;;;;; Rhinanthus minor;32892;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.89;;;;;; Rhinanthus minor;32892;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.64;;;;;; Rhinanthus minor;32892;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Rhinanthus minor;32892;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.5;;;;;; Rhinanthus minor;32892;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.71;;;;;; Rhinanthus minor;32892;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.84;;;;;; Rhinanthus minor;32892;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.48;;;;;; Rhinanthus minor;32892;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.44;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.44;;;;;; Rhinanthus minor;32892;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.72;2.1;1.44;1.71;;Preaggregated data obtained from single record.; Rhinanthus minor;32892;unknown;generative dispersule;1.5;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.5;;;;1;Tackenberg (2001); Rhododendron ponticum;19459;actual measurement;one-seeded generative dispersule;.92;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.92;1.06;.7;;;; Rhododendron ponticum;19459;actual measurement;one-seeded generative dispersule;1.01;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.01;1.2;.78;;;; Rhododendron ponticum;19459;actual measurement;one-seeded generative dispersule;.99;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.99;1.13;.83;;;; Rhododendron ponticum;19459;actual measurement;one-seeded generative dispersule;1.05;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.05;1.32;.93;;;; Rhododendron ponticum;19459;actual measurement;one-seeded generative dispersule;.93;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.93;1.13;.69;;;; Rhodothamnus chamaecistus;19464;actual measurement;one-seeded generative dispersule;1.38;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.38;1.56;1.2;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);germinule;2.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.29;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);germinule;2.53;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);germinule;2.5;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.5;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);germinule;1.95;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.95;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);germinule;2.4;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.4;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.78;2.25;1.55;1.66;;Preaggregated data obtained from single record.; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.63;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.62;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.98;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.6;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.62;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.79;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.07;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.25;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.68;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.55;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.95;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.88;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.88;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.92;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);germinule;2.2;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;2.53;1.76;2.2;;Preaggregated data obtained from single record.; Rhynchospora alba;37156;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;2.23;1.88;2.08;;Preaggregated data obtained from single record.; Rhynchospora alba;37156;actual measurement (following LEDA data standards);germinule;2.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.1;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);germinule;2.23;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.23;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);germinule;2.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.17;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);germinule;1.76;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.76;;;;;; Rhynchospora alba;37156;actual measurement (following LEDA data standards);germinule;2.12;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.12;;;;;; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.29;;;;;; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.94;;;;;; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.29;;;;;; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.14;;;;;; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.39;2.87;1.94;2.36;;Preaggregated data obtained from single record.; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);germinule;2.43;9;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;2.72;2.19;2.43;;Preaggregated data obtained from single record.; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);germinule;2.19;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.19;;;;;; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);germinule;2.53;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);germinule;2.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);germinule;2.45;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.45;;;;;; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);germinule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);germinule;2.36;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.36;;;;;; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);germinule;2.5;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.5;;;;;; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);germinule;2.72;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.72;;;;;; Rhynchospora fusca;37574;actual measurement (following LEDA data standards);germinule;2.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Ribes alpinum;23116;actual measurement (following LEDA data standards);generative dispersule;4.17;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.2;4.39;4.1;4.17;;Preaggregated data obtained from single record.dried fruits; Ribes alpinum;23116;actual measurement (following LEDA data standards);generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;dried fruits; Ribes alpinum;23116;actual measurement (following LEDA data standards);generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.31;;;;;dried fruits; Ribes alpinum;23116;actual measurement (following LEDA data standards);generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;dried fruits; Ribes alpinum;23116;actual measurement (following LEDA data standards);generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;dried fruits; Ribes alpinum;23116;actual measurement (following LEDA data standards);generative dispersule;4.39;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.39;;;;;dried fruits; Ribes alpinum;23116;actual measurement (following LEDA data standards);generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;dried fruits; Ribes alpinum;23116;actual measurement (following LEDA data standards);generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;dried fruits; Ribes alpinum;23116;actual measurement (following LEDA data standards);generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;dried fruits; Ribes alpinum;23116;actual measurement (following LEDA data standards);generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;dried fruits; Ribes alpinum;23116;actual measurement (following LEDA data standards);generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;dried fruits; Ricinus communis;19992;actual measurement;one-seeded generative dispersule;6.13;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;6.13;;;;;cultivated; Robinia pseudacacia;22045;actual measurement;one-seeded generative dispersule;5.72;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.72;;;;;cultivated; Rorippa austriaca;13904;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.36;;;;;; Rorippa austriaca;13904;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.26;;;;;; Rorippa austriaca;13904;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.42;;;;;; Rorippa austriaca;13904;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.35;;;;;; Rorippa austriaca;13904;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.33;;;;;; Rorippa austriaca;13904;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.48;;;;;; Rorippa austriaca;13904;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.46;;;;;; Rorippa austriaca;13904;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.95;;;;;; Rorippa austriaca;13904;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.35;;;;;; Rorippa austriaca;13904;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.3;;;;;; Rorippa austriaca;13904;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.36;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.43;1.95;1.26;1.36;;Preaggregated data obtained from single record.; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.32;;;;;; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;;;;;; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;1.63;1.08;1.34;;Preaggregated data obtained from single record.; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.31;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.27;1.34;1.09;1.31;;Preaggregated data obtained from single record.; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.08;;;;;; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.45;;;;;; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.33;;;;;; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.44;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.44;;;;;; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.11;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.11;;;;;; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.28;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.28;;;;;; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.43;;;;;; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.63;;;;;; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.31;;;;;; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;;;;;; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;;;;;; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.18;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.18;;;;;; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.31;;;;;; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.25;;;;;; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.26;;;;;; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.09;;;;;; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.3;;;;;; Rorippa palustris;14626;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.33;;;;;; Rorippa sylvestris;13910;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.63;1.8;1.26;1.69;;Preaggregated data obtained from single record.; Rorippa sylvestris;13910;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.7;;;;;; Rorippa sylvestris;13910;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.26;;;;;; Rorippa sylvestris;13910;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.72;;;;;; Rorippa sylvestris;13910;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.51;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.51;;;;;; Rorippa sylvestris;13910;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.69;;;;;; Rorippa sylvestris;13910;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Rorippa sylvestris;13910;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.63;;;;;; Rorippa sylvestris;13910;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.74;;;;;; Rorippa sylvestris;13910;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.69;;;;;; Rorippa sylvestris;13910;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.8;;;;;; Rosa agrestis;29667;actual measurement (following LEDA data standards);germinule;4.53;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.51;4.9;4.03;4.53;;Preaggregated data obtained from single record.single achenes; Rosa agrestis;29667;actual measurement (following LEDA data standards);germinule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;single achenes; Rosa agrestis;29667;actual measurement (following LEDA data standards);germinule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;single achenes; Rosa agrestis;29667;actual measurement (following LEDA data standards);germinule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;single achenes; Rosa agrestis;29667;actual measurement (following LEDA data standards);germinule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;single achenes; Rosa agrestis;29667;actual measurement (following LEDA data standards);germinule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;single achenes; Rosa agrestis;29667;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.9;;;;;single achenes; Rosa agrestis;29667;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;single achenes; Rosa agrestis;29667;actual measurement (following LEDA data standards);germinule;4.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.55;;;;;single achenes; Rosa agrestis;29667;actual measurement (following LEDA data standards);germinule;4.46;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.46;;;;;single achenes; Rosa agrestis;29667;actual measurement (following LEDA data standards);germinule;4.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.5;;;;;single achenes; Rosa dumalis;60797;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.94;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.9;4.24;3.38;3.94;;Preaggregated data obtained from single record.; Rosa dumalis;60797;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;; Rosa dumalis;60797;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;; Rosa dumalis;60797;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;; Rosa dumalis;60797;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.91;;;;;; Rosa dumalis;60797;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.91;;;;;; Rosa dumalis;60797;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Rosa dumalis;60797;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.97;;;;;; Rosa dumalis;60797;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.1;;;;;; Rosa dumalis;60797;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;; Rosa dumalis;60797;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;; Rosa jundzillii;31124;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;cleaned seed; Rosa jundzillii;31124;actual measurement (following LEDA data standards);germinule;3.97;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;cleaned seed; Rosa jundzillii;31124;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.03;;;;;cleaned seed; Rosa jundzillii;31124;actual measurement (following LEDA data standards);germinule;3.85;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;cleaned seed; Rosa jundzillii;31124;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;cleaned seed; Rosa jundzillii;31124;actual measurement (following LEDA data standards);germinule;4.07;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.08;4.24;3.85;4.07;;Preaggregated data obtained from single record.cleaned seed; Rosa jundzillii;31124;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.03;;;;;cleaned seed; Rosa jundzillii;31124;actual measurement (following LEDA data standards);germinule;3.97;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;cleaned seed; Rosa jundzillii;31124;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;cleaned seed; Rosa jundzillii;31124;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;cleaned seed; Rosa jundzillii;31124;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;cleaned seed; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;4.46;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.46;;;;;cleaned seeds; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;3.79;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;cleaned seeds; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;4.07;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;4.46;3.25;4.07;;Preaggregated data obtained from single record.cleaned seeds; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;4.63;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.6;4.9;4.31;4.63;;Preaggregated data obtained from single record.single achenes; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.9;;;;;single achenes; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;single achenes; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;single achenes; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;single achenes; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;4.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.55;;;;;single achenes; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;single achenes; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;single achenes; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;4.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.55;;;;;single achenes; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;single achenes; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;4.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.55;;;;;single achenes; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;cleaned seeds; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;cleaned seeds; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.17;;;;;cleaned seeds; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;cleaned seeds; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;3.25;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;cleaned seeds; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;3.91;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;cleaned seeds; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.03;;;;;cleaned seeds; Rosa micrantha;30571;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;cleaned seeds; Rosa rubiginosa;29291;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;naked seeds; Rosa rubiginosa;29291;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;naked seeds; Rosa rubiginosa;29291;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;naked seeds; Rosa rubiginosa;29291;actual measurement (following LEDA data standards);germinule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;naked seeds; Rosa rubiginosa;29291;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.1;;;;;naked seeds; Rosa rubiginosa;29291;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;naked seeds; Rosa rubiginosa;29291;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;naked seeds; Rosa rubiginosa;29291;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;naked seeds; Rosa rubiginosa;29291;actual measurement (following LEDA data standards);germinule;4.17;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.19;4.39;4.03;4.17;;Preaggregated data obtained from single record.naked seeds; Rosa rubiginosa;29291;actual measurement (following LEDA data standards);germinule;4.39;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.39;;;;;naked seeds; Rosa rubiginosa;29291;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;naked seeds; Rosa sherardii;31137;actual measurement (following LEDA data standards);germinule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;single achenes; Rosa sherardii;31137;actual measurement (following LEDA data standards);germinule;4.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.72;;;;;single achenes; Rosa sherardii;31137;actual measurement (following LEDA data standards);germinule;4.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.72;;;;;single achenes; Rosa sherardii;31137;actual measurement (following LEDA data standards);germinule;4.55;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.51;4.72;4.24;4.55;;Preaggregated data obtained from single record.single achenes; Rosa sherardii;31137;actual measurement (following LEDA data standards);germinule;4.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.55;;;;;single achenes; Rosa sherardii;31137;actual measurement (following LEDA data standards);germinule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;single achenes; Rosa sherardii;31137;actual measurement (following LEDA data standards);germinule;4.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.55;;;;;single achenes; Rosa sherardii;31137;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;single achenes; Rosa sherardii;31137;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;single achenes; Rosa sherardii;31137;actual measurement (following LEDA data standards);germinule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;single achenes; Rosa sherardii;31137;actual measurement (following LEDA data standards);germinule;4.46;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.46;;;;;single achenes; Rubus idaeus;29604;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.6;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.61;3.68;3.52;3.6;;Preaggregated data obtained from single record.; Rubus idaeus;29604;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Rubus idaeus;29604;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Rubus idaeus;29604;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Rubus idaeus;29604;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Rubus idaeus;29604;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Rubus idaeus;29604;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Rubus idaeus;29604;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Rubus idaeus;29604;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Rubus idaeus;29604;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Rubus idaeus;29604;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Rudbeckia hirta;11072;actual measurement;one-seeded generative dispersule;2.13;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.13;;;;;cultivated; Rudbeckia laciniata;9935;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.11;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.06;3.29;2.75;3.11;;Preaggregated data obtained from single record.; Rudbeckia laciniata;9935;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Rudbeckia laciniata;9935;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Rudbeckia laciniata;9935;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Rudbeckia laciniata;9935;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Rudbeckia laciniata;9935;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Rudbeckia laciniata;9935;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Rudbeckia laciniata;9935;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Rudbeckia laciniata;9935;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Rudbeckia laciniata;9935;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Rudbeckia laciniata;9935;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.9;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;1.87;1.94;1.64;1.9;;Preaggregated data obtained from single record.determined as R. acetosa subsp. Lapponicus, with bracts; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;1.94;;;;;determined as R. acetosa subsp. Lapponicus, with bracts; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;1.82;;;;;determined as R. acetosa subsp. Lapponicus, with bracts; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;1.89;;;;;determined as R. acetosa subsp. Lapponicus, with bracts; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;1.91;;;;;determined as R. acetosa subsp. Lapponicus, with bracts; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;1.91;;;;;determined as R. acetosa subsp. Lapponicus, with bracts; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;1.91;;;;;determined as R. acetosa subsp. Lapponicus, with bracts; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.92;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;1.92;;;;;determined as R. acetosa subsp. Lapponicus, with bracts; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;1.85;;;;;determined as R. acetosa subsp. Lapponicus, with bracts; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;1.64;;;;;determined as R. acetosa subsp. Lapponicus, with bracts; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;1.89;;;;;determined as R. acetosa subsp. Lapponicus, with bracts; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.5;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.52;1.75;1.34;1.5;;Preaggregated data obtained from single record.; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.52;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.52;;;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.55;;;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.35;;;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.34;;;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.72;;;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.45;;;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.75;;;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.48;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.48;;;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.6;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.6;;;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.4;;;;;; Rumex acetosa;27593;unknown;generative dispersule;1.31;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.31;;;;1;Tackenberg (2001); Rumex acetosa;27593;unknown;generative dispersule;1.17;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.17;;;;1;Tackenberg (2001); Rumex acetosa;27593;unknown;generative dispersule;1.6;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.6;;;;1;Askew & al. (1997); Rumex acetosa;27593;actual measurement (following LEDA data standards);germinule;2.72;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;cleaned seeds; Rumex acetosa;27593;actual measurement (following LEDA data standards);germinule;1.8;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.8;;;;;cleaned seeds; Rumex acetosa;27593;actual measurement (following LEDA data standards);germinule;2.16;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;cleaned seeds; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.38;;;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;3;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.96;3.13;2.38;3;;Preaggregated data obtained from single record.; Rumex acetosa;27593;actual measurement (following LEDA data standards);germinule;1.94;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.94;;;;;cleaned seeds; Rumex acetosa;27593;actual measurement (following LEDA data standards);germinule;2.14;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.14;;;;;cleaned seeds; Rumex acetosa;27593;actual measurement (following LEDA data standards);germinule;1.94;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.94;;;;;cleaned seeds; Rumex acetosa;27593;actual measurement;one-seeded generative dispersule;1.59;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.59;1.82;1.45;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);germinule;1.97;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;2.72;1.8;1.97;;Preaggregated data obtained from single record.cleaned seeds; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;; Rumex acetosa;27593;actual measurement (following LEDA data standards);germinule;2.23;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;cleaned seeds; Rumex acetosa;27593;actual measurement (following LEDA data standards);germinule;1.89;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.89;;;;;cleaned seeds; Rumex acetosa;27593;actual measurement (following LEDA data standards);germinule;2;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;cleaned seeds; Rumex acetosa;27593;actual measurement (following LEDA data standards);germinule;1.91;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;cleaned seeds; Rumex acetosella;27601;unknown;generative dispersule;2.36;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.36;;;;1;Tackenberg (2001); Rumex acetosella;27601;actual measurement;germinule;3.28;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.28;3.73;2.36;;;; Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.97;;;;;seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.78;;;;;seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.81;;;;;seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);germinule;2.84;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;cleaned seeds; Rumex acetosella;27601;actual measurement (following LEDA data standards);germinule;2.98;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;cleaned seeds; Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;3;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.88;3.13;1.97;3;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.92;3.09;2.72;2.91;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Rumex acetosella;27601;actual measurement (following LEDA data standards);germinule;2.78;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;cleaned seeds; Rumex acetosella;27601;actual measurement (following LEDA data standards);germinule;2.72;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;cleaned seeds; Rumex acetosella;27601;actual measurement (following LEDA data standards);germinule;2.87;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;cleaned seeds; Rumex acetosella;27601;actual measurement (following LEDA data standards);germinule;2.91;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;cleaned seeds; Rumex acetosella;27601;actual measurement (following LEDA data standards);germinule;2.91;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;cleaned seeds; Rumex acetosella;27601;actual measurement (following LEDA data standards);germinule;2.75;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;cleaned seeds; Rumex acetosella;27601;actual measurement (following LEDA data standards);germinule;2.98;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;cleaned seeds; Rumex acetosella;27601;actual measurement (following LEDA data standards);germinule;2.91;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;cleaned seeds; Rumex acetosella;27601;actual measurement (following LEDA data standards);germinule;2.89;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;2.98;2.72;2.89;;Preaggregated data obtained from single record.cleaned seeds; Rumex alpinus;27602;actual measurement;one-seeded generative dispersule;1.6;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.6;2.07;1.2;;;; Rumex conglomeratus;27623;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;with bracts; Rumex conglomeratus;27623;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;with bracts; Rumex conglomeratus;27623;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;with bracts; Rumex conglomeratus;27623;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;9;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;2.94;2.38;2.75;;Preaggregated data obtained from single record.with bracts; Rumex conglomeratus;27623;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;with bracts; Rumex conglomeratus;27623;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;with bracts; Rumex conglomeratus;27623;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;with bracts; Rumex conglomeratus;27623;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;with bracts; Rumex conglomeratus;27623;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;with bracts; Rumex conglomeratus;27623;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;with bracts; Rumex crispus;27506;unknown;generative dispersule;1.67;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.67;;;;1;Schulz & al. (1991); Rumex crispus;27506;unknown;generative dispersule;2.02;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.02;;;;1;Tackenberg (2001); Rumex crispus;27506;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.84;;;;;; Rumex crispus;27506;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.58;;;;;; Rumex crispus;27506;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.72;;;;;; Rumex crispus;27506;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.94;;;;;; Rumex crispus;27506;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.84;;;;;; Rumex crispus;27506;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.87;;;;;; Rumex crispus;27506;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.78;;;;;; Rumex crispus;27506;actual measurement;one-seeded generative dispersule;1.68;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.68;;;;;; Rumex crispus;27506;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.87;;;;;; Rumex crispus;27506;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.94;;;;;; Rumex crispus;27506;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.87;;;;;; Rumex crispus;27506;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.86;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.83;2.94;2.58;2.86;;Preaggregated data obtained from single record.; Rumex hydrolapathum;27528;actual measurement;germinule;3.46;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.46;3.97;2.17;;;; Rumex hydrolapathum;27528;actual measurement;one-seeded generative dispersule;2.81;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.81;3.29;2.05;;;; Rumex hydrolapathum;27528;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.65;2.91;1.87;2.72;;Preaggregated data obtained from single record.; Rumex hydrolapathum;27528;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.87;;;;;; Rumex hydrolapathum;27528;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Rumex hydrolapathum;27528;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Rumex hydrolapathum;27528;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Rumex hydrolapathum;27528;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.87;;;;;; Rumex hydrolapathum;27528;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Rumex hydrolapathum;27528;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Rumex hydrolapathum;27528;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.58;;;;;; Rumex hydrolapathum;27528;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Rumex hydrolapathum;27528;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Rumex longifolius;27534;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.56;;;;;; Rumex longifolius;27534;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.97;;;;;; Rumex longifolius;27534;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.76;;;;;; Rumex longifolius;27534;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.98;;;;;; Rumex longifolius;27534;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.69;;;;;; Rumex longifolius;27534;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.76;;;;;; Rumex longifolius;27534;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.79;2.25;1.53;1.76;;Preaggregated data obtained from single record.; Rumex longifolius;27534;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.25;;;;;; Rumex longifolius;27534;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.53;;;;;; Rumex longifolius;27534;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.61;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.61;;;;;; Rumex longifolius;27534;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.82;;;;;; Rumex maritimus;27537;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.11;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.11;;;;;; Rumex maritimus;27537;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.09;;;;;; Rumex maritimus;27537;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.2;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.2;;;;;; Rumex maritimus;27537;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.18;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.18;;;;;; Rumex maritimus;27537;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.14;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.14;;;;;; Rumex maritimus;27537;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.23;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.23;;;;;; Rumex maritimus;27537;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.27;;;;;; Rumex maritimus;27537;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.1;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.1;;;;;; Rumex maritimus;27537;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.09;;;;;; Rumex maritimus;27537;actual measurement (following LEDA data standards);one-seeded generative dispersule;.94;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.94;;;;;; Rumex maritimus;27537;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.14;1.27;.94;1.13;;Preaggregated data obtained from single record.; Rumex obtusifolius;27542;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.54;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.5;2.75;1.88;2.54;;Preaggregated data obtained from single record.; Rumex obtusifolius;27542;unknown;generative dispersule;2.11;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.11;;;;1;Tackenberg (2001); Rumex obtusifolius;27542;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.48;;;;;; Rumex obtusifolius;27542;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Rumex obtusifolius;27542;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Rumex obtusifolius;27542;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Rumex obtusifolius;27542;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Rumex obtusifolius;27542;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.55;;;;;; Rumex obtusifolius;27542;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.6;;;;;; Rumex obtusifolius;27542;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Rumex obtusifolius;27542;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Rumex obtusifolius;27542;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.88;;;;;; Rumex obtusifolius;27542;unknown;generative dispersule;1.26;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.26;;;;1;Matlack (1987); Rumex obtusifolius;27542;unknown;generative dispersule;2.625;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.625;2.72;2.53;;1;Jongejans & Schippers (1999); Rumex obtusifolius;27542;unknown;generative dispersule;1.26;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.26;;;;1;Matlack (1987); Rumex obtusifolius;27542;actual measurement;one-seeded generative dispersule;3.43;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.43;3.97;3.25;;;; Rumex palustris;27549;actual measurement (following LEDA data standards);germinule;3.01;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;cleaned seeds; Rumex palustris;27549;actual measurement (following LEDA data standards);germinule;3.01;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;cleaned seeds; Rumex palustris;27549;actual measurement (following LEDA data standards);germinule;3.01;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;cleaned seeds; Rumex palustris;27549;actual measurement (following LEDA data standards);germinule;2.98;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;cleaned seeds; Rumex palustris;27549;actual measurement (following LEDA data standards);germinule;3;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.93;3.05;2.4;3;;Preaggregated data obtained from single record.cleaned seeds; Rumex palustris;27549;actual measurement (following LEDA data standards);germinule;2.98;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;cleaned seeds; Rumex palustris;27549;actual measurement (following LEDA data standards);germinule;3.01;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;cleaned seeds; Rumex palustris;27549;actual measurement (following LEDA data standards);germinule;2.98;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;cleaned seeds; Rumex palustris;27549;actual measurement (following LEDA data standards);germinule;2.91;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;cleaned seeds; Rumex palustris;27549;actual measurement (following LEDA data standards);germinule;2.4;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;cleaned seeds; Rumex palustris;27549;actual measurement (following LEDA data standards);germinule;3.05;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;cleaned seeds; Rumex pulcher;27560;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.1;6;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.06;3.29;2.66;3.1;;Preaggregated data obtained from single record.; Rumex pulcher;27560;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Rumex pulcher;27560;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Rumex pulcher;27560;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Rumex pulcher;27560;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Rumex pulcher;27560;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Rumex pulcher;27560;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Rumex pulcher;27560;actual measurement;germinule;4.17;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.17;4.24;4.1;;;; Rumex sanguineus;27450;actual measurement;germinule;3.17;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.17;3.62;2.84;;;; Rumex sanguineus;27450;actual measurement (following LEDA data standards);germinule;3.31;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;3.42;3.25;3.31;;Preaggregated data obtained from single record.cleaned seeds; Rumex sanguineus;27450;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;with bracts; Rumex sanguineus;27450;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;with bracts; Rumex sanguineus;27450;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;with bracts; Rumex sanguineus;27450;actual measurement (following LEDA data standards);germinule;3.25;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;cleaned seeds; Rumex sanguineus;27450;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;cleaned seeds; Rumex sanguineus;27450;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;cleaned seeds; Rumex sanguineus;27450;actual measurement (following LEDA data standards);germinule;3.25;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;cleaned seeds; Rumex sanguineus;27450;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.03;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.04;3.16;2.94;3.03;;Preaggregated data obtained from single record.with bracts; Rumex sanguineus;27450;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;with bracts; Rumex sanguineus;27450;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;with bracts; Rumex sanguineus;27450;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;with bracts; Rumex sanguineus;27450;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;with bracts; Rumex sanguineus;27450;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;cleaned seeds; Rumex sanguineus;27450;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;cleaned seeds; Rumex sanguineus;27450;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;cleaned seeds; Rumex sanguineus;27450;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;cleaned seeds; Rumex sanguineus;27450;actual measurement (following LEDA data standards);germinule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;cleaned seeds; Rumex sanguineus;27450;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;cleaned seeds; Rumex sanguineus;27450;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;with bracts; Rumex sanguineus;27450;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;with bracts; Rumex sanguineus;27450;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;with bracts; Rumex scutatus;27451;unknown;generative dispersule;1.1992;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.1992;1.3099;1.0885;;1;Tackenberg (unpublished data); Rumex scutatus;27451;unknown;generative dispersule;1.7106;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.7106;;;;1;Tackenberg (unpublished data); Rumex stenophyllus;27453;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;cleaned seeds; Rumex stenophyllus;27453;actual measurement (following LEDA data standards);germinule;3.27;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.27;3.42;3.13;3.27;;Preaggregated data obtained from single record.cleaned seeds; Rumex stenophyllus;27453;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;cleaned seeds; Rumex stenophyllus;27453;actual measurement (following LEDA data standards);germinule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;cleaned seeds; Rumex stenophyllus;27453;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;cleaned seeds; Rumex stenophyllus;27453;actual measurement (following LEDA data standards);germinule;3.25;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;cleaned seeds; Rumex stenophyllus;27453;actual measurement (following LEDA data standards);germinule;3.13;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;cleaned seeds; Rumex stenophyllus;27453;actual measurement (following LEDA data standards);germinule;3.21;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;cleaned seeds; Rumex stenophyllus;27453;actual measurement (following LEDA data standards);germinule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;cleaned seeds; Rumex stenophyllus;27453;actual measurement (following LEDA data standards);germinule;3.25;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;cleaned seeds; Rumex stenophyllus;27453;actual measurement (following LEDA data standards);germinule;3.16;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;cleaned seeds; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);germinule;2.75;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;cleaned seeds; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.33;;;;;with bracts; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.16;;;;;with bracts; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.98;;;;;with bracts; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;.92;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.92;;;;;with bracts; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.09;;;;;with bracts; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.98;;;;;with bracts; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.24;;;;;with bracts; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.02;;;;;with bracts; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;9;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.08;1.33;.92;1.02;;Preaggregated data obtained from single record.with bracts; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);germinule;2.85;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.85;3.01;2.66;2.85;;Preaggregated data obtained from single record.cleaned seeds; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.02;;;;;with bracts; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);germinule;2.66;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;cleaned seeds; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);germinule;3.01;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;cleaned seeds; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);germinule;2.66;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;cleaned seeds; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);germinule;3.01;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;cleaned seeds; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);germinule;2.72;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;cleaned seeds; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);germinule;2.98;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;cleaned seeds; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);germinule;2.98;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;cleaned seeds; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);germinule;2.75;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;cleaned seeds; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);germinule;2.94;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;cleaned seeds; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.22;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.22;;;;;; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.12;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.12;;;;;; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.3;;;;;; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.29;;;;;; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.4;;;;;; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.3;1.62;1.12;1.27;;Preaggregated data obtained from single record.; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.21;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.21;;;;;; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.24;;;;;; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.4;;;;;; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.62;;;;;; Rumex thyrsiflorus;27457;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.23;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.23;;;;;; Ruta graveolens;31663;actual measurement;one-seeded generative dispersule;3.86;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.86;4.03;3.62;;;; Sagina apetala;17028;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.08;;;;;; Sagina apetala;17028;actual measurement (following LEDA data standards);one-seeded generative dispersule;.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.95;;;;;; Sagina apetala;17028;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.11;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.11;;;;;; Sagina apetala;17028;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.04;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.05;1.28;.89;1.04;;Preaggregated data obtained from single record.; Sagina apetala;17028;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.07;;;;;; Sagina apetala;17028;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1;;;;;; Sagina apetala;17028;actual measurement (following LEDA data standards);one-seeded generative dispersule;.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.89;;;;;; Sagina apetala;17028;actual measurement (following LEDA data standards);one-seeded generative dispersule;.99;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.99;;;;;; Sagina apetala;17028;actual measurement (following LEDA data standards);one-seeded generative dispersule;.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.92;;;;;; Sagina apetala;17028;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.16;;;;;; Sagina apetala;17028;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.28;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.28;;;;;; Sagina apetala;17028;actual measurement (following LEDA data standards);germinule;.97;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.96;1.09;.78;.97;;Preaggregated data obtained from single record.; Sagina apetala;17028;actual measurement (following LEDA data standards);germinule;.95;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.95;;;;;; Sagina apetala;17028;actual measurement (following LEDA data standards);germinule;1.06;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.06;;;;;; Sagina apetala;17028;actual measurement (following LEDA data standards);germinule;1.09;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.09;;;;;; Sagina apetala;17028;actual measurement (following LEDA data standards);germinule;.95;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.95;;;;;; Sagina apetala;17028;actual measurement (following LEDA data standards);germinule;1.02;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.02;;;;;; Sagina apetala;17028;actual measurement (following LEDA data standards);germinule;.78;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.78;;;;;; Sagina apetala;17028;actual measurement (following LEDA data standards);germinule;.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.97;;;;;; Sagina apetala;17028;actual measurement (following LEDA data standards);germinule;.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.97;;;;;; Sagina apetala;17028;actual measurement (following LEDA data standards);germinule;.86;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.86;;;;;; Sagina apetala;17028;actual measurement (following LEDA data standards);germinule;.96;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.96;;;;;; Sagina nodosa;16644;actual measurement (following LEDA data standards);one-seeded generative dispersule;.82;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.83;1.05;.7;.82;;Preaggregated data obtained from single record.; Sagina nodosa;16644;actual measurement (following LEDA data standards);one-seeded generative dispersule;.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.85;;;;;; Sagina nodosa;16644;actual measurement (following LEDA data standards);one-seeded generative dispersule;.71;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.71;;;;;; Sagina nodosa;16644;actual measurement (following LEDA data standards);one-seeded generative dispersule;.7;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.7;;;;;; Sagina nodosa;16644;actual measurement (following LEDA data standards);one-seeded generative dispersule;.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.81;;;;;; Sagina nodosa;16644;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.05;;;;;; Sagina nodosa;16644;actual measurement (following LEDA data standards);one-seeded generative dispersule;.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.72;;;;;; Sagina nodosa;16644;actual measurement (following LEDA data standards);one-seeded generative dispersule;.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.95;;;;;; Sagina nodosa;16644;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.83;;;;;; Sagina nodosa;16644;actual measurement (following LEDA data standards);one-seeded generative dispersule;.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.81;;;;;; Sagina nodosa;16644;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.87;;;;;; Sagina procumbens;16230;actual measurement (following LEDA data standards);one-seeded generative dispersule;.88;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.9;1.05;.82;.88;;Preaggregated data obtained from single record.; Sagina procumbens;16230;actual measurement (following LEDA data standards);one-seeded generative dispersule;.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.89;;;;;; Sagina procumbens;16230;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.97;;;;;; Sagina procumbens;16230;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.83;;;;;; Sagina procumbens;16230;actual measurement (following LEDA data standards);one-seeded generative dispersule;.82;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.82;;;;;; Sagina procumbens;16230;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.87;;;;;; Sagina procumbens;16230;actual measurement (following LEDA data standards);one-seeded generative dispersule;.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.88;;;;;; Sagina procumbens;16230;actual measurement (following LEDA data standards);one-seeded generative dispersule;.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.84;;;;;; Sagina procumbens;16230;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.05;;;;;; Sagina procumbens;16230;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1;;;;;; Sagina procumbens;16230;actual measurement (following LEDA data standards);one-seeded generative dispersule;.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.88;;;;;; Sagina saginoides;16651;unknown;generative dispersule;1.3068;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.3068;1.451;1.1625;;1;Lutz (unpublished data); Sagina saginoides;16651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Sagina saginoides;16651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Sagina saginoides;16651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Sagina saginoides;16651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Sagina saginoides;16651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Sagina saginoides;16651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Sagina saginoides;16651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Sagina saginoides;16651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Sagina saginoides;16651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Sagina saginoides;16651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Sagina saginoides;16651;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.61;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.65;2.87;2.48;2.61;;Preaggregated data obtained from single record.; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.84;2.14;1.54;1.88;;Preaggregated data obtained from single record.; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.41;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.4;1.57;1.24;1.41;;Preaggregated data obtained from single record.; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.4;;;;;; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.46;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.46;;;;;; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.38;;;;;; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.27;;;;;; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.14;;;;;; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.58;;;;;; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.54;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.54;;;;;; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.94;;;;;; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.66;;;;;; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.85;;;;;; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.82;;;;;; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.45;;;;;; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.34;;;;;; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.47;;;;;; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.41;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.41;;;;;; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.57;;;;;; Sagittaria sagittifolia;35605;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.24;;;;;; Salicornia europaea;18012;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.88;;;;;; Salicornia europaea;18012;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;; Salicornia europaea;18012;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Salicornia europaea;18012;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Salicornia europaea;18012;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.34;;;;;; Salicornia europaea;18012;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Salicornia europaea;18012;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Salicornia europaea;18012;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.17;2.38;1.88;2.19;;Preaggregated data obtained from single record.; Salicornia europaea;18012;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Salicornia europaea;18012;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;; Salicornia europaea;18012;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Salix aurita;32563;unknown;generative dispersule;.19;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.19;;;;1;Müller-Schneider (1986); Salix aurita;32563;unknown;generative dispersule;.19;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.19;;;;1;Ridley (1930); Salix caprea;32596;actual measurement;one-seeded generative dispersule;.13;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.13;.19;.09;;;; Salix fragilis;32570;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.19;;;;;; Salix fragilis;32570;actual measurement (following LEDA data standards);one-seeded generative dispersule;.18;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.18;;;;;; Salix fragilis;32570;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.17;;;;;; Salix fragilis;32570;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.19;;;;;; Salix fragilis;32570;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.17;;;;;; Salix fragilis;32570;actual measurement (following LEDA data standards);one-seeded generative dispersule;.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.23;;;;;; Salix fragilis;32570;actual measurement (following LEDA data standards);one-seeded generative dispersule;.18;7;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.19;.23;.17;.18;;Preaggregated data obtained from single record.; Salix fragilis;32570;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.17;;;;;; Salix glauca;32573;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.19;.23;.15;.2;;Preaggregated data obtained from single record.; Salix glauca;32573;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.21;;;;;; Salix glauca;32573;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.2;;;;;; Salix glauca;32573;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.21;;;;;; Salix glauca;32573;actual measurement (following LEDA data standards);one-seeded generative dispersule;.18;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.18;;;;;; Salix glauca;32573;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.2;;;;;; Salix glauca;32573;actual measurement (following LEDA data standards);one-seeded generative dispersule;.23;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.23;;;;;; Salix glauca;32573;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.2;;;;;; Salix glauca;32573;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.17;;;;;; Salix glauca;32573;actual measurement (following LEDA data standards);one-seeded generative dispersule;.15;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.15;;;;;; Salix glauca;32573;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.19;;;;;; Salix hastata;32577;unknown;generative dispersule;.12847;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.12847;.15815;.098799;;1;Lutz (unpublished data); Salix helvetica;32588;unknown;generative dispersule;.18403;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.18403;.21943;.14864;;1;Lutz (unpublished data); Salix herbacea;32589;actual measurement (following LEDA data standards);one-seeded generative dispersule;.24;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.24;;;;;; Salix herbacea;32589;actual measurement (following LEDA data standards);one-seeded generative dispersule;.18;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.18;;;;;; Salix herbacea;32589;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.24;.3;.18;.25;;Preaggregated data obtained from single record.; Salix herbacea;32589;actual measurement (following LEDA data standards);one-seeded generative dispersule;.18;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.18;;;;;; Salix herbacea;32589;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.21;;;;;; Salix herbacea;32589;actual measurement (following LEDA data standards);one-seeded generative dispersule;.28;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.28;;;;;; Salix herbacea;32589;actual measurement (following LEDA data standards);one-seeded generative dispersule;.26;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.26;;;;;; Salix herbacea;32589;actual measurement (following LEDA data standards);one-seeded generative dispersule;.24;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.24;;;;;; Salix herbacea;32589;actual measurement (following LEDA data standards);one-seeded generative dispersule;.3;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.3;;;;;; Salix herbacea;32589;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.27;;;;;; Salix herbacea;32589;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.25;;;;;; Salix lapponum;32550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.29;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.29;;;;;; Salix lapponum;32550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.28;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.28;;;;;; Salix lapponum;32550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.25;;;;;; Salix lapponum;32550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.27;;;;;; Salix lapponum;32550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.2;;;;;; Salix lapponum;32550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.27;;;;;; Salix lapponum;32550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.3;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.3;;;;;; Salix lapponum;32550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.21;;;;;; Salix lapponum;32550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.27;;;;;; Salix lapponum;32550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.17;;;;;; Salix lapponum;32550;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.25;.3;.17;.27;;Preaggregated data obtained from single record.; Salix myrsinites;32555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.18;.21;.14;.19;;Preaggregated data obtained from single record.; Salix myrsinites;32555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.15;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.15;;;;;; Salix myrsinites;32555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.2;;;;;; Salix myrsinites;32555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.14;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.14;;;;;; Salix myrsinites;32555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.17;;;;;; Salix myrsinites;32555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.21;;;;;; Salix myrsinites;32555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.2;;;;;; Salix myrsinites;32555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.21;;;;;; Salix myrsinites;32555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.21;;;;;; Salix myrsinites;32555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.17;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.17;;;;;; Salix myrsinites;32555;actual measurement (following LEDA data standards);one-seeded generative dispersule;.18;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.18;;;;;; Salix pentandra;32567;unknown;generative dispersule;.24;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.24;;;;1;Ridley (1930); Salix pentandra;32567;unknown;generative dispersule;.24;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.24;;;;1;Müller-Schneider (1986); Salix pentandra;32567;unknown;generative dispersule;.19;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.19;;;;1;Tackenberg (2001); Salix repens;32533;unknown;generative dispersule;.16;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.16;;;;1;Müller-Schneider (1986); Salix repens;32533;unknown;generative dispersule;.16;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.16;;;;1;Ridley (1930); Salix reticulata;32535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.24;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.24;;;;;; Salix reticulata;32535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.26;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.26;;;;;; Salix reticulata;32535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.27;;;;;; Salix reticulata;32535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.28;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.28;;;;;; Salix reticulata;32535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.25;.32;.2;.25;;Preaggregated data obtained from single record.; Salix reticulata;32535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.21;;;;;; Salix reticulata;32535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.25;;;;;; Salix reticulata;32535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.2;;;;;; Salix reticulata;32535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.21;;;;;; Salix reticulata;32535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.32;;;;;; Salix reticulata;32535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: graciela.rusch@nina.no;.25;;;;;; Salix retusa;32536;unknown;generative dispersule;.25539;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.25539;.44941;.06138;;1;Lutz (unpublished data); Salix viminalis;32486;actual measurement;one-seeded generative dispersule;.16;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.16;.2;.11;;;; Salsola kali;18036;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.67;;;;;; Salsola kali;18036;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.67;;;;;; Salsola kali;18036;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.53;;;;;; Salsola kali;18036;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.84;;;;;; Salsola kali;18036;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.53;;;;;; Salsola kali;18036;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.18;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.18;;;;;; Salsola kali;18036;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.82;;;;;; Salsola kali;18036;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.97;;;;;; Salsola kali;18036;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.69;1.97;1.18;1.74;;Preaggregated data obtained from single record.; Salsola kali;18036;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.89;;;;;; Salsola kali;18036;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.81;;;;;; Salvia glutinosa;23588;actual measurement;one-seeded generative dispersule;3.37;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.37;3.85;2.98;;;; Salvia pratensis;24299;unknown;generative dispersule;2.93;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.93;;;;1;Tackenberg (2001); Salvia pratensis;24299;unknown;generative dispersule;2.17;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.17;;;;1;Tackenberg (2001); Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.8;3.97;3.62;3.79;;Preaggregated data obtained from single record.; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;big tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;big tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.79;;;;;big tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;big tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;small tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;small tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;small tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.97;;;;;seeds collected by Michael Kleyer (Oldenburg); Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;big tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;big tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;big tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;small tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.91;;;;;small tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;small tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;small tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.79;;;;;small tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.88;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.78;4.03;3.29;3.88;;Preaggregated data obtained from single record.small tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.07;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;4.03;2.6;3.07;;Preaggregated data obtained from single record.big tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.15;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.12;4.24;3.91;4.15;;Preaggregated data obtained from single record.seeds collected by Michael Kleyer (Oldenburg); Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;seeds collected by Michael Kleyer (Oldenburg); Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;seeds collected by Michael Kleyer (Oldenburg); Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.1;;;;;seeds collected by Michael Kleyer (Oldenburg); Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.91;;;;;seeds collected by Michael Kleyer (Oldenburg); Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;seeds collected by Michael Kleyer (Oldenburg); Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.1;;;;;seeds collected by Michael Kleyer (Oldenburg); Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;seeds collected by Michael Kleyer (Oldenburg); Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.12;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.12;;;;;seeds collected by Michael Kleyer (Oldenburg); Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;seeds collected by Michael Kleyer (Oldenburg); Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.85;;;;;small tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.97;;;;;small tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.79;;;;;big tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;big tube; Salvia pratensis;24299;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;big tube; Salvia pratensis;24299;actual measurement;one-seeded generative dispersule;3.15;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.15;3.85;2.58;;;; Salvia verticillata;23952;unknown;generative dispersule;2.98;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.98;;;;1;Tackenberg (2001); Samolus valerandi;28974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.27;;;;;; Samolus valerandi;28974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.38;;;;;; Samolus valerandi;28974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.28;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.28;;;;;; Samolus valerandi;28974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.3;;;;;; Samolus valerandi;28974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.26;;;;;; Samolus valerandi;28974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.26;1.38;1.14;1.27;;Preaggregated data obtained from single record.; Samolus valerandi;28974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.14;;;;;; Samolus valerandi;28974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.23;;;;;; Samolus valerandi;28974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.14;;;;;; Samolus valerandi;28974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.35;;;;;; Samolus valerandi;28974;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.26;;;;;; Sanguisorba dodecandra;29146;actual measurement;one-seeded generative dispersule;2.13;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.13;2.25;2.03;;;; Sanguisorba minor;29153;actual measurement;one-seeded generative dispersule;4.03;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.03;4.17;3.73;;;; Sanguisorba minor;29153;actual measurement;one-seeded generative dispersule;4.01;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.01;4.39;3.57;;;; Sanguisorba minor;29153;unknown;generative dispersule;2.34;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.34;;;;1;Tackenberg (2001); Sanguisorba minor;29153;unknown;generative dispersule;3.32;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.32;;;;1;Tackenberg (2001); Sanguisorba minor;29153;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.76;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.76;4.03;3.52;3.76;;Preaggregated data obtained from single record.; Sanguisorba minor;29153;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.73;;;;;; Sanguisorba minor;29153;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.73;;;;;; Sanguisorba minor;29153;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;; Sanguisorba minor;29153;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;; Sanguisorba minor;29153;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.79;;;;;; Sanguisorba minor;29153;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.79;;;;;; Sanguisorba minor;29153;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;; Sanguisorba minor;29153;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;; Sanguisorba minor;29153;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.91;;;;;; Sanguisorba minor;29153;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.85;;;;;; Sanguisorba officinalis;30139;unknown;generative dispersule;2.38;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.38;;;;1;Tackenberg (2001); Sanguisorba officinalis;30139;actual measurement;one-seeded generative dispersule;3.87;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.87;4.17;3.38;;;; Sanguisorba officinalis;30139;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Sanguisorba officinalis;30139;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Sanguisorba officinalis;30139;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Sanguisorba officinalis;30139;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;3.57;3.16;3.42;;Preaggregated data obtained from single record.; Sanguisorba officinalis;30139;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.57;;;;;; Sanguisorba officinalis;30139;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Sanguisorba officinalis;30139;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Sanguisorba officinalis;30139;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Sanguisorba officinalis;30139;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Sanguisorba officinalis;30139;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Sanguisorba officinalis;30139;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Saponaria ocymoides;16543;actual measurement;one-seeded generative dispersule;4.59;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.59;;;;;cultivated; Saponaria ocymoides;16543;actual measurement;one-seeded generative dispersule;4.26;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.26;4.39;4.03;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);germinule;3.68;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.6;4.03;3.05;3.68;;Preaggregated data obtained from single record.; Saponaria officinalis;17539;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);germinule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);germinule;3.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.79;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);germinule;3.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.72;3.91;3.42;3.73;;Preaggregated data obtained from single record.; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.91;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.48;3.91;2.91;3.57;;Preaggregated data obtained from single record.; Saponaria officinalis;17539;actual measurement;one-seeded generative dispersule;4.21;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.21;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Saponaria officinalis;17539;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Saussurea alpina;9535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.61;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.61;;;;;; Saussurea alpina;9535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.75;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.75;;;;;; Saussurea alpina;9535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.65;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.65;;;;;; Saussurea alpina;9535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.67;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.67;;;;;; Saussurea alpina;9535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.43;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.43;;;;;; Saussurea alpina;9535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.45;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.45;;;;;; Saussurea alpina;9535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.66;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.66;;;;;; Saussurea alpina;9535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.36;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.36;;;;;; Saussurea alpina;9535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.5;;;;;; Saussurea alpina;9535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.73;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.73;;;;;; Saussurea alpina;9535;actual measurement (following LEDA data standards);one-seeded generative dispersule;.63;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.58;.75;.36;.63;;Preaggregated data obtained from single record.; Saxifraga aizoides;31321;actual measurement;one-seeded generative dispersule;1.39;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.39;1.58;1.23;;;; Saxifraga aizoides;31321;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Saxifraga aizoides;31321;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.48;;;;;; Saxifraga aizoides;31321;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.56;;;;;; Saxifraga aizoides;31321;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.4;;;;;; Saxifraga aizoides;31321;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.3;;;;;; Saxifraga aizoides;31321;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.33;1.56;1.09;1.35;;Preaggregated data obtained from single record.; Saxifraga aizoides;31321;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.09;;;;;; Saxifraga aizoides;31321;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.11;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.11;;;;;; Saxifraga aizoides;31321;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.17;;;;;; Saxifraga aizoides;31321;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.16;;;;;; Saxifraga aizoides;31321;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.52;;;;;; Saxifraga androsacea;31324;unknown;generative dispersule;1.4641;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.4641;1.5754;1.3528;;1;Lutz (unpublished data); Saxifraga aphylla;31325;unknown;generative dispersule;1.394;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.394;1.4928;1.2953;;1;Tackenberg (unpublished data); Saxifraga biflora;31336;unknown;generative dispersule;1.6355;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.6355;1.8333;1.4377;;1;Lutz (unpublished data); Saxifraga bryoides;31348;unknown;generative dispersule;1.2787;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.2787;1.4055;1.152;;1;Lutz (unpublished data); Saxifraga bryoides;31348;unknown;generative dispersule;.89;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.89;;;;1;Tackenberg (unpublished data); Saxifraga granulata;31381;unknown;generative dispersule;.9;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.9;;;;1;Tackenberg (2001); Saxifraga granulata;31381;actual measurement;one-seeded generative dispersule;1.61;7;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.61;2.55;1.24;;;; Saxifraga hirculus;31463;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.69;;;;;; Saxifraga hirculus;31463;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.59;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.59;;;;;; Saxifraga hirculus;31463;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.58;;;;;; Saxifraga hirculus;31463;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.68;;;;;; Saxifraga hirculus;31463;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.72;;;;;; Saxifraga hirculus;31463;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.7;;;;;; Saxifraga hirculus;31463;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.62;;;;;; Saxifraga hirculus;31463;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.88;;;;;; Saxifraga hirculus;31463;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.65;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.65;1.88;1.45;1.65;;Preaggregated data obtained from single record.; Saxifraga hirculus;31463;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.45;;;;;; Saxifraga hirculus;31463;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Saxifraga hostii;31469;actual measurement;one-seeded generative dispersule;1.73;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.73;1.85;1.6;;;; Saxifraga hypnoides;31390;actual measurement;one-seeded generative dispersule;1.38;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.38;1.57;1.19;;;; Saxifraga mutata;31509;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.25;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.22;1.37;1.07;1.25;;Preaggregated data obtained from single record.; Saxifraga mutata;31509;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.27;;;;;; Saxifraga mutata;31509;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.28;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.28;;;;;; Saxifraga mutata;31509;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.37;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.37;;;;;; Saxifraga mutata;31509;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.07;;;;;; Saxifraga mutata;31509;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.1;;;;;; Saxifraga mutata;31509;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.29;;;;;; Saxifraga mutata;31509;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.29;;;;;; Saxifraga mutata;31509;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.23;;;;;; Saxifraga mutata;31509;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.12;;;;;; Saxifraga mutata;31509;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.15;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.15;;;;;; Saxifraga oppositifolia;31526;unknown;generative dispersule;1.8019;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.8019;2.0761;1.5278;;1;Lutz (unpublished data); Saxifraga oppositifolia;31526;unknown;generative dispersule;1.255;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.255;;;;1;Tackenberg (unpublished data); Saxifraga oppositifolia;31526;unknown;generative dispersule;1.4057;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.4057;1.593;1.2184;;1;Tackenberg (unpublished data); Saxifraga paniculata;31528;unknown;generative dispersule;1.6155;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.6155;1.8069;1.4241;;1;Lutz (unpublished data); Saxifraga rotundifolia;31582;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.39;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.35;1.66;1;1.39;;Preaggregated data obtained from single record.; Saxifraga rotundifolia;31582;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.59;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.59;;;;;; Saxifraga rotundifolia;31582;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.66;;;;;; Saxifraga rotundifolia;31582;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.01;;;;;; Saxifraga rotundifolia;31582;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1;;;;;; Saxifraga rotundifolia;31582;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.39;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.39;;;;;; Saxifraga rotundifolia;31582;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.6;;;;;; Saxifraga rotundifolia;31582;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.3;;;;;; Saxifraga rotundifolia;31582;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.38;;;;;; Saxifraga rotundifolia;31582;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.06;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.06;;;;;; Saxifraga rotundifolia;31582;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.54;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.54;;;;;; Saxifraga stellaris;31429;unknown;generative dispersule;1.3554;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.3554;1.5584;1.1525;;1;Lutz (unpublished data); Saxifraga stellaris;31429;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.28;1.68;.92;1.24;;Preaggregated data obtained from single record.; Saxifraga stellaris;31429;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.18;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.18;;;;;; Saxifraga stellaris;31429;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.24;;;;;; Saxifraga stellaris;31429;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.45;;;;;; Saxifraga stellaris;31429;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.37;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.37;;;;;; Saxifraga stellaris;31429;actual measurement (following LEDA data standards);one-seeded generative dispersule;.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.92;;;;;; Saxifraga stellaris;31429;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.2;;;;;; Saxifraga stellaris;31429;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.38;;;;;; Saxifraga stellaris;31429;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.68;;;;;; Saxifraga stellaris;31429;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.19;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.19;;;;;; Saxifraga stellaris;31429;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.23;;;;;; Saxifraga tridactylites;31616;unknown;generative dispersule;.88513;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.88513;;;;1;Tackenberg (unpublished data); Saxifraga tridactylites;31616;actual measurement;one-seeded generative dispersule;1.15;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.15;1.52;.82;;;; Saxifraga vandellii;31621;actual measurement;one-seeded generative dispersule;1.38;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.38;1.5;0;;;; Scabiosa atropurpurea;19064;actual measurement;one-seeded generative dispersule;2.86;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.86;;;;;; Scabiosa columbaria;19381;unknown;generative dispersule;1.77;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.77;;;;1;Hensen & Müller (1997); Scabiosa columbaria;19381;unknown;generative dispersule;1.78;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.78;;;;1;Tackenberg (2001); Scabiosa columbaria;19381;unknown;generative dispersule;1.66;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.66;;;;1;Tackenberg (2001); Scabiosa columbaria;19381;unknown;generative dispersule;2;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2;;;;1;Luftensteiner (1982); Scabiosa columbaria;19381;actual measurement;one-seeded generative dispersule;2.72;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.72;2.91;2.55;;;; Scabiosa columbaria;19381;actual measurement;one-seeded generative dispersule;2.56;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.56;2.91;1.67;;;; Scabiosa columbaria;19381;actual measurement;one-seeded generative dispersule;2.56;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.56;2.98;2.17;;;; Scabiosa lucida;19283;unknown;generative dispersule;1.7;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.7;;;;1;Luftensteiner (1982); Scabiosa ochroleuca;19228;unknown;generative dispersule;1.89;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.89;;;;1;Tackenberg (2001); Scabiosa ochroleuca;19228;unknown;generative dispersule;1.8;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.8;;;;1;Luftensteiner (1982); Scabiosa ochroleuca;19228;unknown;generative dispersule;1.62;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.62;;;;1;Hensen & Müller (1997); Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.98;;;;;; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.1;;;;;; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.27;;;;;; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.4;;;;;; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.05;;;;;; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.07;;;;;; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.87;;;;;; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.1;;;;;; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.15;2.4;1.87;2.1;;Preaggregated data obtained from single record.; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.54;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.52;2.91;1.91;2.54;;Preaggregated data obtained from single record.; Scabiosa ochroleuca;19228;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Scandix pecten-veneris;1087;actual measurement;one-seeded generative dispersule;4.16;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.16;4.39;3.97;;;; Scheuchzeria palustris;43986;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Scheuchzeria palustris;43986;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Scheuchzeria palustris;43986;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Scheuchzeria palustris;43986;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Scheuchzeria palustris;43986;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Scheuchzeria palustris;43986;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Scheuchzeria palustris;43986;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;3.47;3.01;3.21;;Preaggregated data obtained from single record.; Scheuchzeria palustris;43986;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Scheuchzeria palustris;43986;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Scheuchzeria palustris;43986;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Scheuchzeria palustris;43986;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Schoenus ferrugineus;37576;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.29;;;;;; Schoenus ferrugineus;37576;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.88;;;;;; Schoenus ferrugineus;37576;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.51;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.51;;;;;; Schoenus ferrugineus;37576;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.03;;;;;; Schoenus ferrugineus;37576;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;; Schoenus ferrugineus;37576;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Schoenus ferrugineus;37576;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;; Schoenus ferrugineus;37576;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Schoenus ferrugineus;37576;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Schoenus ferrugineus;37576;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;;;;;; Schoenus ferrugineus;37576;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.04;2.38;1.51;2.08;;Preaggregated data obtained from single record.; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.17;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;3.47;2.91;3.17;;Preaggregated data obtained from single record.; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;9;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.19;3.33;2.87;3.29;;Preaggregated data obtained from single record.; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);germinule;3.25;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.17;3.38;2.55;3.25;;Preaggregated data obtained from single record.; Schoenus nigricans;37577;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);germinule;3.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);germinule;3.25;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);germinule;3.25;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);germinule;3.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);germinule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);germinule;2.55;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.55;;;;;; Schoenus nigricans;37577;actual measurement (following LEDA data standards);germinule;3.16;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Schoenus nigricans;37577;actual measurement;one-seeded generative dispersule;3.02;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.02;3.13;2.87;;;; Scilla bifolia;38937;actual measurement;one-seeded generative dispersule;4.79;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.79;4.9;4.72;;;; Scirpus cespitosus;37472;actual measurement (following LEDA data standards);germinule;2.24;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.23;2.53;1.88;2.24;;Preaggregated data obtained from single record.; Scirpus cespitosus;37472;actual measurement;one-seeded generative dispersule;2.78;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.78;3.13;2.31;;;; Scirpus cespitosus;37472;actual measurement (following LEDA data standards);germinule;2.14;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.14;;;;;; Scirpus cespitosus;37472;actual measurement (following LEDA data standards);germinule;2.53;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Scirpus cespitosus;37472;actual measurement (following LEDA data standards);germinule;2.27;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.27;;;;;; Scirpus cespitosus;37472;actual measurement (following LEDA data standards);germinule;2.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Scirpus cespitosus;37472;actual measurement (following LEDA data standards);germinule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Scirpus cespitosus;37472;actual measurement (following LEDA data standards);germinule;2.07;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.07;;;;;; Scirpus cespitosus;37472;actual measurement (following LEDA data standards);germinule;2.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Scirpus cespitosus;37472;actual measurement (following LEDA data standards);germinule;2.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.29;;;;;; Scirpus cespitosus;37472;actual measurement (following LEDA data standards);germinule;2.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Scirpus cespitosus;37472;actual measurement (following LEDA data standards);germinule;1.88;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.88;;;;;; Scirpus hudsonianus;37482;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.27;;;;;; Scirpus hudsonianus;37482;actual measurement (following LEDA data standards);one-seeded generative dispersule;.31;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.31;;;;;; Scirpus hudsonianus;37482;actual measurement (following LEDA data standards);one-seeded generative dispersule;.3;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.3;;;;;; Scirpus hudsonianus;37482;actual measurement (following LEDA data standards);one-seeded generative dispersule;.2;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.2;;;;;; Scirpus hudsonianus;37482;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.25;;;;;; Scirpus hudsonianus;37482;actual measurement (following LEDA data standards);one-seeded generative dispersule;.37;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.37;;;;;; Scirpus hudsonianus;37482;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.25;;;;;; Scirpus hudsonianus;37482;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.27;.37;.2;.27;;Preaggregated data obtained from single record.; Scirpus hudsonianus;37482;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.27;;;;;; Scirpus hudsonianus;37482;actual measurement (following LEDA data standards);one-seeded generative dispersule;.25;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.25;;;;;; Scirpus hudsonianus;37482;actual measurement (following LEDA data standards);one-seeded generative dispersule;.27;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.27;;;;;; Scirpus lacustris;37486;actual measurement (following LEDA data standards);germinule;3.47;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.44;3.62;3.09;3.47;;Preaggregated data obtained from single record.; Scirpus lacustris;37486;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Scirpus lacustris;37486;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Scirpus lacustris;37486;actual measurement (following LEDA data standards);germinule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Scirpus lacustris;37486;actual measurement (following LEDA data standards);germinule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Scirpus lacustris;37486;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Scirpus lacustris;37486;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Scirpus lacustris;37486;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Scirpus lacustris;37486;actual measurement (following LEDA data standards);germinule;3.57;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.57;;;;;; Scirpus lacustris;37486;actual measurement (following LEDA data standards);germinule;3.09;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Scirpus lacustris;37486;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Scirpus lacustris;37486;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;seeds collected by Michael Kleyer (Oldenburg); Scirpus lacustris;37486;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.81;;;;;seeds collected by Michael Kleyer (Oldenburg); Scirpus lacustris;37486;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;seeds collected by Michael Kleyer (Oldenburg); Scirpus lacustris;37486;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;seeds collected by Michael Kleyer (Oldenburg); Scirpus lacustris;37486;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;seeds collected by Michael Kleyer (Oldenburg); Scirpus lacustris;37486;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.95;;;;;seeds collected by Michael Kleyer (Oldenburg); Scirpus lacustris;37486;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;seeds collected by Michael Kleyer (Oldenburg); Scirpus lacustris;37486;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.46;2.87;1.95;2.53;;Preaggregated data obtained from single record.seeds collected by Michael Kleyer (Oldenburg); Scirpus lacustris;37486;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.97;;;;;seeds collected by Michael Kleyer (Oldenburg); Scirpus lacustris;37486;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;seeds collected by Michael Kleyer (Oldenburg); Scirpus lacustris;37486;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;seeds collected by Michael Kleyer (Oldenburg); Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.55;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.5;3.68;3.21;3.55;;Preaggregated data obtained from single record.; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.91;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.91;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.96;4.24;3.62;3.97;;Preaggregated data obtained from single record.; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.73;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.03;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.91;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);germinule;3.45;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.26;3.73;2.6;3.45;;Preaggregated data obtained from single record.; Scirpus maritimus;37054;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);germinule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);germinule;2.6;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.6;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);germinule;2.6;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.6;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);germinule;3.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.21;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);germinule;2.72;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.72;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Scirpus maritimus;37054;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Scirpus setaceus;37063;actual measurement (following LEDA data standards);germinule;1.77;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.75;2;1.34;1.77;;Preaggregated data obtained from single record.; Scirpus setaceus;37063;actual measurement (following LEDA data standards);germinule;1.87;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.87;;;;;; Scirpus setaceus;37063;actual measurement (following LEDA data standards);germinule;1.66;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.66;;;;;; Scirpus setaceus;37063;actual measurement (following LEDA data standards);germinule;1.69;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.69;;;;;; Scirpus setaceus;37063;actual measurement (following LEDA data standards);germinule;2;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2;;;;;; Scirpus setaceus;37063;actual measurement (following LEDA data standards);germinule;1.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.79;;;;;; Scirpus setaceus;37063;actual measurement (following LEDA data standards);germinule;1.87;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.87;;;;;; Scirpus setaceus;37063;actual measurement (following LEDA data standards);germinule;1.34;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.34;;;;;; Scirpus setaceus;37063;actual measurement (following LEDA data standards);germinule;1.95;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.95;;;;;; Scirpus setaceus;37063;actual measurement (following LEDA data standards);germinule;1.74;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.74;;;;;; Scirpus setaceus;37063;actual measurement (following LEDA data standards);germinule;1.63;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.63;;;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);germinule;1.63;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.63;;;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);germinule;1.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.47;;;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);germinule;1.8;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.8;;;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);germinule;1.66;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.66;;;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);germinule;1.56;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.56;;;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);germinule;1.57;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.57;;;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.79;;;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.38;;;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.54;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.54;;;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);germinule;1.55;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.55;;;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);germinule;1.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.81;;;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);germinule;1.8;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.8;;;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);germinule;1.67;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.67;;;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);germinule;1.65;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.65;1.81;1.47;1.65;;Preaggregated data obtained from single record.; Scirpus sylvaticus;37067;actual measurement;one-seeded generative dispersule;1.87;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.87;1.92;1.81;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.52;1.79;1.21;1.55;;Preaggregated data obtained from single record.; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.39;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.39;;;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.64;;;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.3;;;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.75;;;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.63;;;;;; Scirpus sylvaticus;37067;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.21;;;;;; Scirpus triqueter;37508;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Scirpus triqueter;37508;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Scirpus triqueter;37508;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Scirpus triqueter;37508;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;2.94;2.5;2.78;;Preaggregated data obtained from single record.; Scirpus triqueter;37508;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;; Scirpus triqueter;37508;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;; Scirpus triqueter;37508;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;; Scirpus triqueter;37508;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Scirpus triqueter;37508;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Scirpus triqueter;37508;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Scirpus triqueter;37508;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Scleranthus annuus;17086;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.28;3.52;3.01;3.33;;Preaggregated data obtained from single record.; Scleranthus annuus;17086;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Scleranthus annuus;17086;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Scleranthus annuus;17086;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Scleranthus annuus;17086;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Scleranthus annuus;17086;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Scleranthus annuus;17086;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Scleranthus annuus;17086;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Scleranthus annuus;17086;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Scleranthus annuus;17086;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Scleranthus annuus;17086;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Scleranthus perennis;17092;unknown;generative dispersule;2.34;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.34;;;;1;Tackenberg (2001); Scorzonera austriaca;9461;unknown;generative dispersule;.92;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.92;;;;1;Luftensteiner (1982); Scorzonera austriaca;9461;actual measurement;one-seeded generative dispersule;1.11;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.11;1.76;.58;;;; Scorzonera hispanica;9619;unknown;generative dispersule;1.78;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.78;;;;1;Munzberga (unpublished); Scorzonera laciniata;10007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.92;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.91;1.05;.74;.92;;Preaggregated data obtained from single record.; Scorzonera laciniata;10007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.98;;;;;; Scorzonera laciniata;10007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.74;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.74;;;;;; Scorzonera laciniata;10007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.95;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.95;;;;;; Scorzonera laciniata;10007;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.05;;;;;; Scorzonera laciniata;10007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.87;;;;;; Scorzonera laciniata;10007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.88;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.88;;;;;; Scorzonera laciniata;10007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.87;;;;;; Scorzonera laciniata;10007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.95;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.95;;;;;; Scorzonera laciniata;10007;actual measurement (following LEDA data standards);one-seeded generative dispersule;.77;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.77;;;;;; Scorzonera laciniata;10007;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.03;;;;;; Scrophularia auriculata;33429;actual measurement;one-seeded generative dispersule;1.91;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.91;2.05;1.8;;;; Scrophularia auriculata;33429;actual measurement (following LEDA data standards);germinule;2.08;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.08;;;;;; Scrophularia auriculata;33429;actual measurement (following LEDA data standards);germinule;1.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.98;;;;;; Scrophularia auriculata;33429;actual measurement (following LEDA data standards);germinule;1.84;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.84;;;;;; Scrophularia auriculata;33429;actual measurement (following LEDA data standards);germinule;1.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.91;;;;;; Scrophularia auriculata;33429;actual measurement (following LEDA data standards);germinule;2;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.97;2.08;1.81;2;;Preaggregated data obtained from single record.; Scrophularia auriculata;33429;actual measurement (following LEDA data standards);germinule;2.02;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.02;;;;;; Scrophularia auriculata;33429;actual measurement (following LEDA data standards);germinule;1.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.81;;;;;; Scrophularia auriculata;33429;actual measurement (following LEDA data standards);germinule;2.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Scrophularia auriculata;33429;actual measurement (following LEDA data standards);germinule;2.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Scrophularia auriculata;33429;actual measurement (following LEDA data standards);germinule;1.95;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.95;;;;;; Scrophularia auriculata;33429;actual measurement (following LEDA data standards);germinule;2.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Scrophularia nodosa;32862;actual measurement (following LEDA data standards);germinule;1.81;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.8;1.98;1.66;1.81;;Preaggregated data obtained from single record.; Scrophularia nodosa;32862;actual measurement (following LEDA data standards);germinule;1.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.85;;;;;; Scrophularia nodosa;32862;actual measurement (following LEDA data standards);germinule;1.84;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.84;;;;;; Scrophularia nodosa;32862;actual measurement (following LEDA data standards);germinule;1.82;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.82;;;;;; Scrophularia nodosa;32862;actual measurement (following LEDA data standards);germinule;1.66;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.66;;;;;; Scrophularia nodosa;32862;actual measurement (following LEDA data standards);germinule;1.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.79;;;;;; Scrophularia nodosa;32862;actual measurement (following LEDA data standards);germinule;1.7;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.7;;;;;; Scrophularia nodosa;32862;actual measurement (following LEDA data standards);germinule;1.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.91;;;;;; Scrophularia nodosa;32862;actual measurement (following LEDA data standards);germinule;1.7;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.7;;;;;; Scrophularia nodosa;32862;actual measurement (following LEDA data standards);germinule;1.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.98;;;;;; Scrophularia nodosa;32862;actual measurement (following LEDA data standards);germinule;1.76;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.76;;;;;; Scrophularia nodosa;32862;actual measurement;one-seeded generative dispersule;1.92;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.92;2.03;1.71;;;; Scrophularia nodosa;32862;actual measurement;one-seeded generative dispersule;1.91;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.91;2.16;1.69;;;; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);germinule;1.64;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.63;1.92;1.48;1.64;;Preaggregated data obtained from single record.; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);germinule;1.66;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.66;;;;;; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);germinule;1.48;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.48;;;;;; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);germinule;1.61;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.61;;;;;; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);germinule;1.69;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.69;;;;;; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);germinule;1.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.68;;;;;; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);germinule;1.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.52;;;;;; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);germinule;1.92;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.92;;;;;; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);germinule;1.5;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.5;;;;;; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);germinule;1.56;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.56;;;;;; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);germinule;1.72;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.72;;;;;; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.55;;;;;; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.84;;;;;; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.67;;;;;; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.44;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.44;;;;;; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.65;1.84;1.44;1.64;;Preaggregated data obtained from single record.; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.8;;;;;; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.6;;;;;; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.8;;;;;; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.53;;;;;; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.63;;;;;; Scrophularia umbrosa;34372;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.64;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.64;;;;;; Scutellaria minor;23967;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;; Scutellaria minor;23967;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.82;;;;;; Scutellaria minor;23967;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Scutellaria minor;23967;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Scutellaria minor;23967;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.14;;;;;; Scutellaria minor;23967;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Scutellaria minor;23967;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Scutellaria minor;23967;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.98;;;;;; Scutellaria minor;23967;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Scutellaria minor;23967;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Scutellaria minor;23967;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.15;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;2.53;1.82;2.15;;Preaggregated data obtained from single record.; Secale cereale;42376;actual measurement;one-seeded generative dispersule;5.5;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.5;;;;;cultivated; Sedum acre;18178;actual measurement;one-seeded generative dispersule;1.47;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.47;1.62;1.34;;;; Sedum acre;18178;unknown;generative dispersule;1.437;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.437;;;;1;Tackenberg (unpublished data); Sedum album;18182;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.46;4;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.39;1.54;1.09;1.46;;Preaggregated data obtained from single record.difficult to measure; Sedum album;18182;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.39;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.39;;;;;difficult to measure; Sedum album;18182;unknown;generative dispersule;.95967;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.95967;;;;1;Tackenberg (unpublished data); Sedum album;18182;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.53;;;;;difficult to measure; Sedum album;18182;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.54;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.54;;;;;difficult to measure; Sedum album;18182;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.09;;;;;difficult to measure; Sedum alpestre;18184;unknown;generative dispersule;1.3029;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.3029;1.4066;1.1992;;1;Lutz (unpublished data); Sedum rupestre;18224;unknown;generative dispersule;1.26;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.26;;;;1;Tackenberg (2001); Sedum sexangulare;18275;unknown;generative dispersule;.96917;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.96917;;;;1;Tackenberg (unpublished data); Sedum villosum;18303;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.14;;;;;; Sedum villosum;18303;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.17;;;;;; Sedum villosum;18303;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.16;;;;;; Sedum villosum;18303;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.18;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.18;;;;;; Sedum villosum;18303;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.23;;;;;; Sedum villosum;18303;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.25;;;;;; Sedum villosum;18303;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.12;;;;;; Sedum villosum;18303;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.21;;;;;; Sedum villosum;18303;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.16;;;;;; Sedum villosum;18303;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.24;;;;;; Sedum villosum;18303;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.18;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.19;1.25;1.12;1.18;;Preaggregated data obtained from single record.; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.52;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;2.94;1.94;2.52;;Preaggregated data obtained from single record.; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.91;;;;;; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.38;;;;;; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.1;;;;;; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.12;;;;;; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.19;;;;;; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.89;;;;;; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.95;;;;;; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.18;2.5;1.89;2.16;;Preaggregated data obtained from single record.; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.94;;;;;; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Selinum carvifolia;1092;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;; Sempervivum arachnoideum;18309;unknown;generative dispersule;1.115;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.115;;;;1;Tackenberg (unpublished data); Sempervivum montanum;18338;unknown;generative dispersule;1.1933;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.1933;1.3368;1.0497;;1;Lutz (unpublished data); Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.66;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.64;.83;.37;.66;;Preaggregated data obtained from single record.; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.81;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.82;1.01;.72;.81;;Preaggregated data obtained from single record.; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.65;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.65;;;;;; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.77;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.77;;;;;; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.37;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.37;;;;;; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.83;;;;;; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.76;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.76;;;;;; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.66;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.66;;;;;; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.7;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.7;;;;;; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.51;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.51;;;;;; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.5;;;;;; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.61;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.61;;;;;; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.83;;;;;; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.79;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.79;;;;;; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.84;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.84;;;;;; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.86;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.86;;;;;; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.01;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.01;;;;;; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.72;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.72;;;;;; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.84;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.84;;;;;; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.78;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.78;;;;;; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.78;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.78;;;;;; Senecio aquaticus;9544;actual measurement (following LEDA data standards);one-seeded generative dispersule;.79;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.79;;;;;; Senecio aquaticus s. barbareifolius;11409;actual measurement (following LEDA data standards);one-seeded generative dispersule;.58;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.54;.63;.38;.58;;Preaggregated data obtained from single record.; Senecio aquaticus s. barbareifolius;11409;actual measurement (following LEDA data standards);one-seeded generative dispersule;.49;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.49;;;;;; Senecio aquaticus s. barbareifolius;11409;actual measurement (following LEDA data standards);one-seeded generative dispersule;.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.57;;;;;; Senecio aquaticus s. barbareifolius;11409;actual measurement (following LEDA data standards);one-seeded generative dispersule;.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.63;;;;;; Senecio aquaticus s. barbareifolius;11409;actual measurement (following LEDA data standards);one-seeded generative dispersule;.41;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.41;;;;;; Senecio aquaticus s. barbareifolius;11409;actual measurement (following LEDA data standards);one-seeded generative dispersule;.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.62;;;;;; Senecio aquaticus s. barbareifolius;11409;actual measurement (following LEDA data standards);one-seeded generative dispersule;.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.6;;;;;; Senecio aquaticus s. barbareifolius;11409;actual measurement (following LEDA data standards);one-seeded generative dispersule;.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.58;;;;;; Senecio aquaticus s. barbareifolius;11409;actual measurement (following LEDA data standards);one-seeded generative dispersule;.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.38;;;;;; Senecio aquaticus s. barbareifolius;11409;actual measurement (following LEDA data standards);one-seeded generative dispersule;.56;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.56;;;;;; Senecio aquaticus s. barbareifolius;11409;actual measurement (following LEDA data standards);one-seeded generative dispersule;.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.58;;;;;; Senecio doronicum;9471;actual measurement;one-seeded generative dispersule;.52;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.52;.66;.38;;;; Senecio erucifolius;11230;unknown;generative dispersule;.36;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.36;;;;1;Tackenberg (2001); Senecio erucifolius;11230;unknown;generative dispersule;.29;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.29;;;;1;Müller-Schneider (1986); Senecio erucifolius;11230;actual measurement;one-seeded generative dispersule;.38;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.38;.47;.32;;;; Senecio erucifolius;11230;unknown;generative dispersule;.29;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.29;;;;1;Schulz & al. (1991); Senecio inaequidens;9629;actual measurement (following LEDA data standards);one-seeded generative dispersule;.46;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.47;.66;.3;.46;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Senecio inaequidens;9629;actual measurement (following LEDA data standards);one-seeded generative dispersule;.64;5;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.61;.87;.21;.64;;Preaggregated data obtained from single record.; Senecio inaequidens;9629;actual measurement (following LEDA data standards);one-seeded generative dispersule;.87;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.87;;;;;; Senecio inaequidens;9629;actual measurement (following LEDA data standards);one-seeded generative dispersule;.64;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.64;;;;;; Senecio inaequidens;9629;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.21;;;;;; Senecio inaequidens;9629;unknown;generative dispersule;.345;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.345;.41;.28;;1;Ernst (1998); Senecio inaequidens;9629;actual measurement (following LEDA data standards);one-seeded generative dispersule;.3;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.3;;;;;seeds collected by Ute Schadek (Oldenburg); Senecio inaequidens;9629;actual measurement (following LEDA data standards);one-seeded generative dispersule;.41;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.41;;;;;seeds collected by Ute Schadek (Oldenburg); Senecio inaequidens;9629;actual measurement (following LEDA data standards);one-seeded generative dispersule;.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.34;;;;;seeds collected by Ute Schadek (Oldenburg); Senecio inaequidens;9629;actual measurement (following LEDA data standards);one-seeded generative dispersule;.54;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.54;;;;;seeds collected by Ute Schadek (Oldenburg); Senecio inaequidens;9629;actual measurement (following LEDA data standards);one-seeded generative dispersule;.61;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.61;;;;;seeds collected by Ute Schadek (Oldenburg); Senecio inaequidens;9629;actual measurement (following LEDA data standards);one-seeded generative dispersule;.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.66;;;;;seeds collected by Ute Schadek (Oldenburg); Senecio inaequidens;9629;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.5;;;;;seeds collected by Ute Schadek (Oldenburg); Senecio inaequidens;9629;actual measurement (following LEDA data standards);one-seeded generative dispersule;.54;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.54;;;;;seeds collected by Ute Schadek (Oldenburg); Senecio inaequidens;9629;actual measurement (following LEDA data standards);one-seeded generative dispersule;.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.36;;;;;seeds collected by Ute Schadek (Oldenburg); Senecio inaequidens;9629;actual measurement (following LEDA data standards);one-seeded generative dispersule;.41;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.41;;;;;seeds collected by Ute Schadek (Oldenburg); Senecio inaequidens;9629;actual measurement (following LEDA data standards);one-seeded generative dispersule;.48;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.48;;;;;; Senecio inaequidens;9629;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.83;;;;;; Senecio incanus;9472;unknown;generative dispersule;.86847;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.86847;.98661;.75033;;1;Lutz (unpublished data); Senecio incanus;9472;unknown;generative dispersule;.66;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.66;;;;1;Tackenberg (unpublished data); Senecio jacobaea;10452;unknown;generative dispersule;.52;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.52;;;;1;Askew & al. (1997); Senecio jacobaea;10452;unknown;generative dispersule;.37;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.37;;;;1;Ridley (1930); Senecio jacobaea;10452;unknown;generative dispersule;.75;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.75;;;;1;Luftensteiner (1982); Senecio jacobaea;10452;unknown;generative dispersule;1;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1;;;;1;Tackenberg (2001); Senecio jacobaea;10452;actual measurement;one-seeded generative dispersule;.37;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.37;.55;.18;;;; Senecio jacobaea;10452;actual measurement;one-seeded generative dispersule;.36;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.36;;;;;; Senecio jacobaea;10452;unknown;generative dispersule;.58;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.58;;;;1;Tackenberg (2001); Senecio jacobaea;10452;unknown;generative dispersule;.42;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.42;;;;1;Sheldon & Burrows (1973); Senecio nemorensis;9809;unknown;generative dispersule;.46;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.46;;;;1;Tackenberg (2001); Senecio paludosus;11419;unknown;generative dispersule;.63;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.63;;;;1;Tackenberg (2001); Senecio squalidus;9306;unknown;generative dispersule;.32;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.32;;;;1;Müller-Schneider (1986); Senecio squalidus;9306;unknown;generative dispersule;.33;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.33;;;;1;Matlack (1987); Senecio squalidus;9306;unknown;generative dispersule;.3;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.3;;;;1;Askew & al. (1997); Senecio squalidus;9306;unknown;generative dispersule;.46;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.46;;;;1;Sheldon & Burrows (1973); Senecio squalidus;9306;actual measurement;one-seeded generative dispersule;.26;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.26;.3;.2;;;; Senecio sylvaticus;9889;unknown;generative dispersule;.21;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.21;;;;1;Ridley (1930); Senecio sylvaticus;9889;actual measurement;one-seeded generative dispersule;.24;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.24;.29;.19;;;; Senecio sylvaticus;9889;unknown;generative dispersule;.21;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.21;;;;1;Müller-Schneider (1977); Senecio vernalis;11179;unknown;generative dispersule;1.29;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.29;;;;1;Tackenberg (2001); Senecio viscosus;10121;actual measurement;one-seeded generative dispersule;.61;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.61;.77;.45;;;; Senecio viscosus;10121;actual measurement (following LEDA data standards);one-seeded generative dispersule;.52;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.52;;;;;; Senecio viscosus;10121;actual measurement (following LEDA data standards);one-seeded generative dispersule;.47;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.47;;;;;; Senecio viscosus;10121;actual measurement (following LEDA data standards);one-seeded generative dispersule;.6;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.6;;;;;; Senecio viscosus;10121;actual measurement (following LEDA data standards);one-seeded generative dispersule;.62;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.62;;;;;; Senecio viscosus;10121;actual measurement (following LEDA data standards);one-seeded generative dispersule;.47;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.47;;;;;; Senecio viscosus;10121;actual measurement (following LEDA data standards);one-seeded generative dispersule;.66;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.66;;;;;; Senecio viscosus;10121;actual measurement (following LEDA data standards);one-seeded generative dispersule;.63;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.63;;;;;; Senecio viscosus;10121;actual measurement (following LEDA data standards);one-seeded generative dispersule;.6;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.6;;;;;; Senecio viscosus;10121;actual measurement (following LEDA data standards);one-seeded generative dispersule;.6;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.6;;;;;; Senecio viscosus;10121;actual measurement (following LEDA data standards);one-seeded generative dispersule;.62;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.62;;;;;; Senecio viscosus;10121;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;6;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.51;.63;.45;.5;;Preaggregated data obtained from single record.; Senecio viscosus;10121;actual measurement (following LEDA data standards);one-seeded generative dispersule;.55;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.55;;;;;; Senecio viscosus;10121;actual measurement (following LEDA data standards);one-seeded generative dispersule;.63;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.63;;;;;; Senecio viscosus;10121;actual measurement (following LEDA data standards);one-seeded generative dispersule;.49;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.49;;;;;; Senecio viscosus;10121;actual measurement (following LEDA data standards);one-seeded generative dispersule;.6;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.58;.66;.47;.6;;Preaggregated data obtained from single record.; Senecio viscosus;10121;unknown;generative dispersule;.63;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.63;;;;1;Tackenberg (2001); Senecio viscosus;10121;unknown;generative dispersule;.58;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.58;;;;1;Tackenberg (2001); Senecio viscosus;10121;unknown;generative dispersule;.3;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.3;;;;1;Müller-Schneider (1986); Senecio viscosus;10121;actual measurement (following LEDA data standards);one-seeded generative dispersule;.46;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.46;;;;;; Senecio viscosus;10121;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.5;;;;;; Senecio viscosus;10121;actual measurement (following LEDA data standards);one-seeded generative dispersule;.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.45;;;;;; Senecio viscosus;10121;unknown;generative dispersule;.32;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.32;;;;1;Sheldon & Burrows (1973); Senecio vulgaris;10456;actual measurement (following LEDA data standards);one-seeded generative dispersule;.42;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.42;;;;;; Senecio vulgaris;10456;actual measurement (following LEDA data standards);one-seeded generative dispersule;.34;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.34;;;;;; Senecio vulgaris;10456;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.33;;;;;; Senecio vulgaris;10456;actual measurement (following LEDA data standards);one-seeded generative dispersule;.35;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.35;;;;;; Senecio vulgaris;10456;actual measurement;one-seeded generative dispersule;.31;5;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.31;.52;.13;;;; Senecio vulgaris;10456;actual measurement (following LEDA data standards);one-seeded generative dispersule;.35;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.36;.42;.3;.35;;Preaggregated data obtained from single record.; Senecio vulgaris;10456;actual measurement (following LEDA data standards);one-seeded generative dispersule;.35;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.35;;;;;; Senecio vulgaris;10456;actual measurement (following LEDA data standards);one-seeded generative dispersule;.41;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.41;;;;;; Senecio vulgaris;10456;actual measurement (following LEDA data standards);one-seeded generative dispersule;.3;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.3;;;;;; Senecio vulgaris;10456;actual measurement (following LEDA data standards);one-seeded generative dispersule;.39;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.39;;;;;; Senecio vulgaris;10456;actual measurement (following LEDA data standards);one-seeded generative dispersule;.37;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.37;;;;;; Senecio vulgaris;10456;actual measurement (following LEDA data standards);one-seeded generative dispersule;.34;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.34;;;;;; Senecio vulgaris;10456;unknown;generative dispersule;.25;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.25;;;;1;Andersen (1992); Senecio vulgaris;10456;unknown;generative dispersule;.35;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.35;.4;.3;;1;Müller-Schneider (1986); Senecio vulgaris;10456;unknown;generative dispersule;.28;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.28;;;;1;Müller-Schneider (1977); Senecio vulgaris;10456;unknown;generative dispersule;.35;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.35;;;;1;Andersen (1993); Senecio vulgaris;10456;unknown;generative dispersule;.34;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.34;;;;1;Askew & al. (1997); Senecio vulgaris;10456;unknown;generative dispersule;.29;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.29;;;;1;Ridley (1930); Senecio vulgaris;10456;unknown;generative dispersule;.28;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.28;;;;1;Sheldon & Burrows (1973); Serapias cordigera;39815;unknown;generative dispersule;.15;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.15;;;;1;Müller-Schneider (1977); Serratula tinctoria;10123;unknown;generative dispersule;1.05;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.05;;;;1;Tackenberg (2001); Serratula tinctoria;10123;actual measurement;one-seeded generative dispersule;.91;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.91;1.18;.69;;;; Seseli hippomarathrum;1571;unknown;generative dispersule;2.05;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.05;;;;1;Tackenberg (2001); Sesleria caerulea;42378;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Sesleria caerulea;42378;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.06;3.29;2.72;3.05;;Preaggregated data obtained from single record.; Sesleria caerulea;42378;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Sesleria caerulea;42378;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Sesleria caerulea;42378;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Sesleria caerulea;42378;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Sesleria caerulea;42378;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Sesleria caerulea;42378;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Sesleria caerulea;42378;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Sesleria caerulea;42378;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Sesleria caerulea;42378;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Setaria pumila;43456;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Setaria pumila;43456;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Setaria pumila;43456;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Setaria pumila;43456;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Setaria pumila;43456;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.6;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.5;3.79;2.75;3.6;;Preaggregated data obtained from single record.; Setaria pumila;43456;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Setaria pumila;43456;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Setaria pumila;43456;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Setaria pumila;43456;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Setaria pumila;43456;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Setaria pumila;43456;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Setaria verticillata;43457;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Setaria verticillata;43457;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.1;3.33;2.78;3.13;;Preaggregated data obtained from single record.; Setaria verticillata;43457;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Setaria verticillata;43457;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Setaria verticillata;43457;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Setaria verticillata;43457;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Setaria verticillata;43457;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Setaria verticillata;43457;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Setaria verticillata;43457;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Setaria verticillata;43457;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Setaria verticillata;43457;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Setaria viridis;42743;actual measurement;one-seeded generative dispersule;3.96;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.96;4.17;3.73;;;; Setaria viridis;42743;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;3.42;2.53;3.21;;Preaggregated data obtained from single record.; Setaria viridis;42743;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Setaria viridis;42743;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Setaria viridis;42743;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Setaria viridis;42743;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Setaria viridis;42743;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.81;;;;;; Setaria viridis;42743;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Setaria viridis;42743;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Setaria viridis;42743;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Setaria viridis;42743;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Setaria viridis;42743;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Sherardia arvensis;31967;actual measurement;one-seeded generative dispersule;4.24;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.24;4.39;4.1;;;; Silaum silaus;993;actual measurement;one-seeded generative dispersule;3.41;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.41;3.73;3.21;;;; Silaum silaus;993;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.87;2.23;1.52;1.87;;Preaggregated data obtained from single record.; Silaum silaus;993;unknown;generative dispersule;3.42;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.42;;;;1;Maurer & Stöcklin (unpublished); Silaum silaus;993;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.58;;;;;; Silaum silaus;993;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.74;;;;;; Silaum silaus;993;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Silaum silaus;993;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Silaum silaus;993;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.68;;;;;; Silaum silaus;993;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.54;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.54;;;;;; Silaum silaus;993;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Silaum silaus;993;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Silaum silaus;993;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.52;;;;;; Silaum silaus;993;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;; Silene acaulis;17102;actual measurement;one-seeded generative dispersule;1.17;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.17;1.26;1.1;;;; Silene armeria;17110;unknown;generative dispersule;1.6425;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.6425;;;;1;Tackenberg (unpublished data); Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.83;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.72;2.17;1.13;1.83;;Preaggregated data obtained from single record.; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.98;;;;;; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.1;;;;;; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.59;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.59;;;;;; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.07;;;;;; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.07;;;;;; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.24;;;;;; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.07;;;;;; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.58;;;;;; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.19;;;;;; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.13;;;;;; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.27;;;;;; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.72;;;;;; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.28;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.24;2.48;1.72;2.28;;Preaggregated data obtained from single record.; Silene chlorantha;15554;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.27;;;;;; Silene dioica;17578;unknown;generative dispersule;2.26;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.26;;;;1;Tackenberg (2001); Silene dioica;17578;actual measurement (following LEDA data standards);germinule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Silene dioica;17578;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Silene dioica;17578;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Silene dioica;17578;actual measurement (following LEDA data standards);germinule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Silene dioica;17578;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Silene dioica;17578;actual measurement (following LEDA data standards);germinule;3.57;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.57;;;;;; Silene dioica;17578;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Silene dioica;17578;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Silene dioica;17578;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Silene dioica;17578;actual measurement (following LEDA data standards);germinule;3.57;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.57;;;;;; Silene dioica;17578;actual measurement;one-seeded generative dispersule;3.88;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.88;4.1;3.73;;;; Silene dioica;17578;actual measurement (following LEDA data standards);germinule;3.52;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.53;3.68;3.42;3.52;;Preaggregated data obtained from single record.; Silene latifolia;17283;actual measurement;one-seeded generative dispersule;3.97;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.97;4.24;3.57;;;; Silene noctiflora;17252;actual measurement;one-seeded generative dispersule;4.24;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.24;;;;;; Silene noctiflora;17252;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Silene noctiflora;17252;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Silene noctiflora;17252;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Silene noctiflora;17252;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Silene noctiflora;17252;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Silene noctiflora;17252;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Silene noctiflora;17252;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Silene noctiflora;17252;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Silene noctiflora;17252;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Silene noctiflora;17252;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Silene noctiflora;17252;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.56;3.62;3.47;3.57;;Preaggregated data obtained from single record.; Silene nutans;16673;unknown;generative dispersule;3.01;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.01;;;;1;Maurer & Stöcklin (unpublished); Silene nutans;16673;actual measurement;one-seeded generative dispersule;2.86;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.86;3.16;2.53;;;; Silene nutans;16673;actual measurement;one-seeded generative dispersule;3.65;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.65;3.79;3.52;;;; Silene otites;15749;unknown;generative dispersule;1.89;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.89;;;;1;Tackenberg (2001); Silene otites;15749;unknown;generative dispersule;2.48;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.48;;;;1;Tackenberg (2001); Silene otites;15749;actual measurement;one-seeded generative dispersule;3.11;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.11;3.21;2.98;;;; Silene rupestris;17622;actual measurement;one-seeded generative dispersule;1.45;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.45;1.74;1.34;;;; Silene saxifraga;16769;actual measurement;one-seeded generative dispersule;2.78;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.78;2.91;2.5;;;; Silene uniflora;17634;actual measurement;one-seeded generative dispersule;3.9;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.9;4.17;3.68;;;; Silene vulgaris;16657;actual measurement;one-seeded generative dispersule;4.2;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.2;4.31;4.1;;;; Silene vulgaris;16657;actual measurement;one-seeded generative dispersule;4.05;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.05;4.24;3.79;;;; Silene vulgaris;16657;unknown;generative dispersule;3.72;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.72;;;;1;Maurer & Stöcklin (unpublished); Sinapis alba;13450;actual measurement;one-seeded generative dispersule;4.69;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.69;4.72;4.55;;;; Sinapis arvensis;13454;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.86;3.97;3.73;3.85;;Preaggregated data obtained from single record.; Sinapis arvensis;13454;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Sinapis arvensis;13454;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Sinapis arvensis;13454;actual measurement;one-seeded generative dispersule;4.31;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.31;4.46;4.24;;;; Sinapis arvensis;13454;actual measurement;one-seeded generative dispersule;4.38;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.38;4.46;4.24;;;; Sinapis arvensis;13454;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Sinapis arvensis;13454;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Sinapis arvensis;13454;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Sinapis arvensis;13454;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;; Sinapis arvensis;13454;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;; Sinapis arvensis;13454;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Sinapis arvensis;13454;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;; Sinapis arvensis;13454;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;; Sinapis arvensis;13454;actual measurement (following LEDA data standards);germinule;4.31;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.34;4.39;4.31;4.31;;Preaggregated data obtained from single record.; Sinapis arvensis;13454;actual measurement (following LEDA data standards);germinule;4.39;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.39;;;;;; Sinapis arvensis;13454;actual measurement (following LEDA data standards);germinule;4.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.31;;;;;; Sinapis arvensis;13454;actual measurement (following LEDA data standards);germinule;4.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.31;;;;;; Sinapis arvensis;13454;actual measurement (following LEDA data standards);germinule;4.39;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.39;;;;;; Sinapis arvensis;13454;actual measurement (following LEDA data standards);germinule;4.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.31;;;;;; Sinapis arvensis;13454;actual measurement (following LEDA data standards);germinule;4.39;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.39;;;;;; Sinapis arvensis;13454;actual measurement (following LEDA data standards);germinule;4.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.31;;;;;; Sinapis arvensis;13454;actual measurement (following LEDA data standards);germinule;4.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.31;;;;;; Sinapis arvensis;13454;actual measurement (following LEDA data standards);germinule;4.39;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.39;;;;;; Sinapis arvensis;13454;actual measurement (following LEDA data standards);germinule;4.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.31;;;;;; Sisymbrium altissimum;13034;unknown;generative dispersule;2.06;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.06;;;;1;Tackenberg (2001); Sisymbrium altissimum;13034;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;seeds collected by Ute Schadek (Oldenburg); Sisymbrium altissimum;13034;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;seeds collected by Ute Schadek (Oldenburg); Sisymbrium altissimum;13034;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;seeds collected by Ute Schadek (Oldenburg); Sisymbrium altissimum;13034;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.31;;;;;seeds collected by Ute Schadek (Oldenburg); Sisymbrium altissimum;13034;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;seeds collected by Ute Schadek (Oldenburg); Sisymbrium altissimum;13034;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.31;2.53;2.12;2.29;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Sisymbrium altissimum;13034;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.21;;;;;seeds collected by Ute Schadek (Oldenburg); Sisymbrium altissimum;13034;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;seeds collected by Ute Schadek (Oldenburg); Sisymbrium altissimum;13034;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.21;;;;;seeds collected by Ute Schadek (Oldenburg); Sisymbrium altissimum;13034;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;seeds collected by Ute Schadek (Oldenburg); Sisymbrium altissimum;13034;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.12;;;;;seeds collected by Ute Schadek (Oldenburg); Sisymbrium loeselii;13930;actual measurement;one-seeded generative dispersule;2.4;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.4;2.69;2.12;;;; Sisymbrium loeselii;13930;unknown;generative dispersule;1.41;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.41;;;;1;Tackenberg (2001); Sisymbrium officinale;13041;actual measurement;one-seeded generative dispersule;2.8;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.8;2.98;2.4;;;; Smyrnium olusatrum;1000;actual measurement;one-seeded generative dispersule;4.75;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.75;4.81;4.63;;;; Solanum dulcamara;35041;actual measurement (following LEDA data standards);germinule;3.25;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;cleaned seeds; Solanum dulcamara;35041;actual measurement (following LEDA data standards);germinule;3.13;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.12;3.42;2.78;3.13;;Preaggregated data obtained from single record.cleaned seeds; Solanum dulcamara;35041;actual measurement (following LEDA data standards);germinule;3.01;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;cleaned seeds; Solanum dulcamara;35041;actual measurement (following LEDA data standards);germinule;3.16;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;cleaned seeds; Solanum dulcamara;35041;actual measurement (following LEDA data standards);germinule;2.98;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;cleaned seeds; Solanum dulcamara;35041;actual measurement (following LEDA data standards);germinule;3.09;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;cleaned seeds; Solanum dulcamara;35041;actual measurement (following LEDA data standards);germinule;2.78;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;cleaned seeds; Solanum dulcamara;35041;actual measurement (following LEDA data standards);germinule;3.21;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;cleaned seeds; Solanum dulcamara;35041;actual measurement (following LEDA data standards);germinule;3.13;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;cleaned seeds; Solanum dulcamara;35041;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;cleaned seeds; Solanum dulcamara;35041;actual measurement (following LEDA data standards);germinule;3.13;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;cleaned seeds; Solanum luteum s. alatum;35070;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.56;5;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.55;4.72;4.31;4.56;;Preaggregated data obtained from single record.fruits; Solanum luteum s. alatum;35070;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.56;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.56;;;;;fruits; Solanum luteum s. alatum;35070;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;fruits; Solanum luteum s. alatum;35070;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.72;;;;;fruits; Solanum luteum s. alatum;35070;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.46;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.46;;;;;fruits; Solanum luteum s. alatum;35070;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.72;;;;;fruits; Soldanella pusilla;28894;unknown;generative dispersule;2.3108;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.3108;2.9492;1.6724;;1;Lutz (unpublished data); Solidago altissima;9818;unknown;generative dispersule;.28;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.28;;;;1;Matlack (1987); Solidago canadensis;9491;actual measurement;one-seeded generative dispersule;.24;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.24;;;;;; Solidago canadensis;9491;unknown;generative dispersule;.46;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.46;;;;1;Tackenberg (2001); Solidago canadensis;9491;unknown;generative dispersule;.24;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.24;.31;.17;;1;Werner & Platt (1976); Solidago canadensis;9491;actual measurement (following LEDA data standards);one-seeded generative dispersule;.36;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.36;;;;;; Solidago canadensis;9491;actual measurement (following LEDA data standards);one-seeded generative dispersule;.4;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.4;;;;;; Solidago canadensis;9491;actual measurement (following LEDA data standards);one-seeded generative dispersule;.43;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.43;;;;;; Solidago canadensis;9491;actual measurement (following LEDA data standards);one-seeded generative dispersule;.35;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.35;;;;;; Solidago canadensis;9491;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.32;;;;;; Solidago canadensis;9491;actual measurement (following LEDA data standards);one-seeded generative dispersule;.39;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.39;;;;;; Solidago canadensis;9491;actual measurement (following LEDA data standards);one-seeded generative dispersule;.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.33;;;;;; Solidago canadensis;9491;actual measurement (following LEDA data standards);one-seeded generative dispersule;.37;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.37;;;;;; Solidago canadensis;9491;actual measurement (following LEDA data standards);one-seeded generative dispersule;.35;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.35;;;;;; Solidago canadensis;9491;actual measurement (following LEDA data standards);one-seeded generative dispersule;.37;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.37;;;;;; Solidago canadensis;9491;unknown;generative dispersule;.25;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.25;;;;1;Schulz & al. (1991); Solidago canadensis;9491;actual measurement (following LEDA data standards);one-seeded generative dispersule;.37;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.37;.43;.32;.37;;Preaggregated data obtained from single record.; Solidago gigantea;10023;actual measurement (following LEDA data standards);one-seeded generative dispersule;.57;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.6;.79;.47;.57;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Solidago gigantea;10023;actual measurement (following LEDA data standards);one-seeded generative dispersule;.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.55;;;;;seeds collected by Ute Schadek (Oldenburg); Solidago gigantea;10023;actual measurement (following LEDA data standards);one-seeded generative dispersule;.76;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.76;;;;;seeds collected by Ute Schadek (Oldenburg); Solidago gigantea;10023;actual measurement (following LEDA data standards);one-seeded generative dispersule;.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.55;;;;;seeds collected by Ute Schadek (Oldenburg); Solidago gigantea;10023;unknown;generative dispersule;.24;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.24;;;;1;Werner & Platt (1976); Solidago gigantea;10023;actual measurement (following LEDA data standards);one-seeded generative dispersule;.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.79;;;;;seeds collected by Ute Schadek (Oldenburg); Solidago gigantea;10023;actual measurement (following LEDA data standards);one-seeded generative dispersule;.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.47;;;;;seeds collected by Ute Schadek (Oldenburg); Solidago gigantea;10023;actual measurement (following LEDA data standards);one-seeded generative dispersule;.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.6;;;;;seeds collected by Ute Schadek (Oldenburg); Solidago gigantea;10023;actual measurement (following LEDA data standards);one-seeded generative dispersule;.59;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.59;;;;;seeds collected by Ute Schadek (Oldenburg); Solidago gigantea;10023;actual measurement (following LEDA data standards);one-seeded generative dispersule;.56;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.56;;;;;seeds collected by Ute Schadek (Oldenburg); Solidago gigantea;10023;actual measurement (following LEDA data standards);one-seeded generative dispersule;.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.57;;;;;seeds collected by Ute Schadek (Oldenburg); Solidago gigantea;10023;actual measurement (following LEDA data standards);one-seeded generative dispersule;.54;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.54;;;;;seeds collected by Ute Schadek (Oldenburg); Solidago gigantea;10023;actual measurement;one-seeded generative dispersule;.35;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.35;.47;.29;;;; Solidago graminifolia;9892;unknown;generative dispersule;.165;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.165;.21;.12;;1;Werner & Platt (1976); Solidago virgaurea;9820;actual measurement;one-seeded generative dispersule;.56;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.56;.65;.48;;;; Solidago virgaurea;9820;actual measurement (following LEDA data standards);one-seeded generative dispersule;.75;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.7;.83;.41;.75;;Preaggregated data obtained from single record.; Solidago virgaurea;9820;actual measurement;one-seeded generative dispersule;.71;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.71;.9;.49;;;; Solidago virgaurea;9820;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.83;;;;;; Solidago virgaurea;9820;actual measurement (following LEDA data standards);one-seeded generative dispersule;.57;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.57;;;;;; Solidago virgaurea;9820;actual measurement (following LEDA data standards);one-seeded generative dispersule;.64;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.64;;;;;; Solidago virgaurea;9820;actual measurement (following LEDA data standards);one-seeded generative dispersule;.77;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.77;;;;;; Solidago virgaurea;9820;actual measurement (following LEDA data standards);one-seeded generative dispersule;.73;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.73;;;;;; Solidago virgaurea;9820;actual measurement (following LEDA data standards);one-seeded generative dispersule;.8;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.8;;;;;; Solidago virgaurea;9820;actual measurement (following LEDA data standards);one-seeded generative dispersule;.41;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.41;;;;;; Solidago virgaurea;9820;actual measurement (following LEDA data standards);one-seeded generative dispersule;.76;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.76;;;;;; Solidago virgaurea;9820;actual measurement (following LEDA data standards);one-seeded generative dispersule;.78;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.78;;;;;; Solidago virgaurea;9820;actual measurement (following LEDA data standards);one-seeded generative dispersule;.69;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.69;;;;;; Solidago virgaurea;9820;unknown;generative dispersule;.54;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.54;;;;1;Tackenberg (2001); Solidago virgaurea;9820;unknown;generative dispersule;.33;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.33;;;;1;Schulz & al. (1991); Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.33;.41;.19;.32;;Preaggregated data obtained from single record.; Sonchus arvensis;10586;unknown;generative dispersule;.24;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.24;;;;1;Sheldon & Burrows (1973); Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;.31;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.31;;;;;; Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;.31;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.31;;;;;; Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;.31;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.31;;;;;; Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;.41;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.41;;;;;; Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.32;;;;;; Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;.35;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.35;;;;;; Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.19;;;;;; Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;.4;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.4;;;;;; Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;.37;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.37;;;;;; Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;.28;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.28;;;;;; Sonchus arvensis;10586;unknown;generative dispersule;.26;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.26;;;;1;Askew & al. (1997); Sonchus arvensis;10586;unknown;generative dispersule;.225;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.225;.25;.2;;1;Müller-Schneider (1986); Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.09;;;;;; Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;.78;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.78;;;;;; Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;.95;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.95;;;;;; Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;.96;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.96;;;;;; Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.3;;;;;; Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.01;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.01;;;;;; Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;.76;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);.76;;;;;; Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.14;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.14;;;;;; Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.29;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.29;;;;;; Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.13;;;;;; Sonchus arvensis;10586;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.04;1.3;.76;1.05;;Preaggregated data obtained from single record.; Sonchus arvensis;10586;actual measurement;one-seeded generative dispersule;.19;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.19;.21;.17;;;; Sonchus arvensis;10586;actual measurement;one-seeded generative dispersule;.25;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.25;.3;.22;;;; Sonchus asper;9413;actual measurement (following LEDA data standards);one-seeded generative dispersule;.34;8;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.31;.37;.19;.34;;Preaggregated data obtained from single record.; Sonchus asper;9413;actual measurement (following LEDA data standards);one-seeded generative dispersule;.34;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.34;;;;;; Sonchus asper;9413;actual measurement (following LEDA data standards);one-seeded generative dispersule;.3;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.3;;;;;; Sonchus asper;9413;actual measurement (following LEDA data standards);one-seeded generative dispersule;.34;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.34;;;;;; Sonchus asper;9413;actual measurement (following LEDA data standards);one-seeded generative dispersule;.37;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.37;;;;;; Sonchus asper;9413;actual measurement (following LEDA data standards);one-seeded generative dispersule;.19;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.19;;;;;; Sonchus asper;9413;actual measurement (following LEDA data standards);one-seeded generative dispersule;.21;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.21;;;;;; Sonchus asper;9413;actual measurement (following LEDA data standards);one-seeded generative dispersule;.35;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.35;;;;;; Sonchus asper;9413;actual measurement (following LEDA data standards);one-seeded generative dispersule;.36;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.36;;;;;; Sonchus asper;9413;actual measurement;one-seeded generative dispersule;.37;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.37;.57;.22;;;; Sonchus asper;9413;actual measurement;one-seeded generative dispersule;.34;5;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.34;.47;.14;;;; Sonchus asper;9413;actual measurement;one-seeded generative dispersule;.23;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.23;.3;.12;;;; Sonchus oleraceus;10587;actual measurement;one-seeded generative dispersule;.25;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.25;.3;.21;;;; Sonchus oleraceus;10587;actual measurement (following LEDA data standards);one-seeded generative dispersule;.41;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.42;.58;.31;.41;;Preaggregated data obtained from single record.; Sonchus oleraceus;10587;unknown;generative dispersule;.28;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.28;;;;1;Andersen (1993); Sonchus oleraceus;10587;unknown;generative dispersule;.37;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.37;;;;1;Askew & al. (1997); Sonchus oleraceus;10587;unknown;generative dispersule;.25;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.25;;;;1;Andersen (1992); Sonchus oleraceus;10587;unknown;generative dispersule;.34;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.34;;;;1;Andersen (1991); Sonchus oleraceus;10587;unknown;generative dispersule;.29;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.29;;;;1;Ridley (1930); Sonchus oleraceus;10587;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.32;;;;;; Sonchus oleraceus;10587;actual measurement (following LEDA data standards);one-seeded generative dispersule;.58;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.58;;;;;; Sonchus oleraceus;10587;actual measurement (following LEDA data standards);one-seeded generative dispersule;.4;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.4;;;;;; Sonchus oleraceus;10587;actual measurement (following LEDA data standards);one-seeded generative dispersule;.4;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.4;;;;;; Sonchus oleraceus;10587;actual measurement (following LEDA data standards);one-seeded generative dispersule;.53;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.53;;;;;; Sonchus oleraceus;10587;actual measurement (following LEDA data standards);one-seeded generative dispersule;.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.38;;;;;; Sonchus oleraceus;10587;actual measurement (following LEDA data standards);one-seeded generative dispersule;.46;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.46;;;;;; Sonchus oleraceus;10587;actual measurement (following LEDA data standards);one-seeded generative dispersule;.41;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.41;;;;;; Sonchus oleraceus;10587;actual measurement (following LEDA data standards);one-seeded generative dispersule;.43;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.43;;;;;; Sonchus oleraceus;10587;actual measurement (following LEDA data standards);one-seeded generative dispersule;.31;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.31;;;;;; Sonchus oleraceus;10587;unknown;generative dispersule;.49;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.49;;;;1;Tackenberg (2001); Sonchus oleraceus;10587;unknown;generative dispersule;.27;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.27;;;;1;Müller-Schneider (1986); Sonchus oleraceus;10587;unknown;generative dispersule;.29;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.29;;;;1;Müller-Schneider (1977); Sonchus oleraceus;10587;unknown;generative dispersule;.36;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.36;;;;1;Sheldon & Burrows (1973); Sonchus palustris;9894;actual measurement (following LEDA data standards);one-seeded generative dispersule;.23;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.23;;;;;; Sonchus palustris;9894;actual measurement (following LEDA data standards);one-seeded generative dispersule;.32;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.32;;;;;; Sonchus palustris;9894;actual measurement (following LEDA data standards);one-seeded generative dispersule;.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.38;;;;;; Sonchus palustris;9894;actual measurement (following LEDA data standards);one-seeded generative dispersule;.35;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.35;;;;;; Sonchus palustris;9894;actual measurement (following LEDA data standards);one-seeded generative dispersule;.43;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.43;;;;;; Sonchus palustris;9894;actual measurement (following LEDA data standards);one-seeded generative dispersule;.35;5;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.34;.43;.23;.35;;Preaggregated data obtained from single record.; Sorbus aria;30087;actual measurement (following LEDA data standards);germinule;4.24;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.25;4.39;4.1;4.24;;Preaggregated data obtained from single record.cleaned seed; Sorbus aria;30087;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;cleaned seed; Sorbus aria;30087;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;cleaned seed; Sorbus aria;30087;actual measurement (following LEDA data standards);germinule;4.39;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.39;;;;;cleaned seed; Sorbus aria;30087;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;cleaned seed; Sorbus aria;30087;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;cleaned seed; Sorbus aria;30087;actual measurement (following LEDA data standards);germinule;4.31;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.31;;;;;cleaned seed; Sorbus aria;30087;actual measurement (following LEDA data standards);germinule;4.31;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.31;;;;;cleaned seed; Sorbus aria;30087;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;cleaned seed; Sorbus aria;30087;actual measurement (following LEDA data standards);germinule;4.31;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.31;;;;;cleaned seed; Sorbus aria;30087;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;cleaned seed; Sorghum bicolor;43458;actual measurement;one-seeded generative dispersule;5.71;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.71;;;;;cultivated; Sorghum halepense;43116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;2.4;1.95;2.21;;Preaggregated data obtained from single record.; Sorghum halepense;43116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.25;;;;;; Sorghum halepense;43116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Sorghum halepense;43116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Sorghum halepense;43116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Sorghum halepense;43116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.34;;;;;; Sorghum halepense;43116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.34;;;;;; Sorghum halepense;43116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Sorghum halepense;43116;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.95;;;;;; Sorghum halepense;43116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.34;;;;;; Sorghum halepense;43116;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Sparganium erectum;43993;actual measurement;one-seeded generative dispersule;3.61;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.61;3.91;3.16;;;; Sparganium erectum;43993;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.88;8;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.89;4.31;3.52;3.88;;Preaggregated data obtained from single record.; Sparganium erectum;43993;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Sparganium erectum;43993;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Sparganium erectum;43993;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.31;;;;;; Sparganium erectum;43993;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Sparganium erectum;43993;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.03;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.03;;;;;; Sparganium erectum;43993;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Sparganium erectum;43993;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Sparganium erectum;43993;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.57;;;;;; Sparganium minimum;43999;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;; Sparganium minimum;43999;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Sparganium minimum;43999;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;; Sparganium minimum;43999;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Sparganium minimum;43999;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Sparganium minimum;43999;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Sparganium minimum;43999;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.38;;;;;; Sparganium minimum;43999;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.69;;;;;; Sparganium minimum;43999;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Sparganium minimum;43999;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Sparganium minimum;43999;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.68;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.68;2.87;2.38;2.68;;Preaggregated data obtained from single record.; Spartina x townsendii;43118;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.71;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.74;3.25;2.43;2.71;;Preaggregated data obtained from single record.; Spartina x townsendii;43118;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Spartina x townsendii;43118;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Spartina x townsendii;43118;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.25;;;;;; Spartina x townsendii;43118;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Spartina x townsendii;43118;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Spartina x townsendii;43118;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.45;;;;;; Spartina x townsendii;43118;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Spartina x townsendii;43118;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.45;;;;;; Spartina x townsendii;43118;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Spartina x townsendii;43118;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Spergula arvensis;16731;actual measurement;one-seeded generative dispersule;3.15;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.15;3.57;2.53;;;; Spergula morisonii;17638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.26;;;;;; Spergula morisonii;17638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.51;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.51;;;;;; Spergula morisonii;17638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.22;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.25;1.51;1.08;1.22;;Preaggregated data obtained from single record.; Spergula morisonii;17638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.1;;;;;; Spergula morisonii;17638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.19;;;;;; Spergula morisonii;17638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.08;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.08;;;;;; Spergula morisonii;17638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.25;;;;;; Spergula morisonii;17638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.14;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.14;;;;;; Spergula morisonii;17638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.17;;;;;; Spergula morisonii;17638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.24;;;;;; Spergula morisonii;17638;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.51;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.51;;;;;; Spergula morisonii;17638;unknown;generative dispersule;.97;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.97;;;;1;Tackenberg (2001); Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;.9;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.9;;;;;; Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.91;;;;;; Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;.83;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.83;;;;;; Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;.91;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.89;.97;.81;.91;;Preaggregated data obtained from single record.; Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.9;;;;;; Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.94;;;;;; Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;.92;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.92;;;;;; Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.33;;;;;; Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;.92;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.92;;;;;; Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;.93;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.93;;;;;; Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.3;;;;;; Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;.89;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.89;;;;;; Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.97;;;;;; Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;.93;9;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.01;1.33;.89;.93;;Preaggregated data obtained from single record.; Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.88;;;;;; Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.92;;;;;; Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;.92;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.92;;;;;; Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;.96;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.96;;;;;; Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;.82;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.82;;;;;; Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.97;;;;;; Spergularia echinosperma;15958;actual measurement (following LEDA data standards);one-seeded generative dispersule;.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.81;;;;;; Spergularia marina;17645;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.39;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.39;;;;;; Spergularia marina;17645;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.41;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.41;;;;;; Spergularia marina;17645;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.24;;;;;; Spergularia marina;17645;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.37;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.35;1.45;1.24;1.37;;Preaggregated data obtained from single record.; Spergularia marina;17645;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.4;;;;;; Spergularia marina;17645;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.27;;;;;; Spergularia marina;17645;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.3;;;;;; Spergularia marina;17645;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.35;;;;;; Spergularia marina;17645;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.32;;;;;; Spergularia marina;17645;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.45;;;;;; Spergularia marina;17645;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.41;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.41;;;;;; Spergularia marina;17645;actual measurement (following LEDA data standards);germinule;1.54;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.55;1.74;1.39;1.54;;Preaggregated data obtained from single record.; Spergularia marina;17645;actual measurement (following LEDA data standards);germinule;1.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.43;;;;;; Spergularia marina;17645;actual measurement (following LEDA data standards);germinule;1.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.68;;;;;; Spergularia marina;17645;actual measurement (following LEDA data standards);germinule;1.7;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.7;;;;;; Spergularia marina;17645;actual measurement (following LEDA data standards);germinule;1.74;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.74;;;;;; Spergularia marina;17645;actual measurement (following LEDA data standards);germinule;1.39;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.39;;;;;; Spergularia marina;17645;actual measurement (following LEDA data standards);germinule;1.48;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.48;;;;;; Spergularia marina;17645;actual measurement (following LEDA data standards);germinule;1.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.43;;;;;; Spergularia marina;17645;actual measurement (following LEDA data standards);germinule;1.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.52;;;;;; Spergularia marina;17645;actual measurement (following LEDA data standards);germinule;1.61;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.61;;;;;; Spergularia marina;17645;actual measurement (following LEDA data standards);germinule;1.56;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.56;;;;;; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;.91;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.93;1.15;.82;.91;;Preaggregated data obtained from single record.; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;.92;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.92;;;;;; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;.88;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.88;;;;;; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;.82;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.82;;;;;; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;.88;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.88;;;;;; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;.85;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.85;;;;;; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.91;;;;;; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;.9;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.9;;;;;; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1;;;;;; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;.94;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.94;;;;;; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.15;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.15;;;;;; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.75;;;;;; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.97;;;;;; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.97;;;;;; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.8;;;;;; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.95;;;;;; Spergularia media;16741;actual measurement;one-seeded generative dispersule;1.69;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.69;1.89;1.57;;;; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.96;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.03;2.72;1.75;1.96;;Preaggregated data obtained from single record.; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.75;;;;;; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.88;;;;;; Spergularia media;16741;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.23;;;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);germinule;1.46;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.46;;;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);germinule;1.41;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.41;;;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);germinule;1.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.47;;;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);germinule;1.54;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.54;;;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);germinule;1.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.29;;;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);germinule;1.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.31;;;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);germinule;1.48;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.48;;;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);germinule;1.27;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.27;;;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);germinule;1.32;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.32;;;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);germinule;1.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.68;;;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.16;1.45;.89;1.13;;Preaggregated data obtained from single record.; Spergularia rubra;17650;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.09;;;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);one-seeded generative dispersule;.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.94;;;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.27;;;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.27;;;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.45;;;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.13;;;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);one-seeded generative dispersule;.89;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.89;;;;;; Spergularia rubra;17650;actual measurement;one-seeded generative dispersule;1.38;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.38;1.59;1.15;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.12;;;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.05;;;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.36;;;;;; Spergularia rubra;17650;actual measurement (following LEDA data standards);germinule;1.44;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.42;1.68;1.27;1.44;;Preaggregated data obtained from single record.; Spinacia oleracea;18064;actual measurement;unknown;5.9;10;actual fall rate in still air;unknown;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.9;;;;;cultivated; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.06;3.42;2.87;3;;Preaggregated data obtained from single record.; Stachys officinalis;24916;unknown;generative dispersule;2.06;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.06;;;;1;Tackenberg (2001); Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.74;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.71;3.21;2.16;2.74;;Preaggregated data obtained from single record.; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.4;;;;;; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Stachys officinalis;24916;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Stachys officinalis;24916;actual measurement;one-seeded generative dispersule;2.94;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.94;3.38;2.31;;;; Stachys palustris;24921;actual measurement (following LEDA data standards);germinule;2.48;6;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.68;3.79;2.21;2.48;;Preaggregated data obtained from single record.; Stachys palustris;24921;actual measurement;one-seeded generative dispersule;3.82;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.82;3.97;3.62;;;; Stachys palustris;24921;actual measurement (following LEDA data standards);germinule;2.53;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Stachys palustris;24921;actual measurement (following LEDA data standards);germinule;2.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Stachys palustris;24921;actual measurement (following LEDA data standards);germinule;2.78;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Stachys palustris;24921;actual measurement (following LEDA data standards);germinule;2.36;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.36;;;;;; Stachys palustris;24921;actual measurement (following LEDA data standards);germinule;3.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.79;;;;;; Stachys palustris;24921;actual measurement (following LEDA data standards);germinule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Stachys recta;24800;unknown;generative dispersule;2.33;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.33;;;;1;Tackenberg (2001); Stachys recta;24800;unknown;generative dispersule;2.06;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.06;;;;1;Tackenberg (2001); Stachys recta;24800;actual measurement;one-seeded generative dispersule;3.72;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.72;3.97;3.42;;;; Stachys sylvatica;24023;actual measurement (following LEDA data standards);germinule;3.13;9;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.1;3.91;2.43;3.13;;Preaggregated data obtained from single record.; Stachys sylvatica;24023;actual measurement (following LEDA data standards);germinule;3.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.85;;;;;; Stachys sylvatica;24023;actual measurement (following LEDA data standards);germinule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Stachys sylvatica;24023;actual measurement;one-seeded generative dispersule;3.89;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.89;4.17;3.52;;;; Stachys sylvatica;24023;actual measurement;one-seeded generative dispersule;3.84;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.84;4.17;3.29;;;; Stachys sylvatica;24023;unknown;generative dispersule;2.39;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.39;;;;1;Tackenberg (2001); Stachys sylvatica;24023;actual measurement (following LEDA data standards);germinule;2.69;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Stachys sylvatica;24023;actual measurement (following LEDA data standards);germinule;3.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.91;;;;;; Stachys sylvatica;24023;actual measurement (following LEDA data standards);germinule;2.63;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Stachys sylvatica;24023;actual measurement (following LEDA data standards);germinule;3.16;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Stachys sylvatica;24023;actual measurement (following LEDA data standards);germinule;2.45;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.45;;;;;; Stachys sylvatica;24023;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Stachys sylvatica;24023;actual measurement (following LEDA data standards);germinule;3.13;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Stellaria graminea;17658;actual measurement;one-seeded generative dispersule;3.08;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.08;3.38;2.78;;;; Stellaria graminea;17658;unknown;generative dispersule;2.06;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.06;;;;1;Tackenberg (2001); Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.86;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.77;2.98;2.5;2.86;;Preaggregated data obtained from single record.; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.68;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.68;3.13;2;2.68;;Preaggregated data obtained from single record.; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.69;;;;;; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.36;;;;;; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Stellaria graminea;17658;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2;;;;;; Stellaria holostea;16753;actual measurement (following LEDA data standards);germinule;3.79;5;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.79;4.1;3.57;3.79;;Preaggregated data obtained from single record.; Stellaria holostea;16753;actual measurement (following LEDA data standards);germinule;3.57;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.57;;;;;; Stellaria holostea;16753;actual measurement (following LEDA data standards);germinule;3.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.85;;;;;; Stellaria holostea;16753;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.1;;;;;; Stellaria holostea;16753;actual measurement (following LEDA data standards);germinule;3.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.79;;;;;; Stellaria holostea;16753;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Stellaria media;16755;unknown;generative dispersule;1.33;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.33;;;;1;Tackenberg (2001); Stellaria media;16755;actual measurement;one-seeded generative dispersule;3.01;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.01;3.21;2.78;;;; Stellaria media;16755;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Stellaria media;16755;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Stellaria media;16755;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.96;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.95;3.09;2.75;2.96;;Preaggregated data obtained from single record.; Stellaria media;16755;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Stellaria media;16755;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Stellaria media;16755;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Stellaria media;16755;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Stellaria media;16755;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Stellaria media;16755;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Stellaria media;16755;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Stellaria media;16755;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Stellaria nemorum;16761;actual measurement (following LEDA data standards);germinule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Stellaria nemorum;16761;actual measurement (following LEDA data standards);germinule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Stellaria nemorum;16761;actual measurement (following LEDA data standards);germinule;2.69;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Stellaria nemorum;16761;actual measurement (following LEDA data standards);germinule;2.55;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.55;;;;;; Stellaria nemorum;16761;actual measurement (following LEDA data standards);germinule;2.63;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Stellaria nemorum;16761;actual measurement (following LEDA data standards);germinule;2.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.29;;;;;; Stellaria nemorum;16761;actual measurement (following LEDA data standards);germinule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Stellaria nemorum;16761;actual measurement (following LEDA data standards);germinule;2.84;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.84;;;;;; Stellaria nemorum;16761;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.44;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;2.6;2.34;2.44;;Preaggregated data obtained from single record.; Stellaria nemorum;16761;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;; Stellaria nemorum;16761;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.4;;;;;; Stellaria nemorum;16761;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;; Stellaria nemorum;16761;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;; Stellaria nemorum;16761;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;; Stellaria nemorum;16761;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.4;;;;;; Stellaria nemorum;16761;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.38;;;;;; Stellaria nemorum;16761;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Stellaria nemorum;16761;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;; Stellaria nemorum;16761;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;; Stellaria nemorum;16761;actual measurement (following LEDA data standards);germinule;2.49;8;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.54;2.84;2.29;2.49;;Preaggregated data obtained from single record.; Stellaria palustris;17304;actual measurement (following LEDA data standards);germinule;3.16;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Stellaria palustris;17304;actual measurement (following LEDA data standards);germinule;3.16;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Stellaria palustris;17304;actual measurement (following LEDA data standards);germinule;2.87;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.87;;;;;; Stellaria palustris;17304;actual measurement (following LEDA data standards);germinule;3.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Stellaria palustris;17304;actual measurement (following LEDA data standards);germinule;3.09;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Stellaria palustris;17304;actual measurement (following LEDA data standards);germinule;2.94;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;;;;;; Stellaria palustris;17304;actual measurement (following LEDA data standards);germinule;3.07;6;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;3.16;2.87;3.07;;Preaggregated data obtained from single record.; Stellaria uliginosa;17654;actual measurement;one-seeded generative dispersule;1.78;3;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.78;1.89;1.72;;;; Stipa capillata;42956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;; Stipa capillata;42956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Stipa capillata;42956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;; Stipa capillata;42956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Stipa capillata;42956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Stipa capillata;42956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;2.91;2.17;2.63;;Preaggregated data obtained from single record.; Stipa capillata;42956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Stipa capillata;42956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;; Stipa capillata;42956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.81;;;;;; Stipa capillata;42956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.25;;;;;; Stipa capillata;42956;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Stipa capillata;42956;unknown;generative dispersule;1.74;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.74;;;;1;Tackenberg (2001); Stipa capillata;42956;unknown;generative dispersule;1.84;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.84;;;;1;Hensen & Müller (1997); Stipa pennata;42760;actual measurement (following LEDA data standards);germinule;3.62;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.67;3.91;3.47;3.62;;Preaggregated data obtained from single record.awns missing; Stipa pennata;42760;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;awns missing; Stipa pennata;42760;actual measurement (following LEDA data standards);germinule;3.91;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;awns missing; Stipa pennata;42760;actual measurement (following LEDA data standards);germinule;3.85;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.85;;;;;awns missing; Stipa pennata;42760;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;awns missing; Stipa pennata;42760;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;awns missing; Stipa pennata;42760;actual measurement (following LEDA data standards);germinule;3.79;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;awns missing; Stipa pennata;42760;actual measurement (following LEDA data standards);germinule;3.57;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;awns missing; Stipa pennata;42760;actual measurement (following LEDA data standards);germinule;3.57;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;awns missing; Stipa pennata;42760;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;awns missing; Stipa pennata;42760;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;awns missing; Stipa pennata;42760;actual measurement;one-seeded generative dispersule;.84;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.84;1.28;.62;;;; Stipa pennata;42760;unknown;generative dispersule;1.3;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.3;;;;1;Luftensteiner (1982); Stipa pulcherrima;42556;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.24;;;;;; Stipa pulcherrima;42556;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.82;2.36;1.24;1.75;;Preaggregated data obtained from single record.; Stipa pulcherrima;42556;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.05;;;;;; Stipa pulcherrima;42556;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.1;;;;;; Stipa pulcherrima;42556;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.66;;;;;; Stipa pulcherrima;42556;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.76;;;;;; Stipa pulcherrima;42556;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.5;;;;;; Stipa pulcherrima;42556;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.63;;;;;; Stipa pulcherrima;42556;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.19;;;;;; Stipa pulcherrima;42556;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.74;;;;;; Stipa pulcherrima;42556;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.36;;;;;; Suaeda maritima;17972;actual measurement;unknown;2.88;10;actual fall rate in still air;unknown;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.88;3.25;2.48;;;; Suaeda maritima;17972;actual measurement;germinule;3.16;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.16;3.52;2.78;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);germinule;2.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);germinule;2.69;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);germinule;2.48;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.48;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);germinule;2.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);germinule;3.09;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);germinule;3.09;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.07;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;3.33;2.91;3.07;;Preaggregated data obtained from single record.; Suaeda maritima;17972;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.4;4;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.37;3.47;3.21;3.4;;Preaggregated data obtained from single record.; Suaeda maritima;17972;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Suaeda maritima;17972;actual measurement (following LEDA data standards);germinule;3.09;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.08;3.42;2.48;3.09;;Preaggregated data obtained from single record.; Suaeda vera;17986;actual measurement;germinule;2.8;9;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.8;3.09;2.43;;;; Succisa pratensis;19186;actual measurement;one-seeded generative dispersule;2.53;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.53;2.87;2.29;;;; Succisa pratensis;19186;actual measurement;one-seeded generative dispersule;2.44;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.44;2.69;2.27;;;; Succisa pratensis;19186;actual measurement;one-seeded generative dispersule;2.25;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.25;2.75;1.75;;;; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.73;3.01;2.36;2.72;;Preaggregated data obtained from single record.; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.19;;;;;; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.29;;;;;; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.25;;;;;; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Succisa pratensis;19186;unknown;generative dispersule;1.82;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.82;;;;1;Tackenberg (2001); Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.36;;;;;; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;;;;;; Succisa pratensis;19186;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.28;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;2.69;2.19;2.28;;Preaggregated data obtained from single record.; Succisella inflexa;19319;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Succisella inflexa;19319;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Succisella inflexa;19319;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.83;6;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.79;2.87;2.63;2.83;;Preaggregated data obtained from single record.; Succisella inflexa;19319;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Succisella inflexa;19319;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Succisella inflexa;19319;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.84;;;;;; Succisella inflexa;19319;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Swertia perennis;22863;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.38;;;;;some wings broken; Swertia perennis;22863;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.35;;;;;some wings broken; Swertia perennis;22863;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.52;;;;;some wings broken; Swertia perennis;22863;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;some wings broken; Swertia perennis;22863;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.7;;;;;some wings broken; Swertia perennis;22863;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;some wings broken; Swertia perennis;22863;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.69;;;;;some wings broken; Swertia perennis;22863;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.77;;;;;some wings broken; Swertia perennis;22863;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.76;;;;;some wings broken; Swertia perennis;22863;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;9;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.77;2.45;1.35;1.7;;Preaggregated data obtained from single record.some wings broken; Symphytum officinale;11757;actual measurement;one-seeded generative dispersule;4.52;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.52;4.63;4.31;;;; Symphytum tuberosum;11764;actual measurement;one-seeded generative dispersule;4.35;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.35;4.46;4.24;;;; Syringa vulgaris;26377;actual measurement;one-seeded generative dispersule;2.67;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.67;;;;;cultivated; Tanacetum corymbosum;9823;actual measurement;germinule;1.72;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.72;2.02;1.36;;;; Tanacetum corymbosum;9823;unknown;generative dispersule;1.83;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.83;;;;1;Tackenberg (2001); Tanacetum vulgare;10128;actual measurement;one-seeded generative dispersule;2.33;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.33;2.45;2.08;;;; Tanacetum vulgare;10128;unknown;generative dispersule;1.05;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.05;1.06;1.04;;1;Jongejans & Schippers (1999); Taraxacum Sec. Erythrosperma;9235;actual measurement (following LEDA data standards);one-seeded generative dispersule;.47;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.51;.66;.43;.47;;Preaggregated data obtained from single record.; Taraxacum Sec. Erythrosperma;9235;actual measurement (following LEDA data standards);one-seeded generative dispersule;.46;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.46;;;;;; Taraxacum Sec. Erythrosperma;9235;actual measurement (following LEDA data standards);one-seeded generative dispersule;.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.47;;;;;; Taraxacum Sec. Erythrosperma;9235;actual measurement (following LEDA data standards);one-seeded generative dispersule;.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.43;;;;;; Taraxacum Sec. Erythrosperma;9235;actual measurement (following LEDA data standards);one-seeded generative dispersule;.44;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.44;;;;;; Taraxacum Sec. Erythrosperma;9235;actual measurement (following LEDA data standards);one-seeded generative dispersule;.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.57;;;;;; Taraxacum Sec. Erythrosperma;9235;actual measurement (following LEDA data standards);one-seeded generative dispersule;.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.66;;;;;; Taraxacum Sec. Erythrosperma;9235;actual measurement (following LEDA data standards);one-seeded generative dispersule;.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.45;;;;;; Taraxacum Sec. Erythrosperma;9235;actual measurement (following LEDA data standards);one-seeded generative dispersule;.51;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.51;;;;;; Taraxacum Sec. Erythrosperma;9235;actual measurement (following LEDA data standards);one-seeded generative dispersule;.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.47;;;;;; Taraxacum Sec. Erythrosperma;9235;actual measurement (following LEDA data standards);one-seeded generative dispersule;.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.63;;;;;; Taraxacum Sec. Ruderalia;59373;unknown;generative dispersule;.48;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.48;;;;1;Tackenberg (2001); Taraxacum Sec. Ruderalia;59373;unknown;generative dispersule;.41;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.41;;;;1;Tackenberg (2001); Taraxacum Sec. Ruderalia;59373;unknown;generative dispersule;.4;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.4;;;;1;Tackenberg (2001); Taraxacum Sec. Ruderalia;59373;unknown;generative dispersule;.36;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.36;.42;.3;;1;Matlack (1987); Taraxacum Sec. Ruderalia;59373;unknown;generative dispersule;.46;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.46;;;;1;Luftensteiner (1982); Taraxacum Sec. Ruderalia;59373;unknown;generative dispersule;.33;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.33;;;;1;Müller-Schneider (1977); Taraxacum Sec. Ruderalia;59373;unknown;generative dispersule;.385;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.385;.43;.34;;1;Jongejans & Schippers (1999); Taraxacum Sec. Ruderalia;59373;unknown;generative dispersule;.36;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.36;;;;1;Sheldon & Burrows (1973); Taraxacum Sec. Ruderalia;59373;unknown;generative dispersule;.45;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.45;;;;1;Greene & Johnson (1990); Taraxacum Sec. Ruderalia;59373;unknown;generative dispersule;.1;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.1;;;;1;Schmidt (1918); Taraxacum Sec. Ruderalia;59373;unknown;generative dispersule;.325;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.325;.33;.32;;1;Schulz & al. (1991); Taraxacum Sec. Ruderalia;59373;unknown;generative dispersule;.31;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.31;;;;1;Andersen (1992); Taraxacum Sec. Ruderalia;59373;unknown;generative dispersule;.66;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.66;;;;1;Andersen (1993); Taraxacum Sec. Ruderalia;59373;unknown;generative dispersule;.43;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.43;;;;1;Askew & al. (1997); Taraxacum laevigatum ag.;59280;unknown;generative dispersule;.45;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.45;;;;1;Andersen (1993); Taraxacum laevigatum ag.;59280;unknown;generative dispersule;.26;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.26;;;;1;Müller-Schneider (1986); Taraxacum species;9261;actual measurement;one-seeded generative dispersule;.48;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.48;;;;;; Taraxacum species;9261;actual measurement;one-seeded generative dispersule;.74;5;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.74;1.35;.42;;;; Teesdalia nudicaulis;13470;unknown;generative dispersule;2.06;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.06;;;;1;Tackenberg (2001); Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.3;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.3;2.43;2.21;2.3;;Preaggregated data obtained from single record.seeds collected by Michael Kleyer (Oldenburg); Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;; Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;; Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.62;2.87;2;2.63;;Preaggregated data obtained from single record.; Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;seeds collected by Michael Kleyer (Oldenburg); Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;seeds collected by Michael Kleyer (Oldenburg); Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.23;;;;;seeds collected by Michael Kleyer (Oldenburg); Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.21;;;;;seeds collected by Michael Kleyer (Oldenburg); Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;seeds collected by Michael Kleyer (Oldenburg); Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.31;;;;;seeds collected by Michael Kleyer (Oldenburg); Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.36;;;;;seeds collected by Michael Kleyer (Oldenburg); Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.31;;;;;seeds collected by Michael Kleyer (Oldenburg); Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.38;;;;;seeds collected by Michael Kleyer (Oldenburg); Teesdalia nudicaulis;13470;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.23;;;;;seeds collected by Michael Kleyer (Oldenburg); Telekia speciosissima;10339;actual measurement;one-seeded generative dispersule;1.61;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.61;2.05;1.11;;;; Tetragonolobus maritimus;21564;unknown;generative dispersule;3.47;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.47;;;;1;Maurer & St?in (unpublished); Teucrium chamaedrys;24813;unknown;generative dispersule;.49;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.49;;;;1;Tackenberg (2001); Teucrium chamaedrys;24813;actual measurement;one-seeded generative dispersule;3.82;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.82;4.17;3.42;;;; Teucrium montanum;23362;unknown;generative dispersule;2.21;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.21;;;;1;Tackenberg (2001); Teucrium montanum;23362;actual measurement;one-seeded generative dispersule;2.8;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.8;3.13;2.43;;;; Teucrium scorodonia;24460;actual measurement;one-seeded generative dispersule;3.79;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.79;4.1;3.13;;;; Teucrium scorodonia;24460;actual measurement;one-seeded generative dispersule;3.89;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.89;4.1;3.38;;;; Thalictrum flavum;26674;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Thalictrum flavum;26674;actual measurement (following LEDA data standards);germinule;3.57;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.57;;;;;; Thalictrum flavum;26674;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Thalictrum flavum;26674;actual measurement (following LEDA data standards);germinule;2.55;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.55;;;;;; Thalictrum flavum;26674;actual measurement (following LEDA data standards);germinule;2.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.29;;;;;; Thalictrum flavum;26674;actual measurement (following LEDA data standards);germinule;3.16;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.16;;;;;; Thalictrum flavum;26674;actual measurement (following LEDA data standards);germinule;2.58;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.58;;;;;; Thalictrum flavum;26674;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Thalictrum flavum;26674;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Thalictrum flavum;26674;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Thalictrum flavum;26674;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Thalictrum flavum;26674;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;; Thalictrum flavum;26674;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Thalictrum flavum;26674;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;; Thalictrum flavum;26674;actual measurement (following LEDA data standards);germinule;3.34;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.1;3.57;2.29;3.34;;Preaggregated data obtained from single record.; Thalictrum flavum;26674;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;2.87;2.45;2.75;;Preaggregated data obtained from single record.; Thalictrum flavum;26674;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Thalictrum flavum;26674;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.81;;;;;; Thalictrum flavum;26674;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Thalictrum flavum;26674;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;; Thalictrum flavum;26674;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;; Thalictrum flavum;26674;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.69;;;;;; Thalictrum lucidum;26571;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.69;;;;;; Thalictrum lucidum;26571;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Thalictrum lucidum;26571;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Thalictrum lucidum;26571;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Thalictrum lucidum;26571;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Thalictrum lucidum;26571;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;9;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;3.21;2.6;2.87;;Preaggregated data obtained from single record.; Thalictrum lucidum;26571;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Thalictrum lucidum;26571;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Thalictrum lucidum;26571;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Thalictrum lucidum;26571;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);germinule;2.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);germinule;3.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.21;;;;;; Thalictrum minus;26547;actual measurement;one-seeded generative dispersule;3.53;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.53;3.85;3.16;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);germinule;2.77;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.73;3.68;1.95;2.77;;Preaggregated data obtained from single record.; Thalictrum minus;26547;actual measurement (following LEDA data standards);germinule;2.75;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);germinule;2.55;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.55;;;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);germinule;2.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);germinule;2.78;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);germinule;1.95;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.95;;;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);germinule;2.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.29;;;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);germinule;2.84;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.84;;;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.4;;;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.31;;;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.4;;;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.21;;;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.38;;;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;; Thalictrum minus;26547;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.42;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;2.84;2.21;2.42;;Preaggregated data obtained from single record.; Thesium alpinum;32434;unknown;generative dispersule;2.86;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.86;;;;1;Maurer & Stöcklin (unpublished); Thesium bavarum;32443;actual measurement;one-seeded generative dispersule;3.98;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.98;4.46;3.57;;;; Thesium pyrenaicum;32417;unknown;generative dispersule;2.64;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.64;;;;1;Maurer & Stöcklin (unpublished); Thlaspi alliaceum;13472;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.24;2;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.24;2.34;2.14;2.24;;Preaggregated data obtained from single record.only two viable seeds; Thlaspi alliaceum;13472;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.14;;;;;only two viable seeds; Thlaspi alliaceum;13472;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;only two viable seeds; Thlaspi arvense;13825;unknown;generative dispersule;2.13;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.13;;;;1;Tackenberg (2001); Thlaspi arvense;13825;unknown;generative dispersule;2.77;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.77;;;;1;Tackenberg (2001); Thlaspi arvense;13825;actual measurement;one-seeded generative dispersule;3.52;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.52;3.73;3.25;;;; Thlaspi caerulescens;45966;actual measurement;one-seeded generative dispersule;2.85;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.85;3.13;2.45;;;; Thlaspi perfoliatum;14669;unknown;generative dispersule;1.97;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.97;;;;1;Tackenberg (2001); Thlaspi perfoliatum;14669;unknown;generative dispersule;4.02;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);4.02;;;;1;Maurer & Stöcklin (unpublished); Thlaspi perfoliatum;14669;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;9;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.79;2.98;2.55;2.75;;Preaggregated data obtained from single record.; Thlaspi perfoliatum;14669;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Thlaspi perfoliatum;14669;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Thlaspi perfoliatum;14669;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Thlaspi perfoliatum;14669;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Thlaspi perfoliatum;14669;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Thlaspi perfoliatum;14669;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Thlaspi perfoliatum;14669;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.75;;;;;; Thlaspi perfoliatum;14669;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Thlaspi perfoliatum;14669;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.69;;;;;; Thuja plicata;44580;unknown;generative dispersule;1.25;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.25;;;;1;Greene & Johnson (1995); Thymus glabrescens s. decipiens;24081;actual measurement;one-seeded generative dispersule;2.01;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.01;2.31;1.46;;;; Thymus praecox;24924;actual measurement;one-seeded generative dispersule;2.96;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.96;3.25;2.6;;;; Thymus pulegioides;24929;unknown;generative dispersule;1.93;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.93;;;;1;Tackenberg (2001); Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.29;;;;;; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.25;;;;;; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.6;;;;;; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.48;;;;;; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.22;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.21;2.45;2;2.22;;Preaggregated data obtained from single record.; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2;;;;;; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.16;;;;;; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.29;;;;;; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.31;;;;;; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.49;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;2.6;2.25;2.49;;Preaggregated data obtained from single record.; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.27;;;;;; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.17;;;;;; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.16;;;;;; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.05;;;;;; Thymus pulegioides;24929;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.27;;;;;; Thymus serpyllum;24928;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;; Thymus serpyllum;24928;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;; Thymus serpyllum;24928;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;; Thymus serpyllum;24928;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;; Thymus serpyllum;24928;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;; Thymus serpyllum;24928;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.52;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.54;3.05;2;2.52;;Preaggregated data obtained from single record.; Thymus serpyllum;24928;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Thymus serpyllum;24928;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.17;;;;;; Thymus serpyllum;24928;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Thymus serpyllum;24928;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Thymus serpyllum;24928;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Thymus serpyllum;24928;unknown;generative dispersule;1.03;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.03;;;;1;Tackenberg (2001); Thymus serpyllum;24928;unknown;generative dispersule;1.49;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.49;;;;1;Tackenberg (2001); Thymus serpyllum;24928;unknown;generative dispersule;1.33;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.33;;;;1;Tackenberg (2001); Thymus vulgaris;23794;actual measurement;one-seeded generative dispersule;3.58;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.58;;;;;; Tilia cordata;34664;unknown;generative dispersule;1.33;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.33;;;;1;Greene & Johnson (1989a); Tilia platyphyllos;34634;unknown;generative dispersule;1.7;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.7;;;;1;Luftensteiner (1982); Tolpis staticifolia;11441;unknown;generative dispersule;.45681;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.45681;;;;1;Tackenberg (unpublished data); Torilis japonica;1552;unknown;generative dispersule;2.12;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.12;;;;1;Tackenberg (2001); Torilis japonica;1552;actual measurement;one-seeded generative dispersule;3.6;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.6;4.1;2.98;;;; Torilis nodosa;1554;actual measurement;one-seeded generative dispersule;2.87;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.87;3.38;2.58;;;; Tragopogon dubius;9874;actual measurement (following LEDA data standards);one-seeded generative dispersule;.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.38;;;;;seeds collected by Ute Schadek (Oldenburg); Tragopogon dubius;9874;actual measurement (following LEDA data standards);one-seeded generative dispersule;.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.69;;;;;seeds collected by Ute Schadek (Oldenburg); Tragopogon dubius;9874;actual measurement (following LEDA data standards);one-seeded generative dispersule;.55;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.56;.69;.38;.55;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Tragopogon dubius;9874;actual measurement (following LEDA data standards);one-seeded generative dispersule;.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.5;;;;;seeds collected by Ute Schadek (Oldenburg); Tragopogon dubius;9874;actual measurement (following LEDA data standards);one-seeded generative dispersule;.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.55;;;;;seeds collected by Ute Schadek (Oldenburg); Tragopogon dubius;9874;actual measurement (following LEDA data standards);one-seeded generative dispersule;.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.53;;;;;seeds collected by Ute Schadek (Oldenburg); Tragopogon dubius;9874;actual measurement (following LEDA data standards);one-seeded generative dispersule;.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.52;;;;;seeds collected by Ute Schadek (Oldenburg); Tragopogon dubius;9874;actual measurement (following LEDA data standards);one-seeded generative dispersule;.61;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.61;;;;;seeds collected by Ute Schadek (Oldenburg); Tragopogon dubius;9874;actual measurement (following LEDA data standards);one-seeded generative dispersule;.65;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.65;;;;;seeds collected by Ute Schadek (Oldenburg); Tragopogon dubius;9874;actual measurement (following LEDA data standards);one-seeded generative dispersule;.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.58;;;;;seeds collected by Ute Schadek (Oldenburg); Tragopogon dubius;9874;actual measurement (following LEDA data standards);one-seeded generative dispersule;.54;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;.54;;;;;seeds collected by Ute Schadek (Oldenburg); Tragopogon dubius;9874;unknown;generative dispersule;.95;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.95;;;;1;Tackenberg (2001); Tragopogon dubius;9874;unknown;generative dispersule;.29;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.29;;;;1;Luftensteiner (1982); Tragopogon dubius;9874;unknown;generative dispersule;.33;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.33;;;;1;Andersen (1993); Tragopogon dubius;9874;unknown;generative dispersule;.4;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.4;;;;1;Greene & Johnson (1989a); Tragopogon dubius;9874;unknown;generative dispersule;.5;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.5;;;;1;Greene & Johnson (1990); Tragopogon dubius;9874;unknown;generative dispersule;.13;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.13;;;;1;Okubo & Levin (1989); Tragopogon porrifolius;9289;unknown;generative dispersule;.33;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.33;.36;.3;;1;Matlack (1987); Tragopogon pratensis;9791;actual measurement;one-seeded generative dispersule;.72;9;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.72;.93;.25;;;; Tragopogon pratensis;9791;unknown;generative dispersule;.47;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.47;;;;1;Müller-Schneider (1986); Tragopogon pratensis;9791;unknown;generative dispersule;.73;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.73;;;;1;Maurer & Stöcklin (unpublished); Tragopogon pratensis;9791;unknown;generative dispersule;.49;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.49;;;;1;Askew & al. (1997); Tragopogon pratensis;9791;unknown;generative dispersule;.68;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.68;;;;1;Schulz & al. (1991); Tragopogon pratensis s. orientalis;10571;unknown;generative dispersule;.44;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.44;;;;1;Luftensteiner (1982); Tragopogon pratensis s. pratensis;10265;actual measurement (following LEDA data standards);one-seeded generative dispersule;.57;5;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.62;.81;.54;.57;;Preaggregated data obtained from single record.; Tragopogon pratensis s. pratensis;10265;actual measurement (following LEDA data standards);one-seeded generative dispersule;.57;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.57;;;;;; Tragopogon pratensis s. pratensis;10265;actual measurement (following LEDA data standards);one-seeded generative dispersule;.57;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.57;;;;;; Tragopogon pratensis s. pratensis;10265;actual measurement (following LEDA data standards);one-seeded generative dispersule;.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.62;;;;;; Tragopogon pratensis s. pratensis;10265;actual measurement (following LEDA data standards);one-seeded generative dispersule;.81;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.81;;;;;; Tragopogon pratensis s. pratensis;10265;actual measurement (following LEDA data standards);one-seeded generative dispersule;.54;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.54;;;;;; Trientalis europaea;28871;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Trientalis europaea;28871;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.04;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.99;3.16;2.75;3.04;;Preaggregated data obtained from single record.; Trientalis europaea;28871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;; Trientalis europaea;28871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Trientalis europaea;28871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Trientalis europaea;28871;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Trientalis europaea;28871;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Trientalis europaea;28871;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Trientalis europaea;28871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;; Trientalis europaea;28871;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Trientalis europaea;28871;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.75;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;; Trifolium alpinum;22107;actual measurement;one-seeded generative dispersule;1.99;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.99;2.38;1.37;;;; Trifolium alpinum;22107;actual measurement;germinule;4.63;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.63;4.72;4.46;;;; Trifolium arvense;19943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.53;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.52;1.79;1.16;1.53;;Preaggregated data obtained from single record.; Trifolium arvense;19943;actual measurement;one-seeded generative dispersule;1.53;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.53;1.76;1.34;;;; Trifolium arvense;19943;actual measurement;one-seeded generative dispersule;1.25;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.25;;;;;; Trifolium arvense;19943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.16;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.16;;;;;; Trifolium arvense;19943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.69;;;;;; Trifolium arvense;19943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.45;;;;;; Trifolium arvense;19943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.38;;;;;; Trifolium arvense;19943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.45;;;;;; Trifolium arvense;19943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.36;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.36;;;;;; Trifolium arvense;19943;unknown;unknown;1.25;1;unknown;unknown;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.25;;;;1;Matlack (1987); Trifolium arvense;19943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.79;;;;;; Trifolium arvense;19943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.6;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.6;;;;;; Trifolium arvense;19943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.66;;;;;; Trifolium arvense;19943;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.62;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.62;;;;;; Trifolium badium;21993;unknown;generative dispersule;.98291;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.98291;1.2187;.74715;;1;Lutz (unpublished data); Trifolium badium;21993;actual measurement;germinule;4.07;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.07;4.17;3.85;;;; Trifolium badium;21993;actual measurement;one-seeded generative dispersule;1.76;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.76;2.31;1.16;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Trifolium campestre;21008;unknown;generative dispersule;1.52;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.52;;;;1;Maurer & Stöcklin (unpublished); Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.87;;;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.89;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.81;3.05;2.4;2.89;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;seeds collected by Ute Schadek (Oldenburg); Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;seeds collected by Ute Schadek (Oldenburg); Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.21;;;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.09;;;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;seeds collected by Ute Schadek (Oldenburg); Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;seeds collected by Ute Schadek (Oldenburg); Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;seeds collected by Ute Schadek (Oldenburg); Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;seeds collected by Ute Schadek (Oldenburg); Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.4;;;;;seeds collected by Ute Schadek (Oldenburg); Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;seeds collected by Ute Schadek (Oldenburg); Trifolium campestre;21008;actual measurement;germinule;2.98;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.98;3.25;2.75;;;; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;seeds collected by Ute Schadek (Oldenburg); Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;seeds collected by Ute Schadek (Oldenburg); Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.06;3.25;2.87;3.05;;Preaggregated data obtained from single record.; Trifolium campestre;21008;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.94;3.13;2.63;2.98;;Preaggregated data obtained from single record.; Trifolium dubium;21100;actual measurement (following LEDA data standards);germinule;2.56;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.56;3.01;2.12;2.56;;Preaggregated data obtained from single record.cleaned seed; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.31;;;;;; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.27;;;;;; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.36;;;;;; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.34;;;;;; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.42;2.6;2.27;2.45;;Preaggregated data obtained from single record.; Trifolium dubium;21100;actual measurement (following LEDA data standards);germinule;3.01;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;cleaned seed; Trifolium dubium;21100;actual measurement (following LEDA data standards);germinule;2.87;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;cleaned seed; Trifolium dubium;21100;actual measurement (following LEDA data standards);germinule;2.87;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;cleaned seed; Trifolium dubium;21100;actual measurement (following LEDA data standards);germinule;2.81;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.81;;;;;cleaned seed; Trifolium dubium;21100;actual measurement (following LEDA data standards);germinule;2.53;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;cleaned seed; Trifolium dubium;21100;actual measurement (following LEDA data standards);germinule;2.58;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;cleaned seed; Trifolium dubium;21100;actual measurement (following LEDA data standards);germinule;2.36;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;cleaned seed; Trifolium dubium;21100;actual measurement (following LEDA data standards);germinule;2.12;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;cleaned seed; Trifolium dubium;21100;actual measurement (following LEDA data standards);germinule;2.25;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.25;;;;;cleaned seed; Trifolium dubium;21100;actual measurement (following LEDA data standards);germinule;2.17;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.17;;;;;cleaned seed; Trifolium dubium;21100;actual measurement;germinule;2.98;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.98;3.52;2.66;;;; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.52;;;;;; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.63;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.63;;;;;; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.71;;;;;; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.21;;;;;; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.66;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.51;1.82;1.02;1.66;;Preaggregated data obtained from single record.; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.72;;;;;; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.72;;;;;; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.68;;;;;; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.11;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.11;;;;;; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.82;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.82;;;;;; Trifolium dubium;21100;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.02;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.02;;;;;; Trifolium fragiferum;22005;actual measurement;germinule;4.44;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.44;;;;;; Trifolium fragiferum;22005;unknown;generative dispersule;1.74;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.74;;;;1;Tackenberg (2001); Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.95;;;;;; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.19;;;;;; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.79;;;;;; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.79;;;;;; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.45;;;;;; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.59;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.59;;;;;; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.88;;;;;; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.79;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.76;2.19;1.33;1.79;;Preaggregated data obtained from single record.; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.54;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.54;;;;;; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.33;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.33;;;;;; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);germinule;3.57;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.59;3.73;3.47;3.57;;Preaggregated data obtained from single record.cleaned seeds!; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;cleaned seeds!; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;cleaned seeds!; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);germinule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;cleaned seeds!; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);germinule;3.57;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;cleaned seeds!; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);germinule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;cleaned seeds!; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;cleaned seeds!; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);germinule;3.57;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;cleaned seeds!; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;cleaned seeds!; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;cleaned seeds!; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);germinule;3.57;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;cleaned seeds!; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.91;;;;;; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.73;;;;;; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.5;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;3.91;3.13;3.5;;Preaggregated data obtained from single record.; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Trifolium fragiferum;22005;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.79;;;;;; Trifolium hybridum;21107;actual measurement (following LEDA data standards);germinule;3.36;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.27;3.42;2.72;3.36;;Preaggregated data obtained from single record.cleaned seeds!; Trifolium hybridum;21107;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;cleaned seeds!; Trifolium hybridum;21107;actual measurement (following LEDA data standards);germinule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;cleaned seeds!; Trifolium hybridum;21107;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;cleaned seeds!; Trifolium hybridum;21107;actual measurement (following LEDA data standards);germinule;2.72;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;cleaned seeds!; Trifolium hybridum;21107;actual measurement (following LEDA data standards);germinule;3.16;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;cleaned seeds!; Trifolium hybridum;21107;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;cleaned seeds!; Trifolium hybridum;21107;actual measurement (following LEDA data standards);germinule;3.13;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;cleaned seeds!; Trifolium hybridum;21107;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;cleaned seeds!; Trifolium hybridum;21107;actual measurement (following LEDA data standards);germinule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;cleaned seeds!; Trifolium hybridum;21107;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;cleaned seeds!; Trifolium medium;22081;actual measurement;germinule;4.38;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.38;4.55;4.24;;;; Trifolium montanum;21547;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Trifolium montanum;21547;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Trifolium montanum;21547;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Trifolium montanum;21547;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Trifolium montanum;21547;actual measurement;one-seeded generative dispersule;2.05;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.05;2.48;1.56;;;; Trifolium montanum;21547;actual measurement;germinule;3.92;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.92;4.1;3.68;;;; Trifolium montanum;21547;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Trifolium montanum;21547;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Trifolium montanum;21547;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Trifolium montanum;21547;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Trifolium montanum;21547;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Trifolium montanum;21547;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Trifolium montanum;21547;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.32;3.42;3.13;3.33;;Preaggregated data obtained from single record.; Trifolium montanum;21547;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.47;4;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.46;2.6;2.31;2.47;;Preaggregated data obtained from single record.seeds collected by Michael Kleyer (Oldenburg); Trifolium montanum;21547;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.43;;;;;seeds collected by Michael Kleyer (Oldenburg); Trifolium montanum;21547;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.5;;;;;seeds collected by Michael Kleyer (Oldenburg); Trifolium montanum;21547;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;seeds collected by Michael Kleyer (Oldenburg); Trifolium montanum;21547;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.31;;;;;seeds collected by Michael Kleyer (Oldenburg); Trifolium montanum;21547;unknown;generative dispersule;2.37;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.37;;;;1;Tackenberg (2001); Trifolium montanum;21547;unknown;generative dispersule;2.17;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.17;;;;1;Maurer & Stöcklin (unpublished); Trifolium ochroleucon;22088;unknown;generative dispersule;2.42;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.42;;;;1;Maurer & Stöcklin (unpublished); Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Trifolium pratense;22096;actual measurement;one-seeded generative dispersule;2.43;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.43;2.72;2.08;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);3.29;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);3.47;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);3.29;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);3.35;3.47;3.29;3.33;;Preaggregated data obtained from single record.; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);3.42;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);3.33;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);3.42;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);3.33;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);3.29;;;;;; Trifolium pratense;22096;actual measurement;germinule;3.69;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.69;4.39;2.87;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);3.33;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);3.33;;;;;; Trifolium pratense;22096;unknown;generative dispersule;2.41;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.41;;;;1;Maurer & Stöcklin (unpublished); Trifolium pratense;22096;unknown;generative dispersule;3.61;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.61;;;;1;Tackenberg (2001); Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.5;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.5;3.73;3.29;3.5;;Preaggregated data obtained from single record.; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.62;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.79;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.73;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.68;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.79;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.79;;;;;; Trifolium pratense;22096;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.67;3.79;3.57;3.68;;Preaggregated data obtained from single record.; Trifolium repens;22101;actual measurement (following LEDA data standards);germinule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;cleaned seeds!; Trifolium repens;22101;actual measurement (following LEDA data standards);germinule;3.16;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;cleaned seeds!; Trifolium repens;22101;actual measurement (following LEDA data standards);germinule;3.25;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;cleaned seeds!; Trifolium repens;22101;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;cleaned seeds!; Trifolium repens;22101;actual measurement (following LEDA data standards);germinule;3.25;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;cleaned seeds!; Trifolium repens;22101;actual measurement (following LEDA data standards);germinule;3.13;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;cleaned seeds!; Trifolium repens;22101;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;cleaned seeds!; Trifolium repens;22101;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.53;;;;;; Trifolium repens;22101;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Trifolium repens;22101;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Trifolium repens;22101;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Trifolium repens;22101;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Trifolium repens;22101;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Trifolium repens;22101;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Trifolium repens;22101;actual measurement (following LEDA data standards);germinule;3.29;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.28;3.38;3.13;3.29;;Preaggregated data obtained from single record.cleaned seeds!; Trifolium repens;22101;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.91;;;;;; Trifolium repens;22101;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.6;;;;;; Trifolium repens;22101;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;9;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;3.05;2.53;2.91;;Preaggregated data obtained from single record.; Trifolium repens;22101;actual measurement (following LEDA data standards);germinule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;cleaned seeds!; Trifolium repens;22101;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;cleaned seeds!; Trifolium repens;22101;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;cleaned seeds!; Trifolium repens;22101;actual measurement;germinule;3.66;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.66;;;;;; Trifolium repens;22101;unknown;generative dispersule;2.62;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.62;;;;1;Tackenberg (2001); Trifolium rubens;19602;actual measurement;germinule;4.35;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.35;4.46;4.1;;;; Trifolium rubens;19602;actual measurement;one-seeded generative dispersule;1.38;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.38;1.53;1.13;;;; Trifolium striatum;21076;unknown;generative dispersule;3.0228;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.0228;;;;1;Tackenberg (unpublished data); Triglochin maritima;36323;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.17;2.53;1.56;2.16;;Preaggregated data obtained from single record.; Triglochin maritima;36323;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.56;;;;;; Triglochin maritima;36323;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Triglochin maritima;36323;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.16;;;;;; Triglochin maritima;36323;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.02;;;;;; Triglochin maritima;36323;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Triglochin maritima;36323;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Triglochin maritima;36323;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.16;;;;;; Triglochin maritima;36323;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.36;;;;;; Triglochin maritima;36323;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.12;;;;;; Triglochin maritima;36323;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.16;;;;;; Triglochin palustris;36324;actual measurement;one-seeded generative dispersule;2.16;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.16;2.87;1.72;;;; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.67;2.05;1.13;1.81;;Preaggregated data obtained from single record.; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.45;;;;;; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.26;;;;;; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.89;;;;;; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.7;;;;;; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.71;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.62;1.97;1.14;1.71;;Preaggregated data obtained from single record.; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.89;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.89;;;;;; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.45;;;;;; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.74;;;;;; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.94;;;;;; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.14;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.14;;;;;; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.77;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.77;;;;;; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.4;;;;;; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.5;;;;;; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.88;;;;;; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.97;;;;;; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.72;;;;;; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.13;;;;;; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.91;;;;;; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.26;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.26;;;;;; Triglochin palustris;36324;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.87;;;;;; Trinia glauca;966;actual measurement;one-seeded generative dispersule;3.51;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.51;3.97;3.25;;;; Tripleurospermum perforatum;61747;actual measurement;one-seeded generative dispersule;2.27;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.27;2.63;1.89;;;; Trisetum distichophyllum;42565;unknown;generative dispersule;1.5851;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.5851;;;;1;Tackenberg (unpublished data); Trisetum flavescens;42564;unknown;generative dispersule;.78;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.78;;;;1;Tackenberg (2001); Trisetum flavescens;42564;actual measurement;one-seeded generative dispersule;1.25;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.25;1.58;1.06;;;; Triticum aestivum;43825;unknown;generative dispersule;4.61;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);4.61;;;;1;Tackenberg (2001); Triticum dicoccon;42988;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.63;;;;;; Triticum dicoccon;42988;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.72;;;;;; Triticum dicoccon;42988;actual measurement (following LEDA data standards);one-seeded generative dispersule;5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;5;;;;;; Triticum dicoccon;42988;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.63;;;;;; Triticum dicoccon;42988;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.9;;;;;; Triticum dicoccon;42988;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.72;;;;;; Triticum dicoccon;42988;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.63;;;;;; Triticum dicoccon;42988;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.79;5;4.63;4.72;;Preaggregated data obtained from single record.; Triticum dicoccon;42988;actual measurement (following LEDA data standards);one-seeded generative dispersule;5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;5;;;;;; Triticum dicoccon;42988;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.9;;;;;; Triticum dicoccon;42988;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.72;;;;;; Triticum durum;43676;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.77;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.74;4.9;4.55;4.77;;Preaggregated data obtained from single record.; Triticum durum;43676;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.63;;;;;; Triticum durum;43676;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.63;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.63;;;;;; Triticum durum;43676;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.9;;;;;; Triticum durum;43676;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.55;;;;;; Triticum durum;43676;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.81;;;;;; Triticum durum;43676;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.81;;;;;; Triticum durum;43676;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.81;;;;;; Triticum durum;43676;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.72;;;;;; Triticum durum;43676;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.72;;;;;; Triticum durum;43676;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.81;;;;;; Triticum spelta;43828;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.9;;;;;; Triticum spelta;43828;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.81;;;;;; Triticum spelta;43828;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.46;;;;;; Triticum spelta;43828;actual measurement (following LEDA data standards);one-seeded generative dispersule;5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;5;;;;;; Triticum spelta;43828;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.39;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.39;;;;;; Triticum spelta;43828;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.72;;;;;; Triticum spelta;43828;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.81;;;;;; Triticum spelta;43828;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.77;5;4.39;4.81;;Preaggregated data obtained from single record.; Triticum spelta;43828;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.81;;;;;; Triticum spelta;43828;actual measurement (following LEDA data standards);one-seeded generative dispersule;5;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;5;;;;;; Triticum spelta;43828;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.81;;;;;; Trollius europaeus;26598;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.87;;;;;; Trollius europaeus;26598;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.21;;;;;; Trollius europaeus;26598;actual measurement;one-seeded generative dispersule;3.56;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.56;3.73;3.38;;;; Trollius europaeus;26598;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Trollius europaeus;26598;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.01;;;;;; Trollius europaeus;26598;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Trollius europaeus;26598;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.29;;;;;; Trollius europaeus;26598;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Trollius europaeus;26598;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.13;;;;;; Trollius europaeus;26598;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.25;;;;;; Trollius europaeus;26598;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.05;;;;;; Trollius europaeus;26598;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.23;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;3.29;2.87;3.23;;Preaggregated data obtained from single record.; Turgenia latifolia;1998;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;;;;;; Turgenia latifolia;1998;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.61;8;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.67;3.05;2.48;2.61;;Preaggregated data obtained from single record.; Turgenia latifolia;1998;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;; Turgenia latifolia;1998;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Turgenia latifolia;1998;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.84;;;;;; Turgenia latifolia;1998;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.05;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;;;;;; Turgenia latifolia;1998;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;;;;;; Turgenia latifolia;1998;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.48;;;;;; Turgenia latifolia;1998;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.69;;;;;; Tussilago farfara;9608;unknown;generative dispersule;.19;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.19;;;;1;Sheldon & Burrows (1973); Tussilago farfara;9608;unknown;generative dispersule;.21;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.21;;;;1;Askew & al. (1997); Tussilago farfara;9608;unknown;generative dispersule;.16;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.16;;;;1;Schulz & al. (1991); Tussilago farfara;9608;actual measurement;one-seeded generative dispersule;.21;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.21;.24;.17;;;; Tussilago farfara;9608;unknown;generative dispersule;.19;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.19;;;;1;Tackenberg (2001); Tussilago farfara;9608;unknown;generative dispersule;.15;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.15;;;;1;Myerscough & Whitehead (1966); Tussilago farfara;9608;unknown;generative dispersule;.14;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.14;;;;1;Myerscough & Whitehead (1966); Tussilago farfara;9608;unknown;generative dispersule;.14;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.14;;;;1;Müller-Schneider (1986); Typha angustifolia;44027;actual measurement;one-seeded generative dispersule;.14;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.14;.18;.12;;;; Typha latifolia;44041;unknown;generative dispersule;.08;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.08;;;;1;Tackenberg (2001); Typha latifolia;44041;unknown;generative dispersule;.13;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.13;;;;1;Müller-Schneider (1986); Typha latifolia;44041;unknown;generative dispersule;.13;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.13;;;;1;Matlack (1987); Typha latifolia;44041;actual measurement;one-seeded generative dispersule;.11;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.11;.13;.07;;;; Typha latifolia;44041;unknown;generative dispersule;.11;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.11;;;;1;Ridley (1930); Typha shuttleworthii;44053;actual measurement (following LEDA data standards);one-seeded generative dispersule;.15;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.14;.18;.12;.15;;Preaggregated data obtained from single record.; Typha shuttleworthii;44053;actual measurement (following LEDA data standards);one-seeded generative dispersule;.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.12;;;;;; Typha shuttleworthii;44053;actual measurement (following LEDA data standards);one-seeded generative dispersule;.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.14;;;;;; Typha shuttleworthii;44053;actual measurement (following LEDA data standards);one-seeded generative dispersule;.15;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.15;;;;;; Typha shuttleworthii;44053;actual measurement (following LEDA data standards);one-seeded generative dispersule;.14;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.14;;;;;; Typha shuttleworthii;44053;actual measurement (following LEDA data standards);one-seeded generative dispersule;.15;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.15;;;;;; Typha shuttleworthii;44053;actual measurement (following LEDA data standards);one-seeded generative dispersule;.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.12;;;;;; Typha shuttleworthii;44053;actual measurement (following LEDA data standards);one-seeded generative dispersule;.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.12;;;;;; Typha shuttleworthii;44053;actual measurement (following LEDA data standards);one-seeded generative dispersule;.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.16;;;;;; Typha shuttleworthii;44053;actual measurement (following LEDA data standards);one-seeded generative dispersule;.18;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.18;;;;;; Typha shuttleworthii;44053;actual measurement (following LEDA data standards);one-seeded generative dispersule;.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;.16;;;;;; Ulex europaeus;21090;actual measurement;one-seeded generative dispersule;4.5;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.5;4.63;4.31;;;; Umbilicus rupestris;18389;actual measurement;one-seeded generative dispersule;.56;4;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.56;.57;.55;;;; Urtica dioica;35149;actual measurement;one-seeded generative dispersule;2.44;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.44;2.81;1.97;;;; Urtica urens;35160;unknown;generative dispersule;2.09;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.09;;;;1;Tackenberg (2001); Urtica urens;35160;actual measurement;one-seeded generative dispersule;3.06;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.06;3.38;2.72;;;; Vaccinium myrtillus;19475;actual measurement (following LEDA data standards);germinule;2.52;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;2.78;2.43;2.52;;Preaggregated data obtained from single record.cleaned seeds; Vaccinium myrtillus;19475;actual measurement (following LEDA data standards);germinule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;cleaned seeds; Vaccinium myrtillus;19475;actual measurement (following LEDA data standards);germinule;2.78;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;cleaned seeds; Vaccinium myrtillus;19475;actual measurement (following LEDA data standards);germinule;2.5;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;cleaned seeds; Vaccinium myrtillus;19475;actual measurement (following LEDA data standards);germinule;2.78;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;cleaned seeds; Vaccinium myrtillus;19475;actual measurement (following LEDA data standards);germinule;2.66;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;cleaned seeds; Vaccinium myrtillus;19475;actual measurement (following LEDA data standards);germinule;2.45;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;cleaned seeds; Vaccinium myrtillus;19475;actual measurement (following LEDA data standards);germinule;2.53;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.53;;;;;cleaned seeds; Vaccinium myrtillus;19475;actual measurement (following LEDA data standards);germinule;2.45;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;cleaned seeds; Vaccinium myrtillus;19475;actual measurement (following LEDA data standards);germinule;2.75;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;cleaned seeds; Vaccinium myrtillus;19475;actual measurement (following LEDA data standards);germinule;2.5;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.5;;;;;cleaned seeds; Vaccinium myrtillus;19475;actual measurement;germinule;2.69;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.69;2.87;2.5;;;; Vaccinium vitis-idaea;19439;actual measurement (following LEDA data standards);germinule;2.69;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.7;2.94;2.55;2.69;;Preaggregated data obtained from single record.cleaned seeds; Vaccinium vitis-idaea;19439;actual measurement (following LEDA data standards);germinule;2.55;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;cleaned seeds; Vaccinium vitis-idaea;19439;actual measurement (following LEDA data standards);germinule;2.63;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.63;;;;;cleaned seeds; Vaccinium vitis-idaea;19439;actual measurement (following LEDA data standards);germinule;2.66;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;cleaned seeds; Vaccinium vitis-idaea;19439;actual measurement (following LEDA data standards);germinule;2.72;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;cleaned seeds; Vaccinium vitis-idaea;19439;actual measurement (following LEDA data standards);germinule;2.78;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.78;;;;;cleaned seeds; Vaccinium vitis-idaea;19439;actual measurement (following LEDA data standards);germinule;2.66;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;cleaned seeds; Vaccinium vitis-idaea;19439;actual measurement (following LEDA data standards);germinule;2.94;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.94;;;;;cleaned seeds; Vaccinium vitis-idaea;19439;actual measurement (following LEDA data standards);germinule;2.75;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.75;;;;;cleaned seeds; Vaccinium vitis-idaea;19439;actual measurement (following LEDA data standards);germinule;2.58;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.58;;;;;cleaned seeds; Vaccinium vitis-idaea;19439;actual measurement (following LEDA data standards);germinule;2.72;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;cleaned seeds; Valeriana dioica;34884;actual measurement;one-seeded generative dispersule;.98;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.98;1.25;.73;;;; Valeriana dioica;34884;unknown;generative dispersule;.64;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.64;;;;1;Tackenberg (2001); Valeriana officinalis;34832;unknown;generative dispersule;.86;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.86;;;;1;Tackenberg (2001); Valeriana officinalis;34832;actual measurement (following LEDA data standards);germinule;1.02;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.02;;;;;; Valeriana officinalis;34832;actual measurement (following LEDA data standards);germinule;1.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.05;;;;;; Valeriana officinalis;34832;actual measurement (following LEDA data standards);germinule;.95;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.95;;;;;; Valeriana officinalis;34832;actual measurement (following LEDA data standards);germinule;.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.85;;;;;; Valeriana officinalis;34832;unknown;generative dispersule;.525;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.525;.56;.49;;1;Schulz & al. (1991); Valeriana officinalis;34832;actual measurement (following LEDA data standards);germinule;.59;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.59;;;;;; Valeriana officinalis;34832;actual measurement (following LEDA data standards);germinule;.64;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.64;;;;;; Valeriana officinalis;34832;actual measurement (following LEDA data standards);germinule;1.35;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.35;;;;;; Valeriana officinalis;34832;actual measurement (following LEDA data standards);germinule;1.24;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.24;;;;;; Valeriana officinalis;34832;actual measurement (following LEDA data standards);germinule;1.04;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.04;;;;;; Valeriana officinalis;34832;unknown;generative dispersule;.28;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.28;;;;1;Müller-Schneider (1986); Valeriana officinalis;34832;actual measurement (following LEDA data standards);germinule;.91;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.91;;;;;; Valeriana officinalis;34832;actual measurement (following LEDA data standards);germinule;.99;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.96;1.35;.59;.99;;Preaggregated data obtained from single record.; Valeriana officinalis;34832;actual measurement;one-seeded generative dispersule;.56;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.56;;;;;; Valerianella carinata;34818;unknown;generative dispersule;1.93;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.93;;;;1;Tackenberg (2001); Valerianella dentata;34825;actual measurement (following LEDA data standards);germinule;2.75;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;3.09;2.05;2.75;;Preaggregated data obtained from single record.; Valerianella dentata;34825;actual measurement (following LEDA data standards);germinule;2.63;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;;;;;; Valerianella dentata;34825;actual measurement (following LEDA data standards);germinule;3.09;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;;;;;; Valerianella dentata;34825;actual measurement (following LEDA data standards);germinule;3.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Valerianella dentata;34825;unknown;generative dispersule;2.2947;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.2947;;;;1;Tackenberg (unpublished data); Valerianella dentata;34825;actual measurement (following LEDA data standards);germinule;3.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Valerianella dentata;34825;actual measurement (following LEDA data standards);germinule;2.98;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.98;;;;;; Valerianella dentata;34825;actual measurement (following LEDA data standards);germinule;2.69;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Valerianella dentata;34825;actual measurement (following LEDA data standards);germinule;2.72;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.72;;;;;; Valerianella dentata;34825;actual measurement (following LEDA data standards);germinule;2.78;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Valerianella dentata;34825;actual measurement (following LEDA data standards);germinule;2.5;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.5;;;;;; Valerianella dentata;34825;actual measurement (following LEDA data standards);germinule;2.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.05;;;;;; Veratrum album;38054;actual measurement;one-seeded generative dispersule;1.73;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.73;1.98;1.57;;;; Verbascum lychnitis;33779;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.06;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.09;2.21;2;2.06;;Preaggregated data obtained from single record.; Verbascum lychnitis;33779;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Verbascum lychnitis;33779;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Verbascum lychnitis;33779;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.17;;;;;; Verbascum lychnitis;33779;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.03;;;;;; Verbascum lychnitis;33779;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Verbascum lychnitis;33779;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;; Verbascum lychnitis;33779;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.07;;;;;; Verbascum lychnitis;33779;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Verbascum lychnitis;33779;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.03;;;;;; Verbascum lychnitis;33779;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Verbascum nigrum;32834;actual measurement (following LEDA data standards);germinule;2.24;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.23;2.43;1.88;2.24;;Preaggregated data obtained from single record.; Verbascum nigrum;32834;actual measurement (following LEDA data standards);germinule;2.27;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.27;;;;;; Verbascum nigrum;32834;actual measurement (following LEDA data standards);germinule;2.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.1;;;;;; Verbascum nigrum;32834;actual measurement (following LEDA data standards);germinule;2.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Verbascum nigrum;32834;actual measurement (following LEDA data standards);germinule;2.16;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.16;;;;;; Verbascum nigrum;32834;actual measurement (following LEDA data standards);germinule;2.23;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.23;;;;;; Verbascum nigrum;32834;actual measurement (following LEDA data standards);germinule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Verbascum nigrum;32834;actual measurement (following LEDA data standards);germinule;2.25;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.25;;;;;; Verbascum nigrum;32834;actual measurement (following LEDA data standards);germinule;2.14;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.14;;;;;; Verbascum nigrum;32834;actual measurement (following LEDA data standards);germinule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Verbascum nigrum;32834;actual measurement (following LEDA data standards);germinule;1.88;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.88;;;;;; Verbascum nigrum;32834;actual measurement;one-seeded generative dispersule;2.16;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.16;2.4;1.91;;;; Verbascum nigrum;32834;actual measurement;one-seeded generative dispersule;1.93;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.93;2.27;1.69;;;; Verbascum thapsus;32859;actual measurement (following LEDA data standards);germinule;2.18;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.15;2.31;1.95;2.18;;Preaggregated data obtained from single record.; Verbascum thapsus;32859;actual measurement (following LEDA data standards);germinule;2.25;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.25;;;;;; Verbascum thapsus;32859;actual measurement (following LEDA data standards);germinule;1.95;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.95;;;;;; Verbascum thapsus;32859;actual measurement (following LEDA data standards);germinule;2.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.03;;;;;; Verbascum thapsus;32859;actual measurement (following LEDA data standards);germinule;1.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.97;;;;;; Verbascum thapsus;32859;actual measurement (following LEDA data standards);germinule;2.27;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.27;;;;;; Verbascum thapsus;32859;actual measurement (following LEDA data standards);germinule;2.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.1;;;;;; Verbascum thapsus;32859;actual measurement;one-seeded generative dispersule;1.9;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.9;2.05;1.7;;;; Verbascum thapsus;32859;actual measurement (following LEDA data standards);germinule;2.14;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.14;;;;;; Verbascum thapsus;32859;actual measurement (following LEDA data standards);germinule;2.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Verbascum thapsus;32859;actual measurement (following LEDA data standards);germinule;2.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.31;;;;;; Verbascum thapsus;32859;actual measurement (following LEDA data standards);germinule;2.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.21;;;;;; Verbena officinalis;35092;unknown;generative dispersule;2.7;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.7;;;;1;Maurer & Stöcklin (unpublished); Veronica anagallis-aquatica;32774;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.29;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.29;1.56;1.07;1.29;;Preaggregated data obtained from single record.; Veronica anagallis-aquatica;32774;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.13;;;;;; Veronica anagallis-aquatica;32774;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.34;;;;;; Veronica anagallis-aquatica;32774;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.27;;;;;; Veronica anagallis-aquatica;32774;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.37;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.37;;;;;; Veronica anagallis-aquatica;32774;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.3;;;;;; Veronica anagallis-aquatica;32774;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.27;;;;;; Veronica anagallis-aquatica;32774;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.28;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.28;;;;;; Veronica anagallis-aquatica;32774;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.31;;;;;; Veronica anagallis-aquatica;32774;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.56;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.56;;;;;; Veronica anagallis-aquatica;32774;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.07;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.07;;;;;; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.21;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.21;;;;;; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.91;;;;;; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.74;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.74;;;;;; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.94;;;;;; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.94;;;;;; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2;;;;;; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.19;;;;;; Veronica arvensis;33302;unknown;generative dispersule;1.68;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.68;;;;1;Tackenberg (2001); Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.04;2.23;1.74;2.05;;Preaggregated data obtained from single record.; Veronica arvensis;33302;actual measurement;one-seeded generative dispersule;1.77;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.77;1.97;1.68;;;; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.84;;;;;; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.76;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.76;;;;;; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.94;;;;;; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.99;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.91;2.07;1.46;1.99;;Preaggregated data obtained from single record.; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.98;;;;;; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2;;;;;; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.07;;;;;; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2;;;;;; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.03;;;;;; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.46;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.46;;;;;; Veronica arvensis;33302;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.03;;;;;; Veronica austriaca s. teucrium;33306;unknown;generative dispersule;2.18;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.18;;;;1;Maurer & St?in (unpublished); Veronica beccabunga;33863;actual measurement (following LEDA data standards);germinule;1.1;9;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.08;1.22;.85;1.1;;Preaggregated data obtained from single record.; Veronica beccabunga;33863;actual measurement (following LEDA data standards);germinule;.89;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.89;;;;;; Veronica beccabunga;33863;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.38;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.39;1.67;1.13;1.38;;Preaggregated data obtained from single record.; Veronica beccabunga;33863;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.49;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.49;;;;;; Veronica beccabunga;33863;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.52;;;;;; Veronica beccabunga;33863;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.39;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.39;;;;;; Veronica beccabunga;33863;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.46;;;;;; Veronica beccabunga;33863;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.37;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.37;;;;;; Veronica beccabunga;33863;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.32;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.32;;;;;; Veronica beccabunga;33863;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.36;;;;;; Veronica beccabunga;33863;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.23;;;;;; Veronica beccabunga;33863;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.67;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.67;;;;;; Veronica beccabunga;33863;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.13;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.13;;;;;; Veronica beccabunga;33863;actual measurement (following LEDA data standards);germinule;1.22;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.22;;;;;; Veronica beccabunga;33863;actual measurement (following LEDA data standards);germinule;1.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.1;;;;;; Veronica beccabunga;33863;actual measurement (following LEDA data standards);germinule;1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1;;;;;; Veronica beccabunga;33863;actual measurement (following LEDA data standards);germinule;1.21;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.21;;;;;; Veronica beccabunga;33863;actual measurement (following LEDA data standards);germinule;.85;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.85;;;;;; Veronica beccabunga;33863;actual measurement (following LEDA data standards);germinule;1.18;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.18;;;;;; Veronica beccabunga;33863;actual measurement (following LEDA data standards);germinule;1.15;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.15;;;;;; Veronica beccabunga;33863;actual measurement (following LEDA data standards);germinule;1.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.1;;;;;; Veronica beccabunga;33863;actual measurement;one-seeded generative dispersule;1.68;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.68;2.03;1.41;;;; Veronica catenata;33875;actual measurement (following LEDA data standards);germinule;1.2;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.2;;;;;; Veronica catenata;33875;actual measurement (following LEDA data standards);germinule;1.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.17;;;;;; Veronica catenata;33875;actual measurement (following LEDA data standards);germinule;1.23;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.23;;;;;; Veronica catenata;33875;actual measurement (following LEDA data standards);germinule;.96;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;.96;;;;;; Veronica catenata;33875;actual measurement (following LEDA data standards);germinule;1.18;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.18;1.41;.96;1.18;;Preaggregated data obtained from single record.; Veronica catenata;33875;actual measurement (following LEDA data standards);germinule;1.19;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.19;;;;;; Veronica catenata;33875;actual measurement (following LEDA data standards);germinule;1.11;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.11;;;;;; Veronica catenata;33875;actual measurement (following LEDA data standards);germinule;1.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.1;;;;;; Veronica catenata;33875;actual measurement (following LEDA data standards);germinule;1.32;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.32;;;;;; Veronica catenata;33875;actual measurement (following LEDA data standards);germinule;1.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.1;;;;;; Veronica catenata;33875;actual measurement (following LEDA data standards);germinule;1.41;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.41;;;;;; Veronica chamaedrys;32792;actual measurement;one-seeded generative dispersule;2.11;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.11;2.38;1.91;;;; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.98;;;;;; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.29;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.29;;;;;; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.34;;;;;; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.31;;;;;; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.14;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.14;;;;;; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.07;;;;;; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.84;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.84;;;;;; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.02;;;;;; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.25;;;;;; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.8;;;;;; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;1.81;;;;;; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.08;;;;;; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.02;;;;;; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.31;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.3;2.55;1.98;2.31;;Preaggregated data obtained from single record.; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.02;9;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2;2.25;1.8;2.02;;Preaggregated data obtained from single record.; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.45;;;;;; Veronica chamaedrys;32792;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.27;;;;;; Veronica hederifolia;33317;unknown;generative dispersule;3.48;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.48;;;;1;Tackenberg (2001); Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.17;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.17;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.23;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.05;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.98;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.75;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.75;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.25;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.97;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.88;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.08;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.08;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.07;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.95;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.95;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.68;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.68;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.19;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.19;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.27;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.27;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.03;1;actual fall rate in still air;yes ;-4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);2.03;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.88;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.88;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.25;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.25;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;10;actual fall rate in still air;yes ;-2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Wilmann), E-Mail: (bodil.wilmann@nina.no);1.99;2.27;1.68;2;;Preaggregated data obtained from single record.; Veronica officinalis;33764;actual measurement (following LEDA data standards);germinule;2.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.1;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);germinule;2.34;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.34;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);germinule;1.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.97;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);germinule;1.57;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.57;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);germinule;1.97;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.02;2.34;1.57;1.97;;Preaggregated data obtained from single record.; Veronica officinalis;33764;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.15;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.13;2.36;1.88;2.15;;Preaggregated data obtained from single record.; Veronica officinalis;33764;actual measurement (following LEDA data standards);germinule;1.95;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.95;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);germinule;1.95;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.95;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);germinule;1.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.97;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);germinule;2.25;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.25;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);germinule;1.89;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.89;;;;;; Veronica officinalis;33764;actual measurement (following LEDA data standards);germinule;2.16;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.16;;;;;; Veronica persica;33737;actual measurement;one-seeded generative dispersule;3.25;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.25;3.57;3.01;;;; Veronica prostrata;32737;unknown;generative dispersule;2.11;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.11;;;;1;Maurer & Stöcklin (unpublished); Veronica scutellata;34347;actual measurement (following LEDA data standards);germinule;1.61;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.61;;;;;; Veronica scutellata;34347;actual measurement (following LEDA data standards);germinule;1.92;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.92;;;;;; Veronica scutellata;34347;actual measurement (following LEDA data standards);germinule;1.8;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.8;;;;;; Veronica scutellata;34347;actual measurement (following LEDA data standards);germinule;2.03;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.03;;;;;; Veronica scutellata;34347;actual measurement (following LEDA data standards);germinule;2.02;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.02;;;;;; Veronica scutellata;34347;actual measurement (following LEDA data standards);germinule;1.87;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.87;;;;;; Veronica scutellata;34347;actual measurement (following LEDA data standards);germinule;1.61;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.61;;;;;; Veronica scutellata;34347;actual measurement (following LEDA data standards);germinule;1.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.43;;;;;; Veronica scutellata;34347;actual measurement (following LEDA data standards);germinule;1.66;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.66;;;;;; Veronica scutellata;34347;actual measurement (following LEDA data standards);germinule;1.66;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.66;;;;;; Veronica scutellata;34347;actual measurement (following LEDA data standards);germinule;1.73;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;1.76;2.03;1.43;1.73;;Preaggregated data obtained from single record.; Veronica spicata s. spicata;33276;unknown;generative dispersule;1.37;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.37;;;;1;Tackenberg (2001); Veronica spicata s. spicata;33276;actual measurement;one-seeded generative dispersule;2.09;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.09;2.63;1.51;;;; Veronica triphyllos;33282;unknown;generative dispersule;2.23;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.23;;;;1;Tackenberg (2001); Veronica urticifolia;34194;actual measurement;one-seeded generative dispersule;1.7;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;1.7;1.92;1.4;;;; Veronica verna;34375;unknown;generative dispersule;1.26;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.26;;;;1;Tackenberg (2001); Viburnum opulus;15336;actual measurement (following LEDA data standards);germinule;3.97;10;actual fall rate in still air;no ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.96;4.1;3.68;3.97;;Preaggregated data obtained from single record.cleaned seed; Viburnum opulus;15336;actual measurement (following LEDA data standards);germinule;3.97;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;cleaned seed; Viburnum opulus;15336;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;cleaned seed; Viburnum opulus;15336;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;cleaned seed; Viburnum opulus;15336;actual measurement (following LEDA data standards);germinule;3.79;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.79;;;;;cleaned seed; Viburnum opulus;15336;actual measurement (following LEDA data standards);germinule;4.03;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.03;;;;;cleaned seed; Viburnum opulus;15336;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;cleaned seed; Viburnum opulus;15336;actual measurement (following LEDA data standards);germinule;4.1;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.1;;;;;cleaned seed; Viburnum opulus;15336;actual measurement (following LEDA data standards);germinule;3.91;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;cleaned seed; Viburnum opulus;15336;actual measurement (following LEDA data standards);germinule;3.97;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.97;;;;;cleaned seed; Viburnum opulus;15336;actual measurement (following LEDA data standards);germinule;3.91;1;actual fall rate in still air;no ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.91;;;;;cleaned seed; Vicia cracca;22128;actual measurement;one-seeded generative dispersule;5.03;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.03;5.1;4.9;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.39;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.39;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.31;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.24;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.91;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.35;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.35;4.46;4.24;4.35;;Preaggregated data obtained from single record.; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.22;4.39;3.91;4.24;;Preaggregated data obtained from single record.; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.31;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.39;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.39;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.31;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.39;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.39;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.39;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.39;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.46;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.24;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.24;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.31;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.31;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.46;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;4.46;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);germinule;4.81;6;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.81;4.9;4.72;4.81;;Preaggregated data obtained from single record.; Vicia cracca;22128;actual measurement (following LEDA data standards);germinule;4.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.81;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);germinule;4.72;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.72;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);germinule;4.72;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.72;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Vicia cracca;22128;actual measurement (following LEDA data standards);germinule;4.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.81;;;;;; Vicia hirsuta;20346;actual measurement;one-seeded generative dispersule;4.61;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.61;4.72;4.46;;;; Vicia hirsuta;20346;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.69;4.81;4.46;4.72;;Preaggregated data obtained from single record.seeds collected by Ute Schadek (Oldenburg); Vicia hirsuta;20346;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;seeds collected by Ute Schadek (Oldenburg); Vicia hirsuta;20346;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.72;;;;;seeds collected by Ute Schadek (Oldenburg); Vicia hirsuta;20346;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.72;;;;;seeds collected by Ute Schadek (Oldenburg); Vicia hirsuta;20346;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;seeds collected by Ute Schadek (Oldenburg); Vicia hirsuta;20346;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.46;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.46;;;;;seeds collected by Ute Schadek (Oldenburg); Vicia hirsuta;20346;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.72;;;;;seeds collected by Ute Schadek (Oldenburg); Vicia hirsuta;20346;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.72;;;;;seeds collected by Ute Schadek (Oldenburg); Vicia hirsuta;20346;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.72;;;;;seeds collected by Ute Schadek (Oldenburg); Vicia hirsuta;20346;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Vicia hirsuta;20346;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Vicia hirsuta;20346;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Vicia hirsuta;20346;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Vicia hirsuta;20346;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.17;;;;;; Vicia hirsuta;20346;actual measurement (following LEDA data standards);germinule;3.97;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.97;;;;;; Vicia hirsuta;20346;actual measurement (following LEDA data standards);germinule;4.24;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.2;4.31;3.97;4.24;;Preaggregated data obtained from single record.; Vicia hirsuta;20346;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.72;;;;;seeds collected by Ute Schadek (Oldenburg); Vicia hirsuta;20346;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;seeds collected by Ute Schadek (Oldenburg); Vicia hirsuta;20346;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.17;;;;;; Vicia hirsuta;20346;actual measurement (following LEDA data standards);germinule;4.17;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.17;;;;;; Vicia hirsuta;20346;actual measurement (following LEDA data standards);germinule;4.24;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.24;;;;;; Vicia hirsuta;20346;actual measurement (following LEDA data standards);germinule;4.31;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.31;;;;;; Vicia lathyroides;21160;unknown;generative dispersule;3.2484;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);3.2484;;;;1;Tackenberg (unpublished data); Vicia sativa;22143;actual measurement;one-seeded generative dispersule;5.3;5;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.3;5.43;5.21;;;; Vicia sativa s. nigra;19593;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;; Vicia sativa s. nigra;19593;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;; Vicia sativa s. nigra;19593;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;; Vicia sativa s. nigra;19593;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.9;;;;;; Vicia sativa s. nigra;19593;actual measurement (following LEDA data standards);one-seeded generative dispersule;5.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;5.1;;;;;; Vicia sativa s. nigra;19593;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.9;;;;;; Vicia sativa s. nigra;19593;actual measurement (following LEDA data standards);one-seeded generative dispersule;5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;5;;;;;; Vicia sativa s. nigra;19593;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.9;;;;;; Vicia sativa s. nigra;19593;actual measurement (following LEDA data standards);one-seeded generative dispersule;5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;5;;;;;; Vicia sativa s. nigra;19593;actual measurement (following LEDA data standards);one-seeded generative dispersule;5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;5;;;;;; Vicia sativa s. nigra;19593;actual measurement (following LEDA data standards);one-seeded generative dispersule;5;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;5;;;;;; Vicia sativa s. nigra;19593;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.9;;;;;; Vicia sativa s. nigra;19593;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;; Vicia sativa s. nigra;19593;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.95;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.95;5.1;4.81;4.95;;Preaggregated data obtained from single record.; Vicia sativa s. nigra;19593;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;7;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.77;4.9;4.63;4.81;;Preaggregated data obtained from single record.; Vicia sativa s. nigra;19593;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;; Vicia sativa s. nigra;19593;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;; Vicia sativa s. nigra;19593;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.9;;;;;; Vicia sativa s. nigra;19593;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;; Vicia sativa s. nigra;19593;actual measurement;one-seeded generative dispersule;4.97;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.97;5;4.9;;;; Vicia sativa s. nigra;19593;unknown;generative dispersule;4.57;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);4.57;;;;1;Tackenberg (2001); Vicia sepium;20357;actual measurement (following LEDA data standards);germinule;5.1;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;5.1;;;;;; Vicia sepium;20357;actual measurement (following LEDA data standards);germinule;5;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;5;;;;;; Vicia sepium;20357;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Vicia sepium;20357;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Vicia sepium;20357;actual measurement (following LEDA data standards);germinule;4.9;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.91;5.1;4.81;4.9;;Preaggregated data obtained from single record.; Vicia sepium;20357;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Vicia sepium;20357;actual measurement (following LEDA data standards);germinule;4.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.81;;;;;; Vicia sepium;20357;actual measurement (following LEDA data standards);germinule;4.81;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.81;;;;;; Vicia sepium;20357;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Vicia sepium;20357;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Vicia sepium;20357;actual measurement (following LEDA data standards);germinule;4.9;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;4.9;;;;;; Vicia sylvatica;20360;actual measurement;one-seeded generative dispersule;5.04;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.04;5.1;4.9;;;; Vicia tetrasperma;22147;actual measurement;one-seeded generative dispersule;5.09;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;5.09;5.21;5;;;; Vicia tetrasperma;22147;unknown;generative dispersule;4.05;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);4.05;;;;1;Tackenberg (2001); Vicia villosa;21598;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;; Vicia villosa;21598;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;; Vicia villosa;21598;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.9;;;;;; Vicia villosa;21598;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;; Vicia villosa;21598;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;; Vicia villosa;21598;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;; Vicia villosa;21598;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.81;;;;;; Vicia villosa;21598;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.9;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.9;;;;;; Vicia villosa;21598;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.81;8;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.75;4.9;4.17;4.81;;Preaggregated data obtained from single record.; Vinca minor;2536;actual measurement;one-seeded generative dispersule;4.41;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;4.41;4.63;4.17;;;; Vincetoxicum hirundinaria;2467;unknown;generative dispersule;.6;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);.6;;;;1;Müller-Schneider (1986); Vincetoxicum hirundinaria;2467;actual measurement;one-seeded generative dispersule;.71;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;.71;1;.45;;;; Viola arvensis;35403;unknown;generative dispersule;1.84;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);1.84;;;;1;Tackenberg (2001); Viola arvensis;35403;actual measurement;one-seeded generative dispersule;3.36;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.36;3.73;2.75;;;; Viola arvensis;35403;actual measurement (following LEDA data standards);germinule;3.13;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.13;;;;;; Viola arvensis;35403;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Viola arvensis;35403;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Viola arvensis;35403;actual measurement (following LEDA data standards);germinule;3.05;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.05;;;;;; Viola arvensis;35403;actual measurement (following LEDA data standards);germinule;3.09;10;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.09;3.52;2.43;3.09;;Preaggregated data obtained from single record.; Viola arvensis;35403;actual measurement (following LEDA data standards);germinule;2.84;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.84;;;;;; Viola arvensis;35403;actual measurement (following LEDA data standards);germinule;2.75;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.75;;;;;; Viola arvensis;35403;actual measurement (following LEDA data standards);germinule;3.47;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.47;;;;;; Viola arvensis;35403;actual measurement (following LEDA data standards);germinule;2.43;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.43;;;;;; Viola arvensis;35403;actual measurement (following LEDA data standards);germinule;3.01;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.01;;;;;; Viola arvensis;35403;actual measurement (following LEDA data standards);germinule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Viola canina;35384;actual measurement (following LEDA data standards);germinule;3.71;6;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.72;3.79;3.68;3.71;;Preaggregated data obtained from single record.; Viola canina;35384;unknown;generative dispersule;2.67;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.67;;;;1;Tackenberg (2001); Viola canina;35384;actual measurement (following LEDA data standards);germinule;3.79;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.79;;;;;; Viola canina;35384;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Viola canina;35384;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Viola canina;35384;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Viola canina;35384;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Viola canina;35384;actual measurement (following LEDA data standards);germinule;3.73;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.73;;;;;; Viola canina s. canina;35385;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.52;;;;;; Viola canina s. canina;35385;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;; Viola canina s. canina;35385;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.45;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.43;3.57;3.33;3.45;;Preaggregated data obtained from single record.; Viola canina s. canina;35385;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Viola canina s. canina;35385;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.42;;;;;; Viola canina s. canina;35385;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.33;;;;;; Viola canina s. canina;35385;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Viola canina s. canina;35385;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.57;;;;;; Viola canina s. canina;35385;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.38;;;;;; Viola canina s. canina;35385;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Viola canina s. canina;35385;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Viola elatior;35336;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.62;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.62;;;;;; Viola elatior;35336;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Viola elatior;35336;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Viola elatior;35336;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.57;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.57;;;;;; Viola elatior;35336;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Viola elatior;35336;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.42;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.42;;;;;; Viola elatior;35336;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.68;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.68;;;;;; Viola elatior;35336;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.52;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.52;;;;;; Viola elatior;35336;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.73;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.73;;;;;; Viola elatior;35336;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Viola elatior;35336;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.55;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.56;3.73;3.42;3.55;;Preaggregated data obtained from single record.; Viola hirta;35355;actual measurement;one-seeded generative dispersule;2.5;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;2.5;2.78;2.27;;;; Viola lutea;35331;actual measurement;one-seeded generative dispersule;3.45;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.45;3.97;2.94;;;; Viola pumila;35256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.36;3.47;3.33;3.33;;Preaggregated data obtained from single record.; Viola pumila;35256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Viola pumila;35256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Viola pumila;35256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Viola pumila;35256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.47;;;;;; Viola pumila;35256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Viola pumila;35256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Viola pumila;35256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Viola pumila;35256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Viola pumila;35256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.33;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.33;;;;;; Viola pumila;35256;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.38;;;;;; Viola riviniana;35267;actual measurement;one-seeded generative dispersule;3.83;10;actual fall rate in still air;no ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.83;4.03;3.52;;;; Viola tricolor;35219;actual measurement (following LEDA data standards);germinule;3.42;9;actual fall rate in still air;no ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.45;3.68;3.29;3.42;;Preaggregated data obtained from single record.; Viola tricolor;35219;actual measurement (following LEDA data standards);germinule;3.68;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.68;;;;;; Viola tricolor;35219;actual measurement (following LEDA data standards);germinule;3.29;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.29;;;;;; Viola tricolor;35219;actual measurement (following LEDA data standards);germinule;3.38;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.38;;;;;; Viola tricolor;35219;actual measurement (following LEDA data standards);germinule;3.52;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.52;;;;;; Viola tricolor;35219;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Viola tricolor;35219;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Viola tricolor;35219;actual measurement (following LEDA data standards);germinule;3.42;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.42;;;;;; Viola tricolor;35219;actual measurement (following LEDA data standards);germinule;3.33;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.33;;;;;; Viola tricolor;35219;actual measurement (following LEDA data standards);germinule;3.62;1;actual fall rate in still air;no ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;3.62;;;;;; Vulpia bromoides;42790;unknown;generative dispersule;2.1787;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.1787;;;;1;Tackenberg (unpublished data); Vulpia bromoides;42790;actual measurement;one-seeded generative dispersule;3.82;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.82;4.17;3.33;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.61;10;actual fall rate in still air;yes ;-2;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.63;2.91;2.38;2.61;;Preaggregated data obtained from single record.; Vulpia myuros;42798;actual measurement;one-seeded generative dispersule;3.13;10;actual fall rate in still air;yes ;1;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;3.13;3.62;2.66;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.16;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.98;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.09;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;3.09;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.91;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.85;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.16;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.16;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.38;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.43;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.43;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.12;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.12;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.87;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.87;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.97;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.97;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.69;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;1.69;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.1;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.55;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.66;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.36;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.72;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.57;2.72;2.36;2.58;;Preaggregated data obtained from single record.; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.07;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.05;3.29;2.72;3.07;;Preaggregated data obtained from single record.; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.98;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.98;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.16;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.01;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.01;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.25;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.87;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.87;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.94;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.29;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.29;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.13;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.13;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.66;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.45;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.72;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.58;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.58;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.55;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.63;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;2.36;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.05;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.08;2.43;1.69;2.05;;Preaggregated data obtained from single record.; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.72;10;actual fall rate in still air;yes ;-2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;2.73;3.16;2.1;2.72;;Preaggregated data obtained from single record.; Vulpia myuros;42798;unknown;generative dispersule;2.04;1;unknown;yes ;1;Source data from University of Regensburg, Chair of Botany, DE (Tackenberg) (oliver.tackenberg@biologie.uni-regensburg.de);2.04;;;;1;Tackenberg (unpublished data); Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.55;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.55;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.45;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.78;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.78;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.66;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.66;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.84;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.84;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.48;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.48;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.91;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.69;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.69;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.38;;;;;; Vulpia myuros;42798;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.53;1;actual fall rate in still air;yes ;-4;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Steendam), Corresponding address: R.m.bekker@rug.nl;2.53;;;;;; Xanthium albinum s.lat.;61703;actual measurement (following LEDA data standards);multi-seeded generative dispersule;4.63;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.63;;;;;multi-seeded burs; Xanthium albinum s.lat.;61703;actual measurement (following LEDA data standards);multi-seeded generative dispersule;4.46;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.46;;;;;multi-seeded burs; Xanthium albinum s.lat.;61703;actual measurement (following LEDA data standards);multi-seeded generative dispersule;4.55;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.55;;;;;multi-seeded burs; Xanthium albinum s.lat.;61703;actual measurement (following LEDA data standards);multi-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;multi-seeded burs; Xanthium albinum s.lat.;61703;actual measurement (following LEDA data standards);multi-seeded generative dispersule;4.51;4;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.45;4.63;4.17;4.51;;Preaggregated data obtained from single record.multi-seeded burs; Xanthium strumarium;10168;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;10;actual fall rate in still air;yes ;-2;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.04;4.39;3.47;4.1;;Preaggregated data obtained from single record.; Xanthium strumarium;10168;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.1;;;;;; Xanthium strumarium;10168;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.91;;;;;; Xanthium strumarium;10168;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;; Xanthium strumarium;10168;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;; Xanthium strumarium;10168;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.17;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.17;;;;;; Xanthium strumarium;10168;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.1;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.1;;;;;; Xanthium strumarium;10168;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.97;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.97;;;;;; Xanthium strumarium;10168;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.91;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.91;;;;;; Xanthium strumarium;10168;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.47;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;3.47;;;;;; Xanthium strumarium;10168;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.39;1;actual fall rate in still air;yes ;-4;Source data from Carl von Ossietzky university of Oldenburg, Landscape Ecology Group, DE (Kunzmann), E-Mail: dkunzmann@gmx.de;4.39;;;;;;