Project

General

Profile

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