Revision 5562
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/FIA/Organism/map.csv | ||
---|---|---|
13 | 13 |
DBH,diameterBreastHeight_in,,Assuming units based on the range and precision of values and location inside the U.S. |
14 | 14 |
HOM,*HOM,, |
15 | 15 |
BasalDiameter,basalDiameter,, |
16 |
Height,height,, |
|
16 |
Height,height_ft,,"Assuming units based on the range of values, the height of the tallest tree [1], and location inside the U.S. |
|
17 |
|
|
18 |
[1] ""The tallest living tree is believed to be a coast redwood [which] is 115.66 metres (379.5 ft) tall"" (http://en.wikipedia.org/wiki/Tree#Superlative_trees)" |
inputs/FIA/Organism/VegBIEN.csv | ||
---|---|---|
10 | 10 |
MeasYear,"/location/locationevent/taxonoccurrence/aggregateoccurrence/collectiondate/_alt/2/_date/year/_nullIf:[null=0,type=float]/value", |
11 | 11 |
BasalDiameter,/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/basaldiameter_m, |
12 | 12 |
DBH,/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/diameterbreastheight_m/_in_to_m/value,Assuming units based on the range and precision of values and location inside the U.S. |
13 |
Height,/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/height_m, |
|
13 |
Height,/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/height_m/_ft_to_m/value,"Assuming units based on the range of values, the height of the tallest tree [1], and location inside the U.S. |
|
14 |
|
|
15 |
[1] ""The tallest living tree is believed to be a coast redwood [which] is 115.66 metres (379.5 ft) tall"" (http://en.wikipedia.org/wiki/Tree#Superlative_trees)" |
|
14 | 16 |
TreeTag,/location/locationevent/taxonoccurrence/aggregateoccurrence/plantobservation/stemobservation/tag, |
15 | 17 |
PlotCD,"/location/locationevent/taxonoccurrence/authortaxoncode/_if[@name=""if in plot""]/cond/_exists", |
16 | 18 |
TreeTag,"/location/locationevent/taxonoccurrence/authortaxoncode/_if[@name=""if in plot""]/then/_first/1/_first/2", |
inputs/FIA/Organism/test.xml.ref | ||
---|---|---|
53 | 53 |
<stemobservation> |
54 | 54 |
<basaldiameter_m>$BasalDiameter</basaldiameter_m> |
55 | 55 |
<diameterbreastheight_m><_in_to_m><value>$DBH</value></_in_to_m></diameterbreastheight_m> |
56 |
<height_m>$Height</height_m>
|
|
56 |
<height_m><_ft_to_m><value>$Height</value></_ft_to_m></height_m>
|
|
57 | 57 |
<tag>$TreeTag</tag> |
58 | 58 |
</stemobservation> |
59 | 59 |
</plantobservation> |
Also available in: Unified diff
inputs/FIA/Organism/map.csv: Height: Remapped to height_ft, assuming units based on the range of values, the height of the tallest tree, and location inside the U.S.