Project

General

Profile

« Previous | Next » 

Revision 4846

mappings/VegCore.csv: Renamed diameterBreastHeight to diameterBreastHeight_m to assert units matching the VegBIEN field

View differences:

inputs/TEAM/VL/map.csv
7 7
Genus,genus,,
8 8
SpecificEpithet,specificEpithet,,
9 9
Collectors,recordedBy,,
10
dbh,diameterBreastHeight,,
10
dbh,diameterBreastHeight_m,,
11 11
max_diam,max_diam,,
12 12
max_diam_pom,max_diam_pom,,
13 13
ConditionCodes,ConditionCodes,,
inputs/TEAM/VT/map.csv
5 5
Genus,genus,,
6 6
SpecificEpithet,specificEpithet,,
7 7
Collectors,recordedBy,,
8
dbh,diameterBreastHeight,,
8
dbh,diameterBreastHeight_m,,
9 9
dbh_pom,dbh_pom,,
10 10
dbh_new,dbh_new,,
11 11
dbh_new_pom,dbh_new_pom,,
inputs/Madidi/Organism/map.csv
26 26
Qualifier,identificationQualifier,,
27 27
Common name,Common name,,
28 28
Circumference,Circumference,,
29
Diameter,diameterBreastHeight,,
29
Diameter,diameterBreastHeight_m,,
30 30
Trunk,authorStemCode,,
31 31
Total height,height,,
32 32
Bole height,Bole height,,trunk height
inputs/SALVIAS-CSV/Organism/map.csv
43 43
ht_first_branch_m,heightFirstBranch,,
44 44
stem_tag1,tag,/_alt/1/_alt/2,"The second tag supercedes the first. The stem tag supercedes the tree tag. Brad: Same as tag1 & tag2, but applied to individual stems. I'm still not clear how to distinguish between methods which tag only individuals trees, and those which tag individual stems."
45 45
stem_tag2,tag,/_alt/1/_alt/1,The second tag supercedes the first. The stem tag supercedes the tree tag. Brad: see above
46
stem_dbh,diameterBreastHeight,,
46
stem_dbh,diameterBreastHeight_m,,
47 47
basal_diam,basalDiameter,,
48 48
stem_height_m,height,/_alt/1,"Brad: Same as for height, but applies to individuals stems, not trees. Rare."
49 49
stem_height_first_branch_m,heightFirstBranch,,"Brad: Same as for ht_first_branch_m, but applies to individuals stems, not trees. Rare."
inputs/CTFS/StemObservation/map.csv
7 7
StemID,authorStemCode,,
8 8
MeasureID,individualID,,
9 9
CensusID,eventID,,
10
DBH,diameterBreastHeight,,
10
DBH,diameterBreastHeight_m,,
11 11
HOM,HOM,,
12 12
PrimaryStem,PrimaryStem,,
13 13
ExactDate,ExactDate,,
inputs/FIA/Organism/map.csv
10 10
PlotCD,locationID,,
11 11
StateProvince,stateProvince,,
12 12
County,county,,
13
DBH,diameterBreastHeight,,
13
DBH,diameterBreastHeight_m,,
14 14
HOM,HOM,,
15 15
BasalDiameter,basalDiameter,,
16 16
Height,height,,
inputs/SALVIAS/stems/map.csv
4 4
PlotObsID,individualID,,
5 5
NoInd,stemCount,,
6 6
basal_diam,basalDiameter,,
7
stem_dbh,diameterBreastHeight,,
7
stem_dbh,diameterBreastHeight_m,,
8 8
gentry_dbh,diameterBreastHeightGentry,,
9 9
stem_notes,stemNotes,,
10 10
stem_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."
inputs/SALVIAS/plotObservations/map.csv
65 65
canopy_form,canopyForm,,
66 66
liana_infestation,lianaInfestation,,
67 67
Notes,fieldNotes,,
68
temp_dbh,diameterBreastHeight,,
68
temp_dbh,diameterBreastHeight_m,,
69 69
temp_liandbh,temp_liandbh,,
70 70
tmp_del,tmp_del,,
71 71
PlotID_index,PlotID_index,,
mappings/VegCore.csv
216 216
intercept_m,http://salvias.net/Documents/salvias_data_dictionary.html#Plot+data.intercept_cm,,Changed to SI base units
217 217
canopyForm,http://salvias.net/Documents/salvias_data_dictionary.html#Plot+data.stem_canopy_form,40,
218 218
canopyPosition,http://salvias.net/Documents/salvias_data_dictionary.html#Plot+data.stem_canopy_position,41,
219
diameterBreastHeight,http://salvias.net/Documents/salvias_data_dictionary.html#Plot+data.stem_dbh,36,Expanded for clarity
219
diameterBreastHeight_m,http://salvias.net/Documents/salvias_data_dictionary.html#Plot+data.stem_dbh,36,Expanded for clarity. Added units.
220 220
lianaInfestation,http://salvias.net/Documents/salvias_data_dictionary.html#Plot+data.stem_liana_infestation,42,
221 221
subplot,http://salvias.net/Documents/salvias_data_dictionary.html#Plot+data.subplot,5,
222 222
subplotID,"http://salvias.net/Documents/salvias_data_dictionary.html#Plot+data.subplot, http://rs.tdwg.org/dwc/terms/#locationID","5, 56",
mappings/VegCore-VegBIEN.csv
96 96
diameterBreastHeightGentry,"/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/definedvalue[*_id/userdefined[tablename=stemobservation,userdefinedname=gentryDiameter]]:[@fkey=tablerecord_id]/definedvalue",
97 97
lianaInfestation,"/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/definedvalue[*_id/userdefined[tablename=stemobservation,userdefinedname=lianaInfestation]]:[@fkey=tablerecord_id]/definedvalue",
98 98
stemNotes,"/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/definedvalue[*_id/userdefined[tablename=stemobservation,userdefinedname=notes]]:[@fkey=tablerecord_id]/definedvalue",
99
diameterBreastHeight,/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/diameterbreastheight_m,
99
diameterBreastHeight_m,/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/diameterbreastheight_m,
100 100
height,/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/height_m,
101 101
heightFirstBranch,/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/heightfirstbranch_m,
102 102
stemID,/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/sourceaccessioncode,
mappings/for_review/VegCore-VegBIEN.csv
96 96
diameterBreastHeightGentry,"//stemobservation/definedvalue[*_id/userdefined[tablename=stemobservation,userdefinedname=gentryDiameter]]/definedvalue",
97 97
lianaInfestation,"//stemobservation/definedvalue[*_id/userdefined[tablename=stemobservation,userdefinedname=lianaInfestation]]/definedvalue",
98 98
stemNotes,"//stemobservation/definedvalue[*_id/userdefined[tablename=stemobservation,userdefinedname=notes]]/definedvalue",
99
diameterBreastHeight,//stemobservation/diameterbreastheight_m,
99
diameterBreastHeight_m,//stemobservation/diameterbreastheight_m,
100 100
height,//stemobservation/height_m,
101 101
heightFirstBranch,//stemobservation/heightfirstbranch_m,
102 102
stemID,//stemobservation/sourceaccessioncode,

Also available in: Unified diff