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
                <accesslevel>
10
                    <_map>
11
                        <0>public</0>
12
                        <1>public</1>
13
                        <2>public</2>
14
                        <3>public</3>
15
                        <4>public</4>
16
                        <5>data by request</5>
17
                        <6>private</6>
18
                        <value>$confidentialitystatus</value>
19
                    </_map>
20
                </accesslevel>
21
                <area_m2>$area</area_m2>
22
                <elevation_m>$elevation</elevation_m>
23
                <landform>$landform</landform>
24
                <locationnarrative>$locationnarrative</locationnarrative>
25
                <locationplace>
26
                    <place_id>
27
                        <place>
28
                            <coordinates_id>
29
                                <coordinates>
30
                                    <coordsaccuracy_m><_noCV><value>$locationaccuracy</value></_noCV></coordsaccuracy_m>
31
                                    <footprintgeometry_dwc>$shape</footprintgeometry_dwc>
32
                                    <latitude_deg>
33
                                        <_nullIf>
34
                                            <null>0</null>
35
                                            <type>float</type>
36
                                            <value>$latitude</value>
37
                                        </_nullIf>
38
                                    </latitude_deg>
39
                                    <longitude_deg>
40
                                        <_nullIf>
41
                                            <null>0</null>
42
                                            <type>float</type>
43
                                            <value>$longitude</value>
44
                                        </_nullIf>
45
                                    </longitude_deg>
46
                                </coordinates>
47
                            </coordinates_id>
48
                            <continent>$continent</continent>
49
                            <country>
50
                                <_alt>
51
                                    <0>$area|country|territory</0>
52
                                    <1>$country</1>
53
                                </_alt>
54
                            </country>
55
                            <county>$county</county>
56
                            <matched_place_id>
57
                                <place>
58
                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
59
                                    <coordinates_id>
60
                                        <coordinates>
61
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
62
                                            <latitude_deg>
63
                                                <_nullIf>
64
                                                    <null>0</null>
65
                                                    <type>float</type>
66
                                                    <value>$latitude</value>
67
                                                </_nullIf>
68
                                            </latitude_deg>
69
                                            <longitude_deg>
70
                                                <_nullIf>
71
                                                    <null>0</null>
72
                                                    <type>float</type>
73
                                                    <value>$longitude</value>
74
                                                </_nullIf>
75
                                            </longitude_deg>
76
                                        </coordinates>
77
                                    </coordinates_id>
78
                                    <country>
79
                                        <_alt>
80
                                            <0>$area|country|territory</0>
81
                                            <1>$country</1>
82
                                        </_alt>
83
                                    </country>
84
                                    <stateprovince>
85
                                        <_alt>
86
                                            <0>$region|state|province</0>
87
                                            <1>$stateprovince</1>
88
                                        </_alt>
89
                                    </stateprovince>
90
                                </place>
91
                            </matched_place_id>
92
                            <stateprovince>
93
                                <_alt>
94
                                    <0>$region|state|province</0>
95
                                    <1>$stateprovince</1>
96
                                </_alt>
97
                            </stateprovince>
98
                        </place>
99
                    </place_id>
100
                </locationplace>
101
                <parent_id><location><sourceaccessioncode>$parent_id</sourceaccessioncode></location></parent_id>
102
                <slopeaspect_deg>
103
                    <_alt>
104
                        <1><_compass><value>$slopeaspect</value></_compass></1>
105
                        <2>
106
                            <_avg>
107
                                <max>$maxslopeaspect</max>
108
                                <min>$minslopeaspect</min>
109
                            </_avg>
110
                        </2>
111
                    </_alt>
112
                </slopeaspect_deg>
113
                <slopegradient_fraction>
114
                    <_alt>
115
                        <1>$slopegradient</1>
116
                        <2>
117
                            <_avg>
118
                                <max>$maxslopegradient</max>
119
                                <min>$minslopegradient</min>
120
                            </_avg>
121
                        </2>
122
                    </_alt>
123
                </slopegradient_fraction>
124
            </location>
125
        </path>
126
    </_simplifyPath>
127
</VegBIEN>
128
Inserted 12 new rows into database
(7-7/8)