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
                    <value>
12
                        <_alt>
13
                            <1>$realLatitude</1>
14
                            <2>$publicLatitude</2>
15
                        </_alt>
16
                    </value>
17
                </_nullIf>
18 3795 aaronmk
            </latitude>
19
            <longitude>
20 4043 aaronmk
                <_nullIf>
21
                    <null>0</null>
22
                    <type>float</type>
23
                    <value>
24
                        <_alt>
25
                            <1>$realLongitude</1>
26
                            <2>$publicLongitude</2>
27
                        </_alt>
28
                    </value>
29
                </_nullIf>
30 3795 aaronmk
            </longitude>
31
            <namedplace_id>
32
                <_simplifyPath>
33
                    <next>parent_id/namedplace</next>
34
                    <require>placename</require>
35
                    <path>
36
                        <namedplace>
37
                            <rank>county</rank>
38
                            <placename>$county</placename>
39
                            <parent_id>
40
                                <namedplace>
41
                                    <rank>stateProvince</rank>
42
                                    <placename>$state</placename>
43
                                </namedplace>
44
                            </parent_id>
45
                        </namedplace>
46
                    </path>
47
                </_simplifyPath>
48
            </namedplace_id>
49
        </locationdetermination>
50
        <locationevent>
51 3953 aaronmk
            <authoreventcode>$authorObsCode</authoreventcode>
52 4016 aaronmk
            <obsstartdate><_date><date><_dateRangeStart><value>$obsStartDate</value></_dateRangeStart></date></_date></obsstartdate>
53 3795 aaronmk
            <taxonoccurrence>
54
                <aggregateoccurrence><cover>$%cover</cover></aggregateoccurrence>
55 4072 aaronmk
                <authortaxoncode>$currentTaxonName sec Weakley 2006</authortaxoncode>
56 3795 aaronmk
                <taxondetermination>
57
                    <plantconcept_id>
58
                        <plantconcept>
59
                            <plantname_id>
60
                                <_simplifyPath>
61
                                    <next>parent_id/plantname</next>
62
                                    <require>plantname</require>
63
                                    <path>
64
                                        <plantname>
65
                                            <rank>binomial</rank>
66 3974 aaronmk
                                            <plantname>$currentTaxonName sec Weakley 2006</plantname>
67 3795 aaronmk
                                        </plantname>
68
                                    </path>
69
                                </_simplifyPath>
70
                            </plantname_id>
71
                        </plantconcept>
72
                    </plantconcept_id>
73
                </taxondetermination>
74
            </taxonoccurrence>
75
        </locationevent>
76
    </location>
77 3641 aaronmk
</VegBIEN>
78 3998 aaronmk
Inserted 16 new rows into database