Revision 4861
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/CTFS/StemObservation/map.csv | ||
---|---|---|
7 | 7 |
StemID,authorStemCode,, |
8 | 8 |
MeasureID,individualID,, |
9 | 9 |
CensusID,eventID,, |
10 |
DBH,diameterBreastHeight_m,,
|
|
10 |
DBH,diameterBreastHeight_cm,,Assuming units are cm based on the range of values. Not documented in <https://projects.nceas.ucsb.edu/nceas/projects/bien/repository/raw/inputs/CTFS/_src/ctfs-comments_worksheet.xls>.
|
|
11 | 11 |
HOM,HOM,, |
12 | 12 |
PrimaryStem,PrimaryStem,, |
13 | 13 |
ExactDate,ExactDate,, |
inputs/CTFS/StemObservation/VegBIEN.csv | ||
---|---|---|
11 | 11 |
CensusID,"/location/locationevent/_if[@name=""if subplot""]/then/_if[@name=""if event""]/then/parent_id/locationevent/sourceaccessioncode", |
12 | 12 |
MeasureID,/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/sourceaccessioncode, |
13 | 13 |
StemID,/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/authorstemcode, |
14 |
DBH,/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/diameterbreastheight_m,
|
|
14 |
DBH,/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/diameterbreastheight_m/_cm_to_m/value,Assuming units are cm based on the range of values. Not documented in <https://projects.nceas.ucsb.edu/nceas/projects/bien/repository/raw/inputs/CTFS/_src/ctfs-comments_worksheet.xls>.
|
|
15 | 15 |
StemTag,/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/tag, |
16 | 16 |
Tag,/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/tag, |
17 | 17 |
x,/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/xposition_m, |
inputs/CTFS/StemObservation/test.xml.ref | ||
---|---|---|
19 | 19 |
<sourceaccessioncode>$MeasureID</sourceaccessioncode> |
20 | 20 |
<stemobservation> |
21 | 21 |
<authorstemcode>$StemID</authorstemcode> |
22 |
<diameterbreastheight_m>$DBH</diameterbreastheight_m>
|
|
22 |
<diameterbreastheight_m><_cm_to_m><value>$DBH</value></_cm_to_m></diameterbreastheight_m>
|
|
23 | 23 |
<tag> |
24 | 24 |
<_alt> |
25 | 25 |
<0>$StemTag</0> |
Also available in: Unified diff
inputs/CTFS/StemObservation/map.csv: Remapped DBH from diameterBreastHeight_m to diameterBreastHeight_cm, assuming units are cm based on the range of values