Project

General

Profile

1 11396 aaronmk
<!--put template-->
2 7791 aaronmk
<VegBIEN>
3
    <_setDefault id="-1">
4 10866 aaronmk
        <source_id><source><shortname>CTFS.new</shortname></source></source_id>
5 7791 aaronmk
        <path>
6
            <_simplifyPath>
7
                <next>parent_id</next>
8
                <path>
9
                    <location>
10 10419 aaronmk
                        <authorlocationcode>$locationName</authorlocationcode>
11
                        <area_m2><_ha_to_m2><value>$plotArea_ha</value></_ha_to_m2></area_m2>
12
                        <elevation_m>$elevationInMeters</elevation_m>
13 7791 aaronmk
                        <locationevent>
14 10419 aaronmk
                            <authoreventcode>$authorEventCode</authoreventcode>
15 11107 aaronmk
                            <locationevent fkey="parent_id">
16
                                <taxonoccurrence>
17
                                    <aggregateoccurrence>
18
                                        <count>$individualCount</count>
19 12962 aaronmk
                                        <plantobservation><stemobservation><diameterbreastheight_m><_cm_to_m><value>$diameterBreastHeight_cm</value></_cm_to_m></diameterbreastheight_m></stemobservation></plantobservation>
20
                                        <sourceaccessioncode>$aggregateOrganismObservationID</sourceaccessioncode>
21 11107 aaronmk
                                    </aggregateoccurrence>
22
                                    <growthform>$growthForm</growthform>
23 12962 aaronmk
                                    <sourceaccessioncode>$aggregateOrganismObservationID</sourceaccessioncode>
24 11107 aaronmk
                                    <taxondetermination>
25
                                        <taxonverbatim_id>
26
                                            <taxonverbatim>
27
                                                <taxonlabel_id>
28
                                                    <taxonlabel>
29
                                                        <parent_id>
30
                                                            <taxonlabel>
31
                                                                <parent_id>
32
                                                                    <taxonlabel>
33
                                                                        <rank>cultivar</rank>
34
                                                                        <parent_id>
35
                                                                            <taxonlabel>
36
                                                                                <rank>forma</rank>
37
                                                                                <parent_id>
38
                                                                                    <taxonlabel>
39
                                                                                        <rank>variety</rank>
40
                                                                                        <parent_id>
41
                                                                                            <taxonlabel>
42
                                                                                                <rank>subspecies</rank>
43
                                                                                                <taxonepithet>$subspecies</taxonepithet>
44
                                                                                                <parent_id>
45
                                                                                                    <taxonlabel>
46
                                                                                                        <rank>species</rank>
47
                                                                                                        <taxonepithet>$specificEpithet</taxonepithet>
48
                                                                                                        <parent_id>
49
                                                                                                            <taxonlabel>
50
                                                                                                                <rank>genus</rank>
51
                                                                                                                <taxonepithet>$genus</taxonepithet>
52
                                                                                                            </taxonlabel>
53
                                                                                                        </parent_id>
54
                                                                                                    </taxonlabel>
55
                                                                                                </parent_id>
56
                                                                                            </taxonlabel>
57
                                                                                        </parent_id>
58
                                                                                    </taxonlabel>
59
                                                                                </parent_id>
60
                                                                            </taxonlabel>
61
                                                                        </parent_id>
62
                                                                    </taxonlabel>
63
                                                                </parent_id>
64
                                                            </taxonlabel>
65
                                                        </parent_id>
66
                                                        <taxonomicname>
67
                                                            <_join_words>
68
                                                                <2><_filter_genus><value>$genus</value></_filter_genus></2>
69
                                                                <3>$specificEpithet</3>
70
                                                                <4>$subspecies</4>
71
                                                            </_join_words>
72
                                                        </taxonomicname>
73
                                                    </taxonlabel>
74
                                                </taxonlabel_id>
75
                                                <genus>$genus</genus>
76
                                                <specific_epithet>$specificEpithet</specific_epithet>
77
                                            </taxonverbatim>
78
                                        </taxonverbatim_id>
79
                                    </taxondetermination>
80
                                </taxonoccurrence>
81
                            </locationevent>
82 10419 aaronmk
                            <obsenddate>$endDate</obsenddate>
83
                            <obsstartdate>$startDate</obsstartdate>
84 7791 aaronmk
                        </locationevent>
85
                        <locationplace>
86
                            <place_id>
87
                                <place>
88
                                    <coordinates_id>
89
                                        <coordinates>
90 10419 aaronmk
                                            <footprintgeometry_dwc>$footprintWKT</footprintgeometry_dwc>
91 7791 aaronmk
                                            <latitude_deg>
92
                                                <_nullIf>
93
                                                    <null>0</null>
94
                                                    <type>float</type>
95 10419 aaronmk
                                                    <value>$decimalLatitude</value>
96 7791 aaronmk
                                                </_nullIf>
97
                                            </latitude_deg>
98
                                            <longitude_deg>
99
                                                <_nullIf>
100
                                                    <null>0</null>
101
                                                    <type>float</type>
102 10419 aaronmk
                                                    <value>$decimalLongitude</value>
103 7791 aaronmk
                                                </_nullIf>
104
                                            </longitude_deg>
105
                                        </coordinates>
106
                                    </coordinates_id>
107 10419 aaronmk
                                    <country>$country</country>
108 7791 aaronmk
                                    <matched_place_id>
109
                                        <place>
110
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
111
                                            <coordinates_id>
112
                                                <coordinates>
113
                                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
114
                                                    <latitude_deg>
115
                                                        <_nullIf>
116
                                                            <null>0</null>
117
                                                            <type>float</type>
118 10419 aaronmk
                                                            <value>$decimalLatitude</value>
119 7791 aaronmk
                                                        </_nullIf>
120
                                                    </latitude_deg>
121
                                                    <longitude_deg>
122
                                                        <_nullIf>
123
                                                            <null>0</null>
124
                                                            <type>float</type>
125 10419 aaronmk
                                                            <value>$decimalLongitude</value>
126 7791 aaronmk
                                                        </_nullIf>
127
                                                    </longitude_deg>
128
                                                </coordinates>
129
                                            </coordinates_id>
130 10419 aaronmk
                                            <country>$country</country>
131
                                            <stateprovince>$stateProvince</stateprovince>
132 7791 aaronmk
                                        </place>
133
                                    </matched_place_id>
134 10419 aaronmk
                                    <stateprovince>$stateProvince</stateprovince>
135 7791 aaronmk
                                </place>
136
                            </place_id>
137
                        </locationplace>
138
                    </location>
139
                </path>
140
            </_simplifyPath>
141
        </path>
142
    </_setDefault>
143
</VegBIEN>
144 12962 aaronmk
Inserted 27 new rows into database