Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <location id="-1">
4
        <authorlocationcode>$authorplotcode</authorlocationcode>
5
        <sourceaccessioncode>$plot_id</sourceaccessioncode>
6
        <area>$area</area>
7
        <elevation>
8
            <_replace>
9
                <\bca\.?></\bca\.?>
10
                <value>$elevation</value>
11
            </_replace>
12
        </elevation>
13
        <landform>$landform</landform>
14
        <locationdetermination>
15
            <coordsaccuracy><_noCV><value>$locationaccuracy</value></_noCV></coordsaccuracy>
16
            <footprintgeometry_dwc>$shape</footprintgeometry_dwc>
17
            <latitude>
18
                <_nullIf>
19
                    <null>0</null>
20
                    <type>float</type>
21
                    <value>$latitude</value>
22
                </_nullIf>
23
            </latitude>
24
            <longitude>
25
                <_nullIf>
26
                    <null>0</null>
27
                    <type>float</type>
28
                    <value>$longitude</value>
29
                </_nullIf>
30
            </longitude>
31
            <namedplace_id>
32
                <_simplifyPath>
33
                    <next>parent_id</next>
34
                    <path>
35
                        <namedplace>
36
                            <rank>county</rank>
37
                            <placename>$county</placename>
38
                            <parent_id>
39
                                <namedplace>
40
                                    <rank>stateProvince</rank>
41
                                    <placename>
42
                                        <_alt>
43
                                            <0>$region|state|province</0>
44
                                            <1>$stateprovince</1>
45
                                        </_alt>
46
                                    </placename>
47
                                    <parent_id>
48
                                        <namedplace>
49
                                            <rank>country</rank>
50
                                            <placename>
51
                                                <_alt>
52
                                                    <0>$area|country|territory</0>
53
                                                    <1>$country</1>
54
                                                </_alt>
55
                                            </placename>
56
                                            <parent_id>
57
                                                <namedplace>
58
                                                    <rank>continent</rank>
59
                                                    <placename>$continent</placename>
60
                                                </namedplace>
61
                                            </parent_id>
62
                                        </namedplace>
63
                                    </parent_id>
64
                                </namedplace>
65
                            </parent_id>
66
                        </namedplace>
67
                    </path>
68
                </_simplifyPath>
69
            </namedplace_id>
70
        </locationdetermination>
71
        <locationnarrative>$locationnarrative</locationnarrative>
72
        <slopeaspect>
73
            <_alt>
74
                <1><_compass><value>$slopeaspect</value></_compass></1>
75
                <2>
76
                    <_avg>
77
                        <max>$maxslopeaspect</max>
78
                        <min>$minslopeaspect</min>
79
                    </_avg>
80
                </2>
81
            </_alt>
82
        </slopeaspect>
83
        <slopegradient>
84
            <_alt>
85
                <1>$slopegradient</1>
86
                <2>
87
                    <_avg>
88
                        <max>$maxslopegradient</max>
89
                        <min>$minslopegradient</min>
90
                    </_avg>
91
                </2>
92
            </_alt>
93
        </slopegradient>
94
    </location>
95
</VegBIEN>
96
Inserted 7 new rows into database
(10-10/11)