Project

General

Profile

« Previous | Next » 

Revision 6746

inputs/VegBank/: Joined together taxonimportance and stemcount tables to create stemcount_, because stemcount actually stores stem abundance by size, rather than grouping stems by organism (http://vegbankdev.nceas.ucsb.edu/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=stemcount&entity=dba_tabledescription&where=where_tablename)

View differences:

VegBIEN.csv
1
VegBank,VegBIEN:/_setDefault:[source_id/source/shortname/_env:[name=source]]/path/_simplifyPath:[next=parent_id]/path,Comments
2
taxonobservation_id,"/location/iscultivated/_or/1/_if[@name=""if TaxonOccurrence""]/cond/_exists","Note that taxonimportance is not 1:1 with taxonobservation [1].
3

  
4
[1] The following query returns rows:
5
-----
6
SELECT taxonobservation_id, count(distinct taxonimportance_id)
7
FROM ""VegBank"".taxonimportance
8
GROUP BY taxonobservation_id
9
HAVING count(distinct taxonimportance_id) > 1
10
-----"
11
stemcount,/location/locationevent/taxonoccurrence/aggregateoccurrence/count,
12
cover,/location/locationevent/taxonoccurrence/aggregateoccurrence/cover_fraction/_percent_to_fraction/value,
13
stemdiameter,/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/diameterbreastheight_m/_cm_to_m/value,"""The diameter of the stem in centimeters"" (stemDiameter definition at <http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=stemcount&entity=dba_tabledescription&where=where_tablename>)"
14
stemheight,/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/height_m,"""The measured height of the stem in meters"" (stemHeight definition at <http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=stemcount&entity=dba_tabledescription&where=where_tablename>)"
15
stemcount_id,/location/locationevent/taxonoccurrence/aggregateoccurrence/sourceaccessioncode,
16
taxonobservation_id,"/location/locationevent/taxonoccurrence/iscultivated/_alt/1/_if[@name=""if TaxonOccurrence""]/cond/_exists","Note that taxonimportance is not 1:1 with taxonobservation [1].
17

  
18
[1] The following query returns rows:
19
-----
20
SELECT taxonobservation_id, count(distinct taxonimportance_id)
21
FROM ""VegBank"".taxonimportance
22
GROUP BY taxonobservation_id
23
HAVING count(distinct taxonimportance_id) > 1
24
-----"
25
taxonobservation_id,/location/locationevent/taxonoccurrence/sourceaccessioncode/_first/1,"Note that taxonimportance is not 1:1 with taxonobservation [1].
26

  
27
[1] The following query returns rows:
28
-----
29
SELECT taxonobservation_id, count(distinct taxonimportance_id)
30
FROM ""VegBank"".taxonimportance
31
GROUP BY taxonobservation_id
32
HAVING count(distinct taxonimportance_id) > 1
33
-----"
34
stemcount_id,"/location/locationevent/taxonoccurrence/sourceaccessioncode/_first/2/_if[@name=""if organism in AggregateOccurrence""]/cond/_exists",
35
basalarea,,** No join mapping for *basalarea ** 
36
biomass,,** No join mapping for *biomass ** 
37
covercode,,** No join mapping for *covercode ** 
38
emb_stemcount,,** No join mapping for *emb_stemcount ** 
39
emb_taxonimportance,,** No join mapping for *emb_taxonimportance ** 
40
inferencearea,,** No join mapping for *inferencearea ** 
41
stemdiameteraccuracy,,** No join mapping for *stemdiameteraccuracy ** 
42
stemheightaccuracy,,** No join mapping for *stemheightaccuracy ** 
43
stemtaxonarea,,** No join mapping for *stemtaxonarea ** 
44
stratum_id,,** No join mapping for *stratum_id ** 
45
stratumbase,,** No join mapping for *stratumbase ** 
46
stratumheight,,** No join mapping for *stratumheight ** 
47
taxonimportance_id,,** No non-empty join mapping for OMIT ** Omitted because stemcount_id is more specific

Also available in: Unified diff