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>$locationName</authorlocationcode>
11
                        <sourceaccessioncode>$locationID</sourceaccessioncode>
12
                        <accesslevel>$accessRights</accesslevel>
13
                        <area_m2>$plotArea_m2</area_m2>
14
                        <elevation_m>$elevationInMeters</elevation_m>
15
                        <iscultivated><_locationnarrative_is_cultivated><locationnarrative>$locality</locationnarrative></_locationnarrative_is_cultivated></iscultivated>
16
                        <landform>$landform</landform>
17
                        <locationnarrative>$locality</locationnarrative>
18
                        <locationplace>
19
                            <place_id>
20
                                <place>
21
                                    <coordinates_id>
22
                                        <coordinates>
23
                                            <coordsaccuracy_m><_noCV><value>$coordinateUncertaintyInMeters</value></_noCV></coordsaccuracy_m>
24
                                            <footprintgeometry_dwc>$footprintWKT</footprintgeometry_dwc>
25
                                            <latitude_deg>
26
                                                <_nullIf>
27
                                                    <null>0</null>
28
                                                    <type>float</type>
29
                                                    <value>$decimalLatitude</value>
30
                                                </_nullIf>
31
                                            </latitude_deg>
32
                                            <longitude_deg>
33
                                                <_nullIf>
34
                                                    <null>0</null>
35
                                                    <type>float</type>
36
                                                    <value>$decimalLongitude</value>
37
                                                </_nullIf>
38
                                            </longitude_deg>
39
                                        </coordinates>
40
                                    </coordinates_id>
41
                                    <country>$country</country>
42
                                    <matched_place_id>
43
                                        <place>
44
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
45
                                            <coordinates_id>
46
                                                <coordinates>
47
                                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
48
                                                    <latitude_deg>
49
                                                        <_nullIf>
50
                                                            <null>0</null>
51
                                                            <type>float</type>
52
                                                            <value>$decimalLatitude</value>
53
                                                        </_nullIf>
54
                                                    </latitude_deg>
55
                                                    <longitude_deg>
56
                                                        <_nullIf>
57
                                                            <null>0</null>
58
                                                            <type>float</type>
59
                                                            <value>$decimalLongitude</value>
60
                                                        </_nullIf>
61
                                                    </longitude_deg>
62
                                                </coordinates>
63
                                            </coordinates_id>
64
                                            <country>$country</country>
65
                                            <stateprovince>$stateProvince</stateprovince>
66
                                        </place>
67
                                    </matched_place_id>
68
                                    <stateprovince>$stateProvince</stateprovince>
69
                                </place>
70
                            </place_id>
71
                        </locationplace>
72
                        <parent_id><location><sourceaccessioncode>$parentLocationID</sourceaccessioncode></location></parent_id>
73
                        <slopeaspect_deg>
74
                            <_alt>
75
                                <1><_compass><value>$slopeAspect</value></_compass></1>
76
                                <2>
77
                                    <_avg>
78
                                        <1>$minSlopeAspect</1>
79
                                        <2>$maxSlopeAspect</2>
80
                                    </_avg>
81
                                </2>
82
                            </_alt>
83
                        </slopeaspect_deg>
84
                        <slopegradient_fraction>
85
                            <_alt>
86
                                <1>$slopeGradient</1>
87
                                <2>
88
                                    <_avg>
89
                                        <1>$minSlopeGradient</1>
90
                                        <2>$maxSlopeGradient</2>
91
                                    </_avg>
92
                                </2>
93
                            </_alt>
94
                        </slopegradient_fraction>
95
                    </location>
96
                </path>
97
            </_simplifyPath>
98
        </path>
99
    </_setDefault>
100
</VegBIEN>
101
Inserted 14 new rows into database
(9-9/10)