Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <authorlocationcode>$authorObsCode</authorlocationcode>
8
                <locationcoords>
9
                    <coordsaccuracy_deg><_noCV><value>$locationAccuracy-m</value></_noCV></coordsaccuracy_deg>
10
                    <latitude_deg>
11
                        <_nullIf>
12
                            <null>0</null>
13
                            <type>float</type>
14
                            <value>$publicLatitude</value>
15
                        </_nullIf>
16
                    </latitude_deg>
17
                    <longitude_deg>
18
                        <_nullIf>
19
                            <null>0</null>
20
                            <type>float</type>
21
                            <value>$publicLongitude</value>
22
                        </_nullIf>
23
                    </longitude_deg>
24
                </locationcoords>
25
                <locationevent>
26
                    <authoreventcode>$authorObsCode</authoreventcode>
27
                    <obsstartdate><_date><date>$obsStartDate</date></_date></obsstartdate>
28
                    <taxonoccurrence>
29
                        <aggregateoccurrence><cover_fraction><_percent_to_fraction><value>$%cover</value></_percent_to_fraction></cover_fraction></aggregateoccurrence>
30
                        <authortaxoncode>$currentTaxonName sec Weakley 2006</authortaxoncode>
31
                        <taxondetermination><taxonpath_id><taxonpath><taxonomicname>$currentTaxonName sec Weakley 2006</taxonomicname></taxonpath></taxonpath_id></taxondetermination>
32
                    </taxonoccurrence>
33
                </locationevent>
34
                <locationplace>
35
                    <placepath_id>
36
                        <placepath>
37
                            <county>$county</county>
38
                            <stateprovince>$state</stateprovince>
39
                        </placepath>
40
                    </placepath_id>
41
                </locationplace>
42
            </location>
43
        </path>
44
    </_simplifyPath>
45
</VegBIEN>
46
Inserted 14 new rows into database
(5-5/6)