Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_setDefault id="-1">
4
        <source_id><source><shortname>VegBank.new</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>$accessRights</accesslevel>
13
                        <area_m2>$area</area_m2>
14
                        <elevation_m>$elevation</elevation_m>
15
                        <iscultivated><_locationnarrative_is_cultivated><locationnarrative>$locationnarrative</locationnarrative></_locationnarrative_is_cultivated></iscultivated>
16
                        <landform>$landform</landform>
17
                        <locationnarrative>$locationnarrative</locationnarrative>
18
                        <locationplace>
19
                            <place_id>
20
                                <place>
21
                                    <coordinates_id>
22
                                        <coordinates>
23
                                            <coordsaccuracy_m>
24
                                                <_noCV>
25
                                                    <value>
26
                                                        <_alt>
27
                                                            <1>$coordinateUncertaintyInMeters__from_fuzzing</1>
28
                                                            <2>$locationaccuracy</2>
29
                                                        </_alt>
30
                                                    </value>
31
                                                </_noCV>
32
                                            </coordsaccuracy_m>
33
                                            <footprintgeometry_dwc>$shape</footprintgeometry_dwc>
34
                                            <latitude_deg>
35
                                                <_nullIf>
36
                                                    <null>0</null>
37
                                                    <type>float</type>
38
                                                    <value>$latitude</value>
39
                                                </_nullIf>
40
                                            </latitude_deg>
41
                                            <longitude_deg>
42
                                                <_nullIf>
43
                                                    <null>0</null>
44
                                                    <type>float</type>
45
                                                    <value>$longitude</value>
46
                                                </_nullIf>
47
                                            </longitude_deg>
48
                                        </coordinates>
49
                                    </coordinates_id>
50
                                    <continent>$continent</continent>
51
                                    <country>$country</country>
52
                                    <county>$county</county>
53
                                    <matched_place_id>
54
                                        <place>
55
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
56
                                            <coordinates_id>
57
                                                <coordinates>
58
                                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
59
                                                    <latitude_deg>
60
                                                        <_nullIf>
61
                                                            <null>0</null>
62
                                                            <type>float</type>
63
                                                            <value>$latitude</value>
64
                                                        </_nullIf>
65
                                                    </latitude_deg>
66
                                                    <longitude_deg>
67
                                                        <_nullIf>
68
                                                            <null>0</null>
69
                                                            <type>float</type>
70
                                                            <value>$longitude</value>
71
                                                        </_nullIf>
72
                                                    </longitude_deg>
73
                                                </coordinates>
74
                                            </coordinates_id>
75
                                            <country>$country</country>
76
                                            <county>$county</county>
77
                                            <stateprovince>$stateprovince</stateprovince>
78
                                        </place>
79
                                    </matched_place_id>
80
                                    <stateprovince>$stateprovince</stateprovince>
81
                                </place>
82
                            </place_id>
83
                        </locationplace>
84
                        <parent_id><location><sourceaccessioncode>$parent_id</sourceaccessioncode></location></parent_id>
85
                        <slopeaspect_deg>
86
                            <_alt>
87
                                <1><_compass><value>$slopeaspect</value></_compass></1>
88
                                <2>
89
                                    <_avg>
90
                                        <1>$minslopeaspect</1>
91
                                        <2>$maxslopeaspect</2>
92
                                    </_avg>
93
                                </2>
94
                            </_alt>
95
                        </slopeaspect_deg>
96
                        <slopegradient_fraction>
97
                            <_alt>
98
                                <1>$slopegradient</1>
99
                                <2>
100
                                    <_avg>
101
                                        <1>$minslopegradient</1>
102
                                        <2>$maxslopegradient</2>
103
                                    </_avg>
104
                                </2>
105
                            </_alt>
106
                        </slopegradient_fraction>
107
                    </location>
108
                </path>
109
            </_simplifyPath>
110
        </path>
111
    </_setDefault>
112
</VegBIEN>
113
Inserted 14 new rows into database
(8-8/9)