Project

General

Profile

1
PlotObsID,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."
2
PlotCode,locationName,,
3
census_date,eventDate,,"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:
4
-----
5
SELECT ""PlotID"", ""Line"", count(DISTINCT census_date) AS census_date_count
6
FROM ""SALVIAS"".organisms
7
WHERE ""Line"" IS NOT NULL AND census_date IS NOT NULL
8
GROUP BY ""PlotID"", ""Line""
9
HAVING count(DISTINCT census_date) > 1
10
-----"
11
Line,subplot,,
12
Ind,individualCode,,"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."
13
tag1,tag,/_alt/2,"The second tag supercedes the first. Brad: Another type of code, typically a number, used by the original data provider to indicate an individual tree. These are numbers on physical tags attached to the tree. Tag2 Is the same thing, only used if the first tag was lost. Obviously not a good system as it's possible a tree tag could be lost and changed more than once."
14
x_position,organismX_m,,"""x coordinate in meters"" (x_position definition at <http://salvias.net/Documents/salvias_data_dictionary.html#Plot+data>). Brad: These are important, fundamental values of many tree plots"
15
y_position,organismY_m,,"""y coordinate in meters"" (y_position definition at <http://salvias.net/Documents/salvias_data_dictionary.html#Plot+data>). Brad: See comment above for x_position"
16
SourceVoucher,collectorNumber,/_alt/2,"Brad: OMIT. This is the verbatim text, which includes both collectors name and collection number. I would use coll_number, below."
17
coll_number,collectorNumber,/_alt/1,Brad: Map instead as for voucher_string
18
coll_lastname,recordedBy_surName,,"Brad: This is the collector of a separate specimen which vouchers this tree or species. I worry that vouchers are not properly accommodated in VegX. Again, we need to check with Nick."
19
coll_firstname,recordedBy_givenName,,Brad: See comment above
20
det_by,identifiedBy,,
21
fam_status,OMIT,,Brad: OMIT. This will be determined later by using TNRS.
22
gen_status,OMIT,,Brad: OMIT. This will be determined later by using TNRS.
23
name_status,OMIT,,"Brad: OMIT. Except, note that if species_status=3, this indicate that name is a morphospecies and not a standard latin name. Not exactly sure how to use this in BIEN, but could be useful during the name-scrubbing process with TNRS."
24
auth,scientificNameAuthorship,,Brad: This is the author of the scientificName.
25
infra_rank_1,taxonRank,,
26
infra_ep_1,infraspecificEpithet,,
27
NoInd,individualCount,,"Brad: This is a count of number of indiiduals for an *aggregate* observation. For VegBank, I'm not sure. Not exactly the same as stemCount. An individual tree could have 3 stems but would still only count as 1. We need to check with Bob on this."
28
OrigFamily,originalFamily,,Brad: OMIT
29
OrigGenus,originalGenus,,
30
OrigSpecies,originalSpecificEpithet,,Brad: OMIT
31
temp_dbh,diameterBreastHeight_cm,,"Assuming units based on the units for intercept_cm, which measures the same dimension"
(5-5/7)