Project

General

Profile

1 4514 aaronmk
Put template:
2
<VegBIEN>
3 4621 aaronmk
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <authorlocationcode>$authorplotcode</authorlocationcode>
8
                <sourceaccessioncode>$plot_id</sourceaccessioncode>
9 4753 aaronmk
                <area_m2>$area</area_m2>
10
                <elevation_m>
11 4621 aaronmk
                    <_replace>
12
                        <\bca\.?></\bca\.?>
13
                        <value>$elevation</value>
14
                    </_replace>
15 4753 aaronmk
                </elevation_m>
16 4621 aaronmk
                <landform>$landform</landform>
17 4726 aaronmk
                <locationcoords>
18 4753 aaronmk
                    <coordsaccuracy_deg><_noCV><value>$locationaccuracy</value></_noCV></coordsaccuracy_deg>
19 4621 aaronmk
                    <footprintgeometry_dwc>$shape</footprintgeometry_dwc>
20 4753 aaronmk
                    <latitude_deg>
21 4621 aaronmk
                        <_nullIf>
22
                            <null>0</null>
23
                            <type>float</type>
24
                            <value>$latitude</value>
25
                        </_nullIf>
26 4753 aaronmk
                    </latitude_deg>
27
                    <longitude_deg>
28 4621 aaronmk
                        <_nullIf>
29
                            <null>0</null>
30
                            <type>float</type>
31
                            <value>$longitude</value>
32
                        </_nullIf>
33 4753 aaronmk
                    </longitude_deg>
34 4726 aaronmk
                </locationcoords>
35
                <locationnarrative>$locationnarrative</locationnarrative>
36
                <locationplace>
37 4727 aaronmk
                    <placepath_id>
38
                        <placepath>
39
                            <continent>$continent</continent>
40
                            <country>
41
                                <_alt>
42
                                    <0>$area|country|territory</0>
43
                                    <1>$country</1>
44
                                </_alt>
45
                            </country>
46
                            <county>$county</county>
47
                            <stateprovince>
48
                                <_alt>
49
                                    <0>$region|state|province</0>
50
                                    <1>$stateprovince</1>
51
                                </_alt>
52
                            </stateprovince>
53
                        </placepath>
54
                    </placepath_id>
55 4726 aaronmk
                </locationplace>
56 4753 aaronmk
                <slopeaspect_deg>
57 4621 aaronmk
                    <_alt>
58
                        <1><_compass><value>$slopeaspect</value></_compass></1>
59
                        <2>
60
                            <_avg>
61
                                <max>$maxslopeaspect</max>
62
                                <min>$minslopeaspect</min>
63
                            </_avg>
64
                        </2>
65
                    </_alt>
66 4753 aaronmk
                </slopeaspect_deg>
67 4786 aaronmk
                <slopegradient_fraction>
68 4621 aaronmk
                    <_alt>
69
                        <1>$slopegradient</1>
70
                        <2>
71
                            <_avg>
72
                                <max>$maxslopegradient</max>
73
                                <min>$minslopegradient</min>
74
                            </_avg>
75
                        </2>
76
                    </_alt>
77 4786 aaronmk
                </slopegradient_fraction>
78 4621 aaronmk
            </location>
79
        </path>
80
    </_simplifyPath>
81 4514 aaronmk
</VegBIEN>
82 4726 aaronmk
Inserted 9 new rows into database