VegBIEN contents¶
VegBIEN currently has:
records¶
- 84 million observations1
- 68 million specimens2
- 2.9 million plots3 (includes both top-level plots and subplots)
- 250,000 unique accepted species4 (binomials) resolved by TNRS
datasources¶
41 datasources8:
ACAD, ARIZ, BRIT, CTFS, CVS, FIA, GBIF, HIBG, HVAA, IRMNG, IUCN, JBM, MO, MT, Madidi, NCBI, NCU, NVS, NY, QFA, REMIB, SALVIAS, SpeciesLink, TEAM, TEX, TNRS, TRT, TRTE, U, UBC, UNCC, VASCAN, VegBank, WIN, XAL, bien2_traits, bien_web, geoscrub, herbaria, newWorld, test_taxonomic_names
- 30 datasources with observations5:
GBIF, FIA, MO, SpeciesLink, NY, VegBank, REMIB, SALVIAS, CVS, ARIZ, Madidi, TEAM, UBC, NCU, bien2_traits, TRT, U, QFA, ACAD, UNCC, TEX, JBM, MT, WIN, CTFS, TRTE, HIBG, BRIT, HVAA, NVS - 11 other datasources:
1 /*r9897.*/analytical_stem
:Rows (estimated) 83742600
2 /*r9897.*/specimenreplicate
:Rows (estimated) 67632300
3 2947989select count(*) from /*r9897.*/location where source_id IN (select source_id from /*r9897.*/source where observationtype = 'plot')
Total query runtime: 26234 ms.
4 256825select count(*) from (select distinct "Accepted_name_species" from "TNRS".tnrs) s
Total query runtime: 64034 ms.
5 30select count(*), string_agg(dataprovider, ', ') from /*r9897.*/provider_count where dataset = '(total)' and observationtype IS NOT NULL
6 8select count(*), string_agg(dataprovider, ', ') from /*r9897.*/provider_count where dataset = '(total)' and observationtype = 'plot'
7 22select count(*), string_agg(dataprovider, ', ') from /*r9897.*/provider_count where dataset = '(total)' and observationtype = 'specimen'
8 from the VegBIEN DB datasource schemas