Project

General

Profile

1
<!--put template-->
2
<VegBIEN>
3
    <_setDefault id="-1">
4
        <source_id><source><shortname>CVS.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><_noCV><value>$coordinateUncertaintyInMeters</value></_noCV></coordsaccuracy_m>
24
                                            <footprintgeometry_dwc>$shape</footprintgeometry_dwc>
25
                                            <latitude_deg>
26
                                                <_nullIf>
27
                                                    <null>0</null>
28
                                                    <type>float</type>
29
                                                    <value>$latitude</value>
30
                                                </_nullIf>
31
                                            </latitude_deg>
32
                                            <longitude_deg>
33
                                                <_nullIf>
34
                                                    <null>0</null>
35
                                                    <type>float</type>
36
                                                    <value>$longitude</value>
37
                                                </_nullIf>
38
                                            </longitude_deg>
39
                                        </coordinates>
40
                                    </coordinates_id>
41
                                    <continent>$continent</continent>
42
                                    <country>
43
                                        <_alt>
44
                                            <0>$COUNTRY</0>
45
                                            <1>$area|country|territory</1>
46
                                        </_alt>
47
                                    </country>
48
                                    <county>
49
                                        <_alt>
50
                                            <0>$county</0>
51
                                            <1>$county_</1>
52
                                        </_alt>
53
                                    </county>
54
                                    <matched_place_id>
55
                                        <place>
56
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
57
                                            <coordinates_id>
58
                                                <coordinates>
59
                                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
60
                                                    <latitude_deg>
61
                                                        <_nullIf>
62
                                                            <null>0</null>
63
                                                            <type>float</type>
64
                                                            <value>$latitude</value>
65
                                                        </_nullIf>
66
                                                    </latitude_deg>
67
                                                    <longitude_deg>
68
                                                        <_nullIf>
69
                                                            <null>0</null>
70
                                                            <type>float</type>
71
                                                            <value>$longitude</value>
72
                                                        </_nullIf>
73
                                                    </longitude_deg>
74
                                                </coordinates>
75
                                            </coordinates_id>
76
                                            <country>
77
                                                <_alt>
78
                                                    <0>$COUNTRY</0>
79
                                                    <1>$area|country|territory</1>
80
                                                </_alt>
81
                                            </country>
82
                                            <county>
83
                                                <_alt>
84
                                                    <0>$county</0>
85
                                                    <1>$county_</1>
86
                                                </_alt>
87
                                            </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
                                        <1>$minSlopeAspect</1>
112
                                        <2>$maxSlopeAspect</2>
113
                                    </_avg>
114
                                </2>
115
                            </_alt>
116
                        </slopeaspect_deg>
117
                        <slopegradient_fraction>
118
                            <_alt>
119
                                <1>$slopeGradient</1>
120
                                <2>
121
                                    <_avg>
122
                                        <1>$minSlopeGradient</1>
123
                                        <2>$maxSlopeGradient</2>
124
                                    </_avg>
125
                                </2>
126
                            </_alt>
127
                        </slopegradient_fraction>
128
                    </location>
129
                </path>
130
            </_simplifyPath>
131
        </path>
132
    </_setDefault>
133
</VegBIEN>
134
Inserted 14 new rows into database
(8-8/9)