Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_setDefault id="-1">
4
        <source_id><source><shortname>Madidi</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>$Area</value></_ha_to_m2></area_m2>
13
                        <elevation_m>
14
                            <_avg>
15
                                <max>$MaximumElevationMeters</max>
16
                                <min>$MinimumElevationMeters</min>
17
                            </_avg>
18
                        </elevation_m>
19
                        <iscultivated><_locationnarrative_is_cultivated><locationnarrative>$LocalityDescription</locationnarrative></_locationnarrative_is_cultivated></iscultivated>
20
                        <landform>$Topography</landform>
21
                        <locationnarrative>$LocalityDescription</locationnarrative>
22
                        <locationplace>
23
                            <place_id>
24
                                <place>
25
                                    <coordinates_id>
26
                                        <coordinates>
27
                                            <latitude_deg>
28
                                                <_nullIf>
29
                                                    <null>0</null>
30
                                                    <type>float</type>
31
                                                    <value>$LatitudeDecDeg</value>
32
                                                </_nullIf>
33
                                            </latitude_deg>
34
                                            <longitude_deg>
35
                                                <_nullIf>
36
                                                    <null>0</null>
37
                                                    <type>float</type>
38
                                                    <value>$LongitudeDecDeg</value>
39
                                                </_nullIf>
40
                                            </longitude_deg>
41
                                        </coordinates>
42
                                    </coordinates_id>
43
                                    <country>$CountryName</country>
44
                                    <county>$LowerName</county>
45
                                    <matched_place_id>
46
                                        <place>
47
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
48
                                            <coordinates_id>
49
                                                <coordinates>
50
                                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
51
                                                    <latitude_deg>
52
                                                        <_nullIf>
53
                                                            <null>0</null>
54
                                                            <type>float</type>
55
                                                            <value>$LatitudeDecDeg</value>
56
                                                        </_nullIf>
57
                                                    </latitude_deg>
58
                                                    <longitude_deg>
59
                                                        <_nullIf>
60
                                                            <null>0</null>
61
                                                            <type>float</type>
62
                                                            <value>$LongitudeDecDeg</value>
63
                                                        </_nullIf>
64
                                                    </longitude_deg>
65
                                                </coordinates>
66
                                            </coordinates_id>
67
                                            <country>$CountryName</country>
68
                                            <county>$LowerName</county>
69
                                            <stateprovince>$UpperName</stateprovince>
70
                                        </place>
71
                                    </matched_place_id>
72
                                    <stateprovince>$UpperName</stateprovince>
73
                                </place>
74
                            </place_id>
75
                        </locationplace>
76
                        <notespublic>$Note</notespublic>
77
                    </location>
78
                </path>
79
            </_simplifyPath>
80
        </path>
81
    </_setDefault>
82
</VegBIEN>
83
Inserted 14 new rows into database
(5-5/6)