Project

General

Profile

1 3641 aaronmk
Put template:
2
<VegBIEN>
3 3795 aaronmk
    <location id="-1">
4 4043 aaronmk
        <authorlocationcode>$authorObsCode</authorlocationcode>
5 3795 aaronmk
        <locationdetermination>
6 4043 aaronmk
            <coordsaccuracy><_noCV><value>$locationAccuracy-m</value></_noCV></coordsaccuracy>
7 3795 aaronmk
            <latitude>
8 4043 aaronmk
                <_nullIf>
9
                    <null>0</null>
10
                    <type>float</type>
11 4579 aaronmk
                    <value>$publicLatitude</value>
12 4043 aaronmk
                </_nullIf>
13 3795 aaronmk
            </latitude>
14
            <longitude>
15 4043 aaronmk
                <_nullIf>
16
                    <null>0</null>
17
                    <type>float</type>
18 4579 aaronmk
                    <value>$publicLongitude</value>
19 4043 aaronmk
                </_nullIf>
20 3795 aaronmk
            </longitude>
21
            <namedplace_id>
22
                <_simplifyPath>
23 4620 aaronmk
                    <next>parent_id</next>
24 3795 aaronmk
                    <path>
25
                        <namedplace>
26
                            <rank>county</rank>
27
                            <placename>$county</placename>
28
                            <parent_id>
29
                                <namedplace>
30
                                    <rank>stateProvince</rank>
31
                                    <placename>$state</placename>
32
                                </namedplace>
33
                            </parent_id>
34
                        </namedplace>
35
                    </path>
36
                </_simplifyPath>
37
            </namedplace_id>
38
        </locationdetermination>
39
        <locationevent>
40 3953 aaronmk
            <authoreventcode>$authorObsCode</authoreventcode>
41 4563 aaronmk
            <obsstartdate><_date><date>$obsStartDate</date></_date></obsstartdate>
42 3795 aaronmk
            <taxonoccurrence>
43
                <aggregateoccurrence><cover>$%cover</cover></aggregateoccurrence>
44 4072 aaronmk
                <authortaxoncode>$currentTaxonName sec Weakley 2006</authortaxoncode>
45 3795 aaronmk
                <taxondetermination>
46
                    <plantconcept_id>
47
                        <plantconcept>
48
                            <plantname_id>
49
                                <_simplifyPath>
50 4226 aaronmk
                                    <next>parent_id</next>
51 3795 aaronmk
                                    <path>
52
                                        <plantname>
53
                                            <rank>binomial</rank>
54 3974 aaronmk
                                            <plantname>$currentTaxonName sec Weakley 2006</plantname>
55 3795 aaronmk
                                        </plantname>
56
                                    </path>
57
                                </_simplifyPath>
58
                            </plantname_id>
59
                        </plantconcept>
60
                    </plantconcept_id>
61
                </taxondetermination>
62
            </taxonoccurrence>
63
        </locationevent>
64
    </location>
65 3641 aaronmk
</VegBIEN>
66 3998 aaronmk
Inserted 16 new rows into database