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>
32
                            <taxonpath_id>
33
                                <taxonpath>
34
                                    <taxonomicname>$currentTaxonName sec Weakley 2006</taxonomicname>
35
                                    <taxonomicnamewithauthor>$currentTaxonName sec Weakley 2006</taxonomicnamewithauthor>
36
                                </taxonpath>
37
                            </taxonpath_id>
38
                        </taxondetermination>
39
                    </taxonoccurrence>
40
                </locationevent>
41
                <locationplace>
42
                    <placepath_id>
43
                        <placepath>
44
                            <county>$county</county>
45
                            <stateprovince>$state</stateprovince>
46
                        </placepath>
47
                    </placepath_id>
48
                </locationplace>
49
            </location>
50
        </path>
51
    </_simplifyPath>
52
</VegBIEN>
53
Inserted 14 new rows into database
(5-5/6)