Project

General

Profile

1 4679 aaronmk
SALVIAS,VegCore,Filter,Comments
2 4656 aaronmk
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."
3
PlotID,locationID,,
4 6542 aaronmk
PlotCode,locationName,,
5 4656 aaronmk
census_no,censusNumber,,"Brad: Assigned by SALVIAS. 1 for first plot, then 2, 3, etc. I can't recall if we even have repeat censuses in SALVIAS. Probably not."
6
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:
7 4176 aaronmk
-----
8
SELECT ""PlotID"", ""Line"", count(DISTINCT census_date) AS census_date_count
9
FROM ""SALVIAS"".organisms
10
WHERE ""Line"" IS NOT NULL AND census_date IS NOT NULL
11
GROUP BY ""PlotID"", ""Line""
12
HAVING count(DISTINCT census_date) > 1
13 4014 aaronmk
-----"
14 4979 aaronmk
OrigRecordID,*OrigRecordID,,
15 4656 aaronmk
Line,subplot,,
16 7196 aaronmk
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."
17 4979 aaronmk
ind_id,*ind_id,,Brad: OMIT
18 4824 aaronmk
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."
19
tag2,tag,/_alt/1,"The second tag supercedes the first. Brad: See commend for tag1. Your mapping for tag2 looks correct. Probably both values would go here, only nested, with one superceding the other."
20 5535 aaronmk
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"
21
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"
22 4979 aaronmk
dist,*dist,,
23
perp_dist,*perp_dist,,
24 4657 aaronmk
SourceVoucher,catalogNumber,/_alt/2,"Brad: OMIT. This is the verbatim text, which includes both collectors name and collection number. I would use coll_number, below."
25
coll_number,catalogNumber,/_alt/1,Brad: Map instead as for voucher_string
26 4979 aaronmk
collector_code,*collector_code,,Brad: OMIT
27
coll_inits,*coll_inits,,
28 6831 aaronmk
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."
29
coll_firstname,recordedBy_givenName,,Brad: See comment above
30 4656 aaronmk
DetType,voucherType,,"Brad: A SALVIAS value referring to the relationship between the voucher specimen and the observation. Affect how the identification of the specimen(latin name) is transferred to the observation. 'direct'=voucher specimen was collected from this same tree; they are one and the same individual. 'indirect'=voucher specimen was collected for a different individual, but the original data provider confirmed that this is the same species. 'default'=basically same as 'indirect'. 'uncollected'=no voucher specimen, data provider  asserted that this was the name but was unable to collect. The main different is that with 'direct', 'indirect', and 'default', the scientific name can be updated automatically based on the name attached to the specimen voucher (assuming you have a link to that data, presumably from a herbarium database. Whereas, if det_type='uncollected', the name can never change because there is no specimen."
31 6154 aaronmk
det_by,identifiedBy,,
32
fam_status,OMIT,,Brad: OMIT. This will be determined later by using TNRS.
33
gen_status,OMIT,,Brad: OMIT. This will be determined later by using TNRS.
34
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."
35 4979 aaronmk
SpAuthStatus,*SpAuthStatus,,
36 4656 aaronmk
Family,family,,
37
Genus,genus,,
38 4979 aaronmk
GenAuth,*GenAuth,,
39 4656 aaronmk
Species,specificEpithet,,
40
auth,scientificNameAuthorship,,Brad: This is the author of the scientificName.
41
infra_rank_1,taxonRank,,
42
infra_ep_1,infraspecificEpithet,,
43 4979 aaronmk
infra_auth_1,*infra_auth_1,,
44
common_name,*common_name,,
45 7193 aaronmk
morphoname,morphoname,,"Not the morphospecies, which is stored in Species"
46 4979 aaronmk
species_code,*species_code,,
47 6227 aaronmk
Habit,growthForm,"/_map:[./{T,Arbol,palm}=tree,./{H,""Hemiepífito""}=hemiepiphyte,./{L,l,""L?"",Liana}=liana,E=epiphyte,S=shrub,Hb=herb,""vine-herbaceous""=vine,graminoid=grass,rosette=forb,*=*]/value","Brad: This is growth form (tree, shrub, herb, etc.). It is an observation of a trait."
48 4979 aaronmk
height_class,*height_class,,
49 5541 aaronmk
height_m,height_m,,"""Total height of individual, in meters"" (height_m definition at <http://salvias.net/Documents/salvias_data_dictionary.html#Plot+data>)"
50 4979 aaronmk
height_m_commercial,*height_m_commercial,,
51 4656 aaronmk
ht_first_branch_m,heightFirstBranch,,
52
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."
53
cover_percent,coverPercent,,
54 4785 aaronmk
intercept_cm,intercept_cm,,"Brad: This is an aggregate observation. Used in line-intercept methodology only, describes the point along centerline at which an individual intercepts the center line of the plot. Used to determin relative abundance."
55 4656 aaronmk
cfaff,identificationQualifier,,"Brad: Not sure where this goes. Indicator of identification uncertainty. 'cf.'=similar to the species listed, 'aff.'=related to the species list, but not the same. You'll need to check with Bob and with Nick where these go in VegX and VegBank."
56 4979 aaronmk
other_annotations,*other_annotations,,
57
morphocf,*morphocf,,
58
IsMorpho,*IsMorpho,,
59 5062 aaronmk
OrigFamily,originalFamily,,Brad: OMIT
60
OrigGenus,originalGenus,,
61
OrigSpecies,originalSpecificEpithet,,Brad: OMIT
62 4979 aaronmk
OrigAuth,*OrigAuth,,
63
phenology,*phenology,,
64 4656 aaronmk
canopy_position,canopyPosition,,
65
canopy_form,canopyForm,,
66
liana_infestation,lianaInfestation,,
67
Notes,fieldNotes,,
68 6167 aaronmk
tmp_PlotObsID,*tmp_PlotObsID,,
69 4869 aaronmk
temp_dbh,diameterBreastHeight_cm,,"Assuming units based on the units for intercept_cm, which measures the same dimension"
70 4979 aaronmk
temp_liandbh,*temp_liandbh,,
71
tmp_del,*tmp_del,,
72 6154 aaronmk
PlotID_index,OMIT,,Placeholder column created by MySQL to PostgreSQL translation
73 6167 aaronmk
tmp_del_index,OMIT,,Placeholder column created by MySQL to PostgreSQL translation
74
tmp_PlotObsID_index,OMIT,,Placeholder column created by MySQL to PostgreSQL translation