Project

General

Profile

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