Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <authorlocationcode>$authorplotcode</authorlocationcode>
8
                <sourceaccessioncode>$plot_id</sourceaccessioncode>
9
                <area>$area</area>
10
                <elevation>
11
                    <_replace>
12
                        <\bca\.?></\bca\.?>
13
                        <value>$elevation</value>
14
                    </_replace>
15
                </elevation>
16
                <landform>$landform</landform>
17
                <locationdetermination>
18
                    <coordsaccuracy><_noCV><value>$locationaccuracy</value></_noCV></coordsaccuracy>
19
                    <footprintgeometry_dwc>$shape</footprintgeometry_dwc>
20
                    <latitude>
21
                        <_nullIf>
22
                            <null>0</null>
23
                            <type>float</type>
24
                            <value>$latitude</value>
25
                        </_nullIf>
26
                    </latitude>
27
                    <longitude>
28
                        <_nullIf>
29
                            <null>0</null>
30
                            <type>float</type>
31
                            <value>$longitude</value>
32
                        </_nullIf>
33
                    </longitude>
34
                    <namedplace_id>
35
                        <_simplifyPath>
36
                            <next>parent_id</next>
37
                            <path>
38
                                <namedplace>
39
                                    <rank>county</rank>
40
                                    <placename>$county</placename>
41
                                    <parent_id>
42
                                        <namedplace>
43
                                            <rank>stateProvince</rank>
44
                                            <placename>
45
                                                <_alt>
46
                                                    <0>$region|state|province</0>
47
                                                    <1>$stateprovince</1>
48
                                                </_alt>
49
                                            </placename>
50
                                            <parent_id>
51
                                                <namedplace>
52
                                                    <rank>country</rank>
53
                                                    <placename>
54
                                                        <_alt>
55
                                                            <0>$area|country|territory</0>
56
                                                            <1>$country</1>
57
                                                        </_alt>
58
                                                    </placename>
59
                                                    <parent_id>
60
                                                        <namedplace>
61
                                                            <rank>continent</rank>
62
                                                            <placename>$continent</placename>
63
                                                        </namedplace>
64
                                                    </parent_id>
65
                                                </namedplace>
66
                                            </parent_id>
67
                                        </namedplace>
68
                                    </parent_id>
69
                                </namedplace>
70
                            </path>
71
                        </_simplifyPath>
72
                    </namedplace_id>
73
                </locationdetermination>
74
                <locationnarrative>$locationnarrative</locationnarrative>
75
                <slopeaspect>
76
                    <_alt>
77
                        <1><_compass><value>$slopeaspect</value></_compass></1>
78
                        <2>
79
                            <_avg>
80
                                <max>$maxslopeaspect</max>
81
                                <min>$minslopeaspect</min>
82
                            </_avg>
83
                        </2>
84
                    </_alt>
85
                </slopeaspect>
86
                <slopegradient>
87
                    <_alt>
88
                        <1>$slopegradient</1>
89
                        <2>
90
                            <_avg>
91
                                <max>$maxslopegradient</max>
92
                                <min>$minslopegradient</min>
93
                            </_avg>
94
                        </2>
95
                    </_alt>
96
                </slopegradient>
97
            </location>
98
        </path>
99
    </_simplifyPath>
100
</VegBIEN>
101
Inserted 7 new rows into database
(10-10/11)