Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_setDefault id="-1">
4
        <source_id><source><shortname>CTFS</shortname></source></source_id>
5
        <path>
6
            <_simplifyPath>
7
                <next>parent_id</next>
8
                <path>
9
                    <location>
10
                        <authorlocationcode>$Plot</authorlocationcode>
11
                        <area_m2><_ha_to_m2><value>$PlotSize</value></_ha_to_m2></area_m2>
12
                        <elevation_m>$Elevation </elevation_m>
13
                        <locationevent>
14
                            <authoreventcode>$CensusName</authoreventcode>
15
                            <obsenddate>$EndDate</obsenddate>
16
                            <obsstartdate>$StartDate</obsstartdate>
17
                            <taxonoccurrence>
18
                                <aggregateoccurrence>
19
                                    <count>$Abund</count>
20
                                    <plantobservation>
21
                                        <specimenreplicate><sourceaccessioncode>$DWstagingID</sourceaccessioncode></specimenreplicate>
22
                                        <stemobservation>
23
                                            <diameterbreastheight_m>
24
                                                <_cm_to_m>
25
                                                    <value>
26
                                                        <_avg>
27
                                                            <1>$maxDBHcm</1>
28
                                                            <2>$minDBHcm</2>
29
                                                        </_avg>
30
                                                    </value>
31
                                                </_cm_to_m>
32
                                            </diameterbreastheight_m>
33
                                        </stemobservation>
34
                                    </plantobservation>
35
                                </aggregateoccurrence>
36
                                <growthform>$VegCategory</growthform>
37
                                <sourceaccessioncode>$DWstagingID</sourceaccessioncode>
38
                                <taxondetermination>
39
                                    <taxonverbatim_id>
40
                                        <taxonverbatim>
41
                                            <taxonlabel_id>
42
                                                <taxonlabel>
43
                                                    <parent_id>
44
                                                        <taxonlabel>
45
                                                            <parent_id>
46
                                                                <taxonlabel>
47
                                                                    <rank>cultivar</rank>
48
                                                                    <parent_id>
49
                                                                        <taxonlabel>
50
                                                                            <rank>forma</rank>
51
                                                                            <parent_id>
52
                                                                                <taxonlabel>
53
                                                                                    <rank>variety</rank>
54
                                                                                    <parent_id>
55
                                                                                        <taxonlabel>
56
                                                                                            <rank>subspecies</rank>
57
                                                                                            <taxonepithet>$subspecies</taxonepithet>
58
                                                                                            <parent_id>
59
                                                                                                <taxonlabel>
60
                                                                                                    <rank>species</rank>
61
                                                                                                    <taxonepithet>$speciesname</taxonepithet>
62
                                                                                                    <parent_id>
63
                                                                                                        <taxonlabel>
64
                                                                                                            <rank>genus</rank>
65
                                                                                                            <taxonepithet>$Genus </taxonepithet>
66
                                                                                                        </taxonlabel>
67
                                                                                                    </parent_id>
68
                                                                                                </taxonlabel>
69
                                                                                            </parent_id>
70
                                                                                        </taxonlabel>
71
                                                                                    </parent_id>
72
                                                                                </taxonlabel>
73
                                                                            </parent_id>
74
                                                                        </taxonlabel>
75
                                                                    </parent_id>
76
                                                                </taxonlabel>
77
                                                            </parent_id>
78
                                                        </taxonlabel>
79
                                                    </parent_id>
80
                                                    <taxonomicname>
81
                                                        <_join_words>
82
                                                            <2><_filter_genus><value>$Genus </value></_filter_genus></2>
83
                                                            <3>$speciesname</3>
84
                                                            <4>$subspecies</4>
85
                                                        </_join_words>
86
                                                    </taxonomicname>
87
                                                </taxonlabel>
88
                                            </taxonlabel_id>
89
                                            <genus>$Genus </genus>
90
                                            <specific_epithet>$speciesname</specific_epithet>
91
                                        </taxonverbatim>
92
                                    </taxonverbatim_id>
93
                                </taxondetermination>
94
                            </taxonoccurrence>
95
                        </locationevent>
96
                        <locationplace>
97
                            <place_id>
98
                                <place>
99
                                    <coordinates_id>
100
                                        <coordinates>
101
                                            <footprintgeometry_dwc>$PlotShape</footprintgeometry_dwc>
102
                                            <latitude_deg>
103
                                                <_nullIf>
104
                                                    <null>0</null>
105
                                                    <type>float</type>
106
                                                    <value>$Latitude </value>
107
                                                </_nullIf>
108
                                            </latitude_deg>
109
                                            <longitude_deg>
110
                                                <_nullIf>
111
                                                    <null>0</null>
112
                                                    <type>float</type>
113
                                                    <value>$Longitude </value>
114
                                                </_nullIf>
115
                                            </longitude_deg>
116
                                        </coordinates>
117
                                    </coordinates_id>
118
                                    <country>$Country</country>
119
                                    <matched_place_id>
120
                                        <place>
121
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
122
                                            <coordinates_id>
123
                                                <coordinates>
124
                                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
125
                                                    <latitude_deg>
126
                                                        <_nullIf>
127
                                                            <null>0</null>
128
                                                            <type>float</type>
129
                                                            <value>$Latitude </value>
130
                                                        </_nullIf>
131
                                                    </latitude_deg>
132
                                                    <longitude_deg>
133
                                                        <_nullIf>
134
                                                            <null>0</null>
135
                                                            <type>float</type>
136
                                                            <value>$Longitude </value>
137
                                                        </_nullIf>
138
                                                    </longitude_deg>
139
                                                </coordinates>
140
                                            </coordinates_id>
141
                                            <country>$Country</country>
142
                                            <stateprovince>$Province</stateprovince>
143
                                        </place>
144
                                    </matched_place_id>
145
                                    <stateprovince>$Province</stateprovince>
146
                                </place>
147
                            </place_id>
148
                        </locationplace>
149
                    </location>
150
                </path>
151
            </_simplifyPath>
152
        </path>
153
    </_setDefault>
154
</VegBIEN>
155
Inserted 29 new rows into database
(6-6/7)