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
                <locationevent>
9
                    <authoreventcode>$authorObsCode</authoreventcode>
10
                    <obsstartdate>$obsStartDate</obsstartdate>
11
                    <taxonoccurrence>
12
                        <aggregateoccurrence><cover_fraction><_percent_to_fraction><value>$%cover</value></_percent_to_fraction></cover_fraction></aggregateoccurrence>
13
                        <authortaxoncode>$currentTaxonName sec Weakley 2006</authortaxoncode>
14
                        <taxondetermination>
15
                            <taxonverbatim_id>
16
                                <taxonverbatim>
17
                                    <taxonlabel_id>
18
                                        <taxonlabel>
19
                                            <matched_label_id>
20
                                                <taxonlabel>
21
                                                    <source_id><source><shortname>TNRS</shortname></source></source_id>
22
                                                    <taxonomicname>$currentTaxonName sec Weakley 2006</taxonomicname>
23
                                                </taxonlabel>
24
                                            </matched_label_id>
25
                                            <taxonomicname>$currentTaxonName sec Weakley 2006</taxonomicname>
26
                                        </taxonlabel>
27
                                    </taxonlabel_id>
28
                                    <taxonname>$currentTaxonName sec Weakley 2006</taxonname>
29
                                </taxonverbatim>
30
                            </taxonverbatim_id>
31
                        </taxondetermination>
32
                    </taxonoccurrence>
33
                </locationevent>
34
                <locationplace>
35
                    <place_id>
36
                        <place>
37
                            <coordinates_id>
38
                                <coordinates>
39
                                    <coordsaccuracy_m><_noCV><value>$locationAccuracy-m</value></_noCV></coordsaccuracy_m>
40
                                    <latitude_deg>
41
                                        <_nullIf>
42
                                            <null>0</null>
43
                                            <type>float</type>
44
                                            <value>$publicLatitude</value>
45
                                        </_nullIf>
46
                                    </latitude_deg>
47
                                    <longitude_deg>
48
                                        <_nullIf>
49
                                            <null>0</null>
50
                                            <type>float</type>
51
                                            <value>$publicLongitude</value>
52
                                        </_nullIf>
53
                                    </longitude_deg>
54
                                </coordinates>
55
                            </coordinates_id>
56
                            <county>$county</county>
57
                            <matched_place_id>
58
                                <place>
59
                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
60
                                    <coordinates_id>
61
                                        <coordinates>
62
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
63
                                            <latitude_deg>
64
                                                <_nullIf>
65
                                                    <null>0</null>
66
                                                    <type>float</type>
67
                                                    <value>$publicLatitude</value>
68
                                                </_nullIf>
69
                                            </latitude_deg>
70
                                            <longitude_deg>
71
                                                <_nullIf>
72
                                                    <null>0</null>
73
                                                    <type>float</type>
74
                                                    <value>$publicLongitude</value>
75
                                                </_nullIf>
76
                                            </longitude_deg>
77
                                        </coordinates>
78
                                    </coordinates_id>
79
                                    <stateprovince>$state</stateprovince>
80
                                </place>
81
                            </matched_place_id>
82
                            <stateprovince>$state</stateprovince>
83
                        </place>
84
                    </place_id>
85
                </locationplace>
86
            </location>
87
        </path>
88
    </_simplifyPath>
89
</VegBIEN>
90
Inserted 22 new rows into database
(6-6/7)