Revision 4248
Added by Aaron Marcuse-Kubitza about 12 years ago
map.full.csv | ||
---|---|---|
19 | 19 |
OBSERVATION_ID,individualID,"Brad: Neither is correct; this is just an internal ID for table plotObservations. However, it has the important property of uniquely identifying an ""observation"", which is an individual tree, in the case of an individual observation, or a records of a species with an associated count of individuals or measurement of percent cover, in the case of aggregate observations. Not sure where to store this. Main point is that it is not part of the original data, but an auto_increment added later." |
20 | 20 |
infra_ep_1,infraspecificEpithet, |
21 | 21 |
stem_liana_infestation,lianaInfestation, |
22 |
PLOT_ID,parentLocationID, |
|
23 |
plot_code,parentPlotName, |
|
22 |
PLOT_ID,locationID, |
|
24 | 23 |
census_date,plotEventStartDate,"This is for the subplot, not the organism, as all organisms in a subplot have the same value for it. The following query returns no rows: |
25 | 24 |
----- |
26 | 25 |
SELECT ""PLOT_ID"", subplot, count(DISTINCT census_date) AS census_date_count |
... | ... | |
29 | 28 |
GROUP BY ""PLOT_ID"", subplot |
30 | 29 |
HAVING count(DISTINCT census_date) > 1 |
31 | 30 |
-----" |
31 |
plot_code,plotName, |
|
32 | 32 |
tag2,previousTag/_alt/1,"Brad: See commend for tag1. Your mapping for tag2 looks correct. Probably both values would go here, only nested, with one superceding the other." |
33 | 33 |
stem_tag2,previousTag/_alt/2,Brad: see above |
34 | 34 |
individual_code,recordNumber,"Brad: Code, if any, used by the data provider to indicate an individual tree. Scope is unknown, although typically this value is unique only within plot, or sometimes only within subplot." |
Also available in: Unified diff
inputs/SALVIAS*/1.organisms/map.csv: Map directly to locationID, plotName instead of parentLocationID, parentPlotName because these terms now map correctly to the parent location when a subplot column exists