Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_ignore><inLabel>SALVIAS</inLabel></_ignore>
4
    <locationevent id="-1">
5
        <location_id>
6
            <location>
7
                <area>$plot_area_ha</area>
8
                <elevation>
9
                    <_alt>
10
                        <1>$Elev</1>
11
                        <2>
12
                            <_avg>
13
                                <max>
14
                                    <_units>
15
                                        <default>m</default>
16
                                        <to>m</to>
17
                                        <to></to>
18
                                        <value>$elev_max_m</value>
19
                                    </_units>
20
                                </max>
21
                                <min>
22
                                    <_units>
23
                                        <default>m</default>
24
                                        <to>m</to>
25
                                        <to></to>
26
                                        <value>$elev_min_m</value>
27
                                    </_units>
28
                                </min>
29
                            </_avg>
30
                        </2>
31
                    </_alt>
32
                </elevation>
33
                <locationdetermination>
34
                    <namedplace_id>
35
                        <_simplifyPath>
36
                            <next>parent_id/namedplace</next>
37
                            <require>placename</require>
38
                            <path>
39
                                <namedplace>
40
                                    <rank>county</rank>
41
                                    <placename>$pol2</placename>
42
                                    <parent_id>
43
                                        <namedplace>
44
                                            <rank>stateProvince</rank>
45
                                            <placename>$PolDiv1</placename>
46
                                            <parent_id>
47
                                                <namedplace>
48
                                                    <rank>country</rank>
49
                                                    <placename>$Country</placename>
50
                                                    <parent_id>
51
                                                        <namedplace>
52
                                                            <rank>continent</rank>
53
                                                            <placename>$MajorGeo</placename>
54
                                                        </namedplace>
55
                                                    </parent_id>
56
                                                </namedplace>
57
                                            </parent_id>
58
                                        </namedplace>
59
                                    </parent_id>
60
                                </namedplace>
61
                            </path>
62
                        </_simplifyPath>
63
                    </namedplace_id>
64
                    <latitude>$LatDec</latitude>
65
                    <longitude>$LongDec</longitude>
66
                </locationdetermination>
67
                <locationnarrative>$Locality_Description</locationnarrative>
68
                <slopeaspect><_compass><value>$slope_aspect</value></_compass></slopeaspect>
69
                <slopegradient>$slope_gradient</slopegradient>
70
                <elevationrange>
71
                    <_range>
72
                        <to>
73
                            <_units>
74
                                <default>m</default>
75
                                <to>m</to>
76
                                <to></to>
77
                                <value>$elev_max_m</value>
78
                            </_units>
79
                        </to>
80
                        <from>
81
                            <_units>
82
                                <default>m</default>
83
                                <to>m</to>
84
                                <to></to>
85
                                <value>$elev_min_m</value>
86
                            </_units>
87
                        </from>
88
                    </_range>
89
                </elevationrange>
90
                <centerlatitude>$LatDec</centerlatitude>
91
                <centerlongitude>$LongDec</centerlongitude>
92
                <sourceaccessioncode>
93
                    <_merge>
94
                        <2>
95
                            <_alt>
96
                                <2>$SiteCode</2>
97
                                <1>$PlotID</1>
98
                            </_alt>
99
                        </2>
100
                    </_merge>
101
                </sourceaccessioncode>
102
            </location>
103
        </location_id>
104
        <method_id><method><name>$PlotMethod</name></method></method_id>
105
        <project_id><project><projectname>$project_id</projectname></project></project_id>
106
        <commclass>
107
            <commdetermination>
108
                <commconcept_id>
109
                    <commconcept>
110
                        <commname_id><commname><commname>$life_zone_code</commname></commname></commname_id>
111
                        <commdescription>$life_zone</commdescription>
112
                    </commconcept>
113
                </commconcept_id>
114
            </commdetermination>
115
        </commclass>
116
        <obsenddate><_date><date>$date_finish</date></_date></obsenddate>
117
        <obsstartdate><_date><date>$date_start</date></_date></obsstartdate>
118
        <precipitation>$Precip</precipitation>
119
        <soilobs>
120
            <acidity>
121
                <_units>
122
                    <default>%</default>
123
                    <to></to>
124
                    <value>
125
                        <_map>
126
                            <<0.05>0</<0.05>
127
                            <*>*</*>
128
                            <value>$soil_acidity</value>
129
                        </_map>
130
                    </value>
131
                </_units>
132
            </acidity>
133
            <basesaturation>
134
                <_units>
135
                    <default>%</default>
136
                    <to></to>
137
                    <value>$soil_base</value>
138
                </_units>
139
            </basesaturation>
140
            <calcium>
141
                <_units>
142
                    <default>%</default>
143
                    <to></to>
144
                    <value>$soil_Ca</value>
145
                </_units>
146
            </calcium>
147
            <carbon>
148
                <_units>
149
                    <default>%</default>
150
                    <to></to>
151
                    <value>$soil_C</value>
152
                </_units>
153
            </carbon>
154
            <cationexchangecapacity>$soil_cation_cap</cationexchangecapacity>
155
            <clay>
156
                <_units>
157
                    <default>%</default>
158
                    <to></to>
159
                    <value>$clay_percent</value>
160
                </_units>
161
            </clay>
162
            <conductivity>$soil_conductivity</conductivity>
163
            <magnesium>
164
                <_units>
165
                    <default>%</default>
166
                    <to></to>
167
                    <value>$soil_Mg</value>
168
                </_units>
169
            </magnesium>
170
            <nitrogen>
171
                <_units>
172
                    <default>%</default>
173
                    <to></to>
174
                    <value>$soil_N</value>
175
                </_units>
176
            </nitrogen>
177
            <organic>
178
                <_units>
179
                    <default>%</default>
180
                    <to></to>
181
                    <value>$organic_percent</value>
182
                </_units>
183
            </organic>
184
            <ph>$pH</ph>
185
            <phosphorus>
186
                <_units>
187
                    <default>%</default>
188
                    <to></to>
189
                    <value>
190
                        <_map>
191
                            <<1,5>0</<1,5>
192
                            <*>*</*>
193
                            <value>$soil_P</value>
194
                        </_map>
195
                    </value>
196
                </_units>
197
            </phosphorus>
198
            <potassium>
199
                <_units>
200
                    <default>%</default>
201
                    <to></to>
202
                    <value>$soil_K</value>
203
                </_units>
204
            </potassium>
205
            <sand>
206
                <_units>
207
                    <default>%</default>
208
                    <to></to>
209
                    <value>$sand_percent</value>
210
                </_units>
211
            </sand>
212
            <silt>
213
                <_units>
214
                    <default>%</default>
215
                    <to></to>
216
                    <value>$silt_percent</value>
217
                </_units>
218
            </silt>
219
            <sodium>
220
                <_units>
221
                    <default>%</default>
222
                    <to></to>
223
                    <value>$soil_Na</value>
224
                </_units>
225
            </sodium>
226
            <texture>
227
                <_units>
228
                    <default>%</default>
229
                    <to></to>
230
                    <value>$soil_texture</value>
231
                </_units>
232
            </texture>
233
        </soilobs>
234
        <temperature>$Temp</temperature>
235
        <authorlocationcode>$SiteCode</authorlocationcode>
236
        <sourceaccessioncode>$PlotID</sourceaccessioncode>
237
    </locationevent>
238
</VegBIEN>
239
Inserted 23 new rows into database
(2-2/3)