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
                                    <county>$county</county>
85
                                    <stateprovince>
86
                                        <_alt>
87
                                            <0>$region|state|province</0>
88
                                            <1>$stateprovince</1>
89
                                        </_alt>
90
                                    </stateprovince>
91
                                </place>
92
                            </matched_place_id>
93
                            <stateprovince>
94
                                <_alt>
95
                                    <0>$region|state|province</0>
96
                                    <1>$stateprovince</1>
97
                                </_alt>
98
                            </stateprovince>
99
                        </place>
100
                    </place_id>
101
                </locationplace>
102
                <parent_id><location><sourceaccessioncode>$parent_id</sourceaccessioncode></location></parent_id>
103
                <slopeaspect_deg>
104
                    <_alt>
105
                        <1><_compass><value>$slopeaspect</value></_compass></1>
106
                        <2>
107
                            <_avg>
108
                                <max>$maxslopeaspect</max>
109
                                <min>$minslopeaspect</min>
110
                            </_avg>
111
                        </2>
112
                    </_alt>
113
                </slopeaspect_deg>
114
                <slopegradient_fraction>
115
                    <_alt>
116
                        <1>$slopegradient</1>
117
                        <2>
118
                            <_avg>
119
                                <max>$maxslopegradient</max>
120
                                <min>$minslopegradient</min>
121
                            </_avg>
122
                        </2>
123
                    </_alt>
124
                </slopegradient_fraction>
125
            </location>
126
        </path>
127
    </_simplifyPath>
128
</VegBIEN>
129
Inserted 12 new rows into database
(7-7/8)