Project

General

Profile

1 4387 aaronmk
Put template:
2
<VegBIEN>
3 4621 aaronmk
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <sourceaccessioncode>$PlotCD</sourceaccessioncode>
8 4726 aaronmk
                <locationcoords>
9 4753 aaronmk
                    <latitude_deg>
10 4621 aaronmk
                        <_nullIf>
11
                            <null>0</null>
12
                            <type>float</type>
13
                            <value>$DecimalLatitude</value>
14
                        </_nullIf>
15 4753 aaronmk
                    </latitude_deg>
16
                    <longitude_deg>
17 4621 aaronmk
                        <_nullIf>
18
                            <null>0</null>
19
                            <type>float</type>
20
                            <value>$DecimalLongitude</value>
21
                        </_nullIf>
22 4753 aaronmk
                    </longitude_deg>
23 4726 aaronmk
                </locationcoords>
24 4621 aaronmk
                <locationevent>
25
                    <taxonoccurrence>
26
                        <aggregateoccurrence>
27
                            <collectiondate>
28
                                <_date>
29
                                    <day>
30
                                        <_nullIf>
31
                                            <null>0</null>
32
                                            <type>float</type>
33
                                            <value>$MeasDay</value>
34
                                        </_nullIf>
35
                                    </day>
36
                                    <month>
37
                                        <_nullIf>
38
                                            <null>0</null>
39
                                            <type>float</type>
40
                                            <value>$MeasMon</value>
41
                                        </_nullIf>
42
                                    </month>
43
                                    <year>
44
                                        <_nullIf>
45
                                            <null>0</null>
46
                                            <type>float</type>
47
                                            <value>$MeasYear</value>
48
                                        </_nullIf>
49
                                    </year>
50
                                </_date>
51
                            </collectiondate>
52
                            <plantobservation>
53
                                <stemobservation>
54 4753 aaronmk
                                    <basaldiameter_m>$BasalDiameter</basaldiameter_m>
55 4866 aaronmk
                                    <diameterbreastheight_m><_in_to_m><value>$DBH</value></_in_to_m></diameterbreastheight_m>
56 5562 aaronmk
                                    <height_m><_ft_to_m><value>$Height</value></_ft_to_m></height_m>
57 4828 aaronmk
                                    <tag>$TreeTag</tag>
58 4621 aaronmk
                                </stemobservation>
59
                            </plantobservation>
60
                        </aggregateoccurrence>
61 4832 aaronmk
                        <authortaxoncode>$TreeTag</authortaxoncode>
62 4621 aaronmk
                        <taxondetermination>
63 5608 aaronmk
                            <taxonlabel_id>
64
                                <taxonlabel>
65
                                    <matched_label_id>
66
                                        <taxonlabel>
67 5242 aaronmk
                                            <creator_id>
68 5237 aaronmk
                                                <party>
69 5242 aaronmk
                                                    <creator_id>0</creator_id>
70 5237 aaronmk
                                                    <organizationname>TNRS</organizationname>
71
                                                </party>
72 5242 aaronmk
                                            </creator_id>
73 5138 aaronmk
                                            <identifyingtaxonomicname>
74
                                                <_join_words>
75
                                                    <2>$Genus</2>
76
                                                    <3>$SpecificEpithet</3>
77
                                                </_join_words>
78
                                            </identifyingtaxonomicname>
79 5608 aaronmk
                                        </taxonlabel>
80
                                    </matched_label_id>
81 4703 aaronmk
                                    <genus>$Genus</genus>
82 5294 aaronmk
                                    <parent_id>
83 5608 aaronmk
                                        <taxonlabel>
84 5294 aaronmk
                                            <parent_id>
85 5608 aaronmk
                                                <taxonlabel>
86 5306 aaronmk
                                                    <rank>cultivar</rank>
87 5294 aaronmk
                                                    <parent_id>
88 5608 aaronmk
                                                        <taxonlabel>
89 5306 aaronmk
                                                            <rank>forma</rank>
90 5294 aaronmk
                                                            <parent_id>
91 5608 aaronmk
                                                                <taxonlabel>
92 5306 aaronmk
                                                                    <rank>variety</rank>
93 5294 aaronmk
                                                                    <parent_id>
94 5608 aaronmk
                                                                        <taxonlabel>
95 5306 aaronmk
                                                                            <rank>subspecies</rank>
96 5294 aaronmk
                                                                            <parent_id>
97 5608 aaronmk
                                                                                <taxonlabel>
98 5306 aaronmk
                                                                                    <rank>species</rank>
99 5596 aaronmk
                                                                                    <taxonepithet>$SpecificEpithet</taxonepithet>
100 5306 aaronmk
                                                                                    <parent_id>
101 5608 aaronmk
                                                                                        <taxonlabel>
102 5306 aaronmk
                                                                                            <rank>genus</rank>
103 5596 aaronmk
                                                                                            <taxonepithet>$Genus</taxonepithet>
104 5608 aaronmk
                                                                                        </taxonlabel>
105 5306 aaronmk
                                                                                    </parent_id>
106 5608 aaronmk
                                                                                </taxonlabel>
107 5294 aaronmk
                                                                            </parent_id>
108 5608 aaronmk
                                                                        </taxonlabel>
109 5294 aaronmk
                                                                    </parent_id>
110 5608 aaronmk
                                                                </taxonlabel>
111 5294 aaronmk
                                                            </parent_id>
112 5608 aaronmk
                                                        </taxonlabel>
113 5294 aaronmk
                                                    </parent_id>
114 5608 aaronmk
                                                </taxonlabel>
115 5294 aaronmk
                                            </parent_id>
116 5608 aaronmk
                                        </taxonlabel>
117 5294 aaronmk
                                    </parent_id>
118 5137 aaronmk
                                    <species>$SpecificEpithet</species>
119 5608 aaronmk
                                </taxonlabel>
120
                            </taxonlabel_id>
121 4621 aaronmk
                        </taxondetermination>
122
                    </taxonoccurrence>
123
                </locationevent>
124 4726 aaronmk
                <locationplace>
125 4727 aaronmk
                    <placepath_id>
126
                        <placepath>
127
                            <county>$County</county>
128
                            <stateprovince>$StateProvince</stateprovince>
129
                        </placepath>
130
                    </placepath_id>
131 4726 aaronmk
                </locationplace>
132 4621 aaronmk
            </location>
133
        </path>
134
    </_simplifyPath>
135 4387 aaronmk
</VegBIEN>
136 5561 aaronmk
Inserted 23 new rows into database