Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_setDefault id="-1">
4
        <source_id><source><shortname>CTFS</shortname></source></source_id>
5
        <path>
6
            <_simplifyPath>
7
                <next>parent_id</next>
8
                <path>
9
                    <location>
10
                        <authorlocationcode>$PlotName</authorlocationcode>
11
                        <sourceaccessioncode>$PlotID</sourceaccessioncode>
12
                        <area_m2><_ha_to_m2><value>$SizeOfSite</value></_ha_to_m2></area_m2>
13
                        <elevation_m>$Elevation</elevation_m>
14
                        <iscultivated>
15
                            <_locationnarrative_is_cultivated>
16
                                <locationnarrative>
17
                                    <_alt>
18
                                        <0>$DescriptionOfSite</0>
19
                                        <1>$LocationName</1>
20
                                    </_alt>
21
                                </locationnarrative>
22
                            </_locationnarrative_is_cultivated>
23
                        </iscultivated>
24
                        <locationnarrative>
25
                            <_alt>
26
                                <0>$DescriptionOfSite</0>
27
                                <1>$LocationName</1>
28
                            </_alt>
29
                        </locationnarrative>
30
                        <locationplace>
31
                            <place_id>
32
                                <place>
33
                                    <coordinates_id>
34
                                        <coordinates>
35
                                            <footprintgeometry_dwc>$ShapeOfSite</footprintgeometry_dwc>
36
                                            <latitude_deg>
37
                                                <_nullIf>
38
                                                    <null>0</null>
39
                                                    <type>float</type>
40
                                                    <value>$Latitude</value>
41
                                                </_nullIf>
42
                                            </latitude_deg>
43
                                            <longitude_deg>
44
                                                <_nullIf>
45
                                                    <null>0</null>
46
                                                    <type>float</type>
47
                                                    <value>$Longitude</value>
48
                                                </_nullIf>
49
                                            </longitude_deg>
50
                                        </coordinates>
51
                                    </coordinates_id>
52
                                    <country>$CountryName</country>
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>$CountryName</country>
76
                                        </place>
77
                                    </matched_place_id>
78
                                </place>
79
                            </place_id>
80
                        </locationplace>
81
                    </location>
82
                </path>
83
            </_simplifyPath>
84
        </path>
85
    </_setDefault>
86
</VegBIEN>
87
Inserted 14 new rows into database
(7-7/8)