Project

General

Profile

« Previous | Next » 

Revision 5861

mappings/VegCore-VegBIEN.csv: Remapped latitude/longitude to new coordinates table

View differences:

test.xml.ref
7 7
                <authorlocationcode>$plotCode</authorlocationcode>
8 8
                <area_m2><_ha_to_m2><value>$plotAreaHa</value></_ha_to_m2></area_m2>
9 9
                <elevation_m>$elevation_m</elevation_m>
10
                <locationcoords>
11
                    <latitude_deg>
12
                        <_nullIf>
13
                            <null>0</null>
14
                            <type>float</type>
15
                            <value>$latitude</value>
16
                        </_nullIf>
17
                    </latitude_deg>
18
                    <longitude_deg>
19
                        <_nullIf>
20
                            <null>0</null>
21
                            <type>float</type>
22
                            <value>$longitude</value>
23
                        </_nullIf>
24
                    </longitude_deg>
25
                </locationcoords>
26 10
                <locationevent>
27 11
                    <method_id><method><name>$plotMethod</name></method></method_id>
28 12
                    <taxonoccurrence>
......
158 142
                <locationplace>
159 143
                    <place_id>
160 144
                        <place>
145
                            <coordinates_id>
146
                                <coordinates>
147
                                    <latitude_deg>
148
                                        <_nullIf>
149
                                            <null>0</null>
150
                                            <type>float</type>
151
                                            <value>$latitude</value>
152
                                        </_nullIf>
153
                                    </latitude_deg>
154
                                    <longitude_deg>
155
                                        <_nullIf>
156
                                            <null>0</null>
157
                                            <type>float</type>
158
                                            <value>$longitude</value>
159
                                        </_nullIf>
160
                                    </longitude_deg>
161
                                </coordinates>
162
                            </coordinates_id>
161 163
                            <country>$country</country>
162 164
                            <county>$countyParish</county>
163 165
                            <stateprovince>$stateProvince</stateprovince>

Also available in: Unified diff