Revision 4988
Added by Aaron Marcuse-Kubitza over 12 years ago
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,, |
Also available in: Unified diff
inputs/VegBank/taxonimportance/map.csv: Documented that taxonimportance is not 1:1 with taxonobservation