Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <authorlocationcode>$SiteCode</authorlocationcode>
8
                <sourceaccessioncode>$PlotID</sourceaccessioncode>
9
                <area_m2><_ha_to_m2><value>$plot_area_ha</value></_ha_to_m2></area_m2>
10
                <elevation_m>
11
                    <_alt>
12
                        <1>$Elev</1>
13
                        <2>
14
                            <_avg>
15
                                <max>
16
                                    <_units>
17
                                        <default>m</default>
18
                                        <to>m</to>
19
                                        <to></to>
20
                                        <value>
21
                                            <_replace>
22
                                                <\bca\.?></\bca\.?>
23
                                                <value>$elev_max_m</value>
24
                                            </_replace>
25
                                        </value>
26
                                    </_units>
27
                                </max>
28
                                <min>
29
                                    <_units>
30
                                        <default>m</default>
31
                                        <to>m</to>
32
                                        <to></to>
33
                                        <value>
34
                                            <_rangeStart>
35
                                                <value>
36
                                                    <_replace>
37
                                                        <\bca\.?></\bca\.?>
38
                                                        <value>$elev_min_m</value>
39
                                                    </_replace>
40
                                                </value>
41
                                            </_rangeStart>
42
                                        </value>
43
                                    </_units>
44
                                </min>
45
                            </_avg>
46
                        </2>
47
                    </_alt>
48
                </elevation_m>
49
                <elevationrange_m>
50
                    <_range>
51
                        <from>
52
                            <_units>
53
                                <default>m</default>
54
                                <to>m</to>
55
                                <to></to>
56
                                <value>
57
                                    <_rangeStart>
58
                                        <value>
59
                                            <_replace>
60
                                                <\bca\.?></\bca\.?>
61
                                                <value>$elev_min_m</value>
62
                                            </_replace>
63
                                        </value>
64
                                    </_rangeStart>
65
                                </value>
66
                            </_units>
67
                        </from>
68
                        <to>
69
                            <_units>
70
                                <default>m</default>
71
                                <to>m</to>
72
                                <to></to>
73
                                <value>
74
                                    <_alt>
75
                                        <1>
76
                                            <_replace>
77
                                                <\bca\.?></\bca\.?>
78
                                                <value>$elev_max_m</value>
79
                                            </_replace>
80
                                        </1>
81
                                        <2>
82
                                            <_rangeEnd>
83
                                                <value>
84
                                                    <_replace>
85
                                                        <\bca\.?></\bca\.?>
86
                                                        <value>$elev_min_m</value>
87
                                                    </_replace>
88
                                                </value>
89
                                            </_rangeEnd>
90
                                        </2>
91
                                    </_alt>
92
                                </value>
93
                            </_units>
94
                        </to>
95
                    </_range>
96
                </elevationrange_m>
97
                <locationcoords>
98
                    <latitude_deg>
99
                        <_nullIf>
100
                            <null>0</null>
101
                            <type>float</type>
102
                            <value>$LatDec</value>
103
                        </_nullIf>
104
                    </latitude_deg>
105
                    <longitude_deg>
106
                        <_nullIf>
107
                            <null>0</null>
108
                            <type>float</type>
109
                            <value>$LongDec</value>
110
                        </_nullIf>
111
                    </longitude_deg>
112
                </locationcoords>
113
                <locationevent>
114
                    <method_id><method><name>$PlotMethod</name></method></method_id>
115
                    <project_id><project><sourceaccessioncode>$project_id</sourceaccessioncode></project></project_id>
116
                    <commclass>
117
                        <commdetermination>
118
                            <commconcept_id>
119
                                <commconcept>
120
                                    <commname_id><commname><commname>$life_zone_code</commname></commname></commname_id>
121
                                    <commdescription>$life_zone</commdescription>
122
                                </commconcept>
123
                            </commconcept_id>
124
                        </commdetermination>
125
                    </commclass>
126
                    <obsenddate><_date><date>$date_finish</date></_date></obsenddate>
127
                    <obsstartdate><_date><date>$date_start</date></_date></obsstartdate>
128
                    <precipitation_m>$Precip</precipitation_m>
129
                    <soilobs>
130
                        <acidity_fraction>
131
                            <_units>
132
                                <default>%</default>
133
                                <to></to>
134
                                <value>
135
                                    <_map>
136
                                        <<0.05>0</<0.05>
137
                                        <*>*</*>
138
                                        <value>$soil_acidity</value>
139
                                    </_map>
140
                                </value>
141
                            </_units>
142
                        </acidity_fraction>
143
                        <basesaturation_fraction>
144
                            <_units>
145
                                <default>%</default>
146
                                <to></to>
147
                                <value>$soil_base</value>
148
                            </_units>
149
                        </basesaturation_fraction>
150
                        <calcium_fraction>
151
                            <_units>
152
                                <default>%</default>
153
                                <to></to>
154
                                <value>$soil_Ca</value>
155
                            </_units>
156
                        </calcium_fraction>
157
                        <carbon_fraction>
158
                            <_units>
159
                                <default>%</default>
160
                                <to></to>
161
                                <value>$soil_C</value>
162
                            </_units>
163
                        </carbon_fraction>
164
                        <cationexchangecapacity_cmol_kg>$soil_cation_cap</cationexchangecapacity_cmol_kg>
165
                        <clay_fraction>
166
                            <_units>
167
                                <default>%</default>
168
                                <to></to>
169
                                <value>$clay_percent</value>
170
                            </_units>
171
                        </clay_fraction>
172
                        <conductivity>$soil_conductivity</conductivity>
173
                        <magnesium_fraction>
174
                            <_units>
175
                                <default>%</default>
176
                                <to></to>
177
                                <value>$soil_Mg</value>
178
                            </_units>
179
                        </magnesium_fraction>
180
                        <nitrogen_fraction>
181
                            <_units>
182
                                <default>%</default>
183
                                <to></to>
184
                                <value>$soil_N</value>
185
                            </_units>
186
                        </nitrogen_fraction>
187
                        <organic_fraction>
188
                            <_units>
189
                                <default>%</default>
190
                                <to></to>
191
                                <value>$organic_percent</value>
192
                            </_units>
193
                        </organic_fraction>
194
                        <ph>$pH</ph>
195
                        <phosphorus_fraction>
196
                            <_units>
197
                                <default>%</default>
198
                                <to></to>
199
                                <value>
200
                                    <_map>
201
                                        <<1,5>0</<1,5>
202
                                        <*>*</*>
203
                                        <value>$soil_P</value>
204
                                    </_map>
205
                                </value>
206
                            </_units>
207
                        </phosphorus_fraction>
208
                        <potassium_fraction>
209
                            <_units>
210
                                <default>%</default>
211
                                <to></to>
212
                                <value>$soil_K</value>
213
                            </_units>
214
                        </potassium_fraction>
215
                        <sand_fraction>
216
                            <_units>
217
                                <default>%</default>
218
                                <to></to>
219
                                <value>$sand_percent</value>
220
                            </_units>
221
                        </sand_fraction>
222
                        <silt_fraction>
223
                            <_units>
224
                                <default>%</default>
225
                                <to></to>
226
                                <value>$silt_percent</value>
227
                            </_units>
228
                        </silt_fraction>
229
                        <sodium_fraction>
230
                            <_units>
231
                                <default>%</default>
232
                                <to></to>
233
                                <value>$soil_Na</value>
234
                            </_units>
235
                        </sodium_fraction>
236
                        <texture>
237
                            <_units>
238
                                <default>%</default>
239
                                <to></to>
240
                                <value>$soil_texture</value>
241
                            </_units>
242
                        </texture>
243
                    </soilobs>
244
                    <temperature_c>$Temp</temperature_c>
245
                </locationevent>
246
                <locationnarrative>
247
                    <_merge>
248
                        <1>$Locality_Description</1>
249
                        <3>
250
                            <_label>
251
                                <label>habitat</label>
252
                                <value>$Habitat</value>
253
                            </_label>
254
                        </3>
255
                    </_merge>
256
                </locationnarrative>
257
                <locationplace>
258
                    <placepath_id>
259
                        <placepath>
260
                            <continent>$MajorGeo</continent>
261
                            <country>$Country</country>
262
                            <county>$pol2</county>
263
                            <stateprovince>$PolDiv1</stateprovince>
264
                        </placepath>
265
                    </placepath_id>
266
                </locationplace>
267
                <notespublic>$plot_notes</notespublic>
268
                <slopeaspect_deg><_compass><value>$slope_aspect</value></_compass></slopeaspect_deg>
269
                <slopegradient_fraction>$slope_gradient</slopegradient_fraction>
270
            </location>
271
        </path>
272
    </_simplifyPath>
273
</VegBIEN>
274
Inserted 23 new rows into database
(6-6/7)