Revision 4988
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/VegBank/taxonimportance/map.csv | ||
---|---|---|
1 | 1 |
VegBank,VegCore,Filter,Comments |
2 | 2 |
taxonimportance_id,aggregateOccurrenceID,, |
3 |
taxonobservation_id,taxonOccurrenceID,, |
|
3 |
taxonobservation_id,taxonOccurrenceID,,"Note that taxonimportance is not 1:1 with taxonobservation [1]. |
|
4 |
|
|
5 |
[1] The following query returns rows: |
|
6 |
----- |
|
7 |
SELECT taxonobservation_id, count(distinct taxonimportance_id) |
|
8 |
FROM ""VegBank"".taxonimportance |
|
9 |
GROUP BY taxonobservation_id |
|
10 |
HAVING count(distinct taxonimportance_id) > 1 |
|
11 |
-----" |
|
4 | 12 |
stratum_id,*stratum_id,, |
5 | 13 |
cover,coverPercent,, |
6 | 14 |
basalarea,*basalarea,, |
inputs/VegBank/taxonimportance/VegBIEN.csv | ||
---|---|---|
1 | 1 |
VegBank,VegBIEN:/_simplifyPath:[next=parent_id]/path,Comments |
2 | 2 |
cover,/location/locationevent/taxonoccurrence/aggregateoccurrence/cover_fraction/_percent_to_fraction/value, |
3 | 3 |
taxonimportance_id,/location/locationevent/taxonoccurrence/aggregateoccurrence/sourceaccessioncode, |
4 |
taxonobservation_id,/location/locationevent/taxonoccurrence/sourceaccessioncode/_first/1, |
|
4 |
taxonobservation_id,/location/locationevent/taxonoccurrence/sourceaccessioncode/_first/1,"Note that taxonimportance is not 1:1 with taxonobservation [1]. |
|
5 |
|
|
6 |
[1] The following query returns rows: |
|
7 |
----- |
|
8 |
SELECT taxonobservation_id, count(distinct taxonimportance_id) |
|
9 |
FROM ""VegBank"".taxonimportance |
|
10 |
GROUP BY taxonobservation_id |
|
11 |
HAVING count(distinct taxonimportance_id) > 1 |
|
12 |
-----" |
|
5 | 13 |
taxonimportance_id,"/location/locationevent/taxonoccurrence/sourceaccessioncode/_first/2/_if[@name=""if organism in AggregateOccurrence""]/cond/_exists", |
6 | 14 |
basalarea,,** No join mapping for *basalarea ** |
7 | 15 |
biomass,,** No join mapping for *biomass ** |
inputs/VegBank/taxonimportance/new_terms.csv | ||
---|---|---|
1 | 1 |
taxonimportance_id,aggregateOccurrenceID,, |
2 |
taxonobservation_id,taxonOccurrenceID,, |
|
2 |
taxonobservation_id,taxonOccurrenceID,,"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 |
-----" |
|
3 | 11 |
cover,coverPercent,, |
Also available in: Unified diff
inputs/VegBank/taxonimportance/map.csv: Documented that taxonimportance is not 1:1 with taxonobservation