Project

General

Profile

« Previous | Next » 

Revision 7670

inputs/TEX/Specimen/map.csv: Remapped LAT/LONG_DEGREES,MINUTES,SECONDS to new latitude/longitude_deg,min,sec, allowing the DMS coordinates to be translated

View differences:

test.xml.ref
161 161
                                    <coordinates_id>
162 162
                                        <coordinates>
163 163
                                            <latitude_deg>
164
                                                <_nullIf>
165
                                                    <null>0</null>
166
                                                    <type>float</type>
167
                                                    <value>$LAT DEGREES</value>
168
                                                </_nullIf>
164
                                                <_dms_to_dd>
165
                                                    <deg>$LAT DEGREES</deg>
166
                                                    <min>$LAT MINUTES</min>
167
                                                    <sec>$LAT SECONDS</sec>
168
                                                </_dms_to_dd>
169 169
                                            </latitude_deg>
170 170
                                            <longitude_deg>
171
                                                <_nullIf>
172
                                                    <null>0</null>
173
                                                    <type>float</type>
174
                                                    <value>$LONG DEGREES</value>
175
                                                </_nullIf>
171
                                                <_dms_to_dd>
172
                                                    <deg>$LONG DEGREES</deg>
173
                                                    <min>$LONG MINUTES</min>
174
                                                    <sec>$LONG SECONDS</sec>
175
                                                </_dms_to_dd>
176 176
                                            </longitude_deg>
177 177
                                        </coordinates>
178 178
                                    </coordinates_id>
......
184 184
                                                <coordinates>
185 185
                                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
186 186
                                                    <latitude_deg>
187
                                                        <_nullIf>
188
                                                            <null>0</null>
189
                                                            <type>float</type>
190
                                                            <value>$LAT DEGREES</value>
191
                                                        </_nullIf>
187
                                                        <_dms_to_dd>
188
                                                            <deg>$LAT DEGREES</deg>
189
                                                            <min>$LAT MINUTES</min>
190
                                                            <sec>$LAT SECONDS</sec>
191
                                                        </_dms_to_dd>
192 192
                                                    </latitude_deg>
193 193
                                                    <longitude_deg>
194
                                                        <_nullIf>
195
                                                            <null>0</null>
196
                                                            <type>float</type>
197
                                                            <value>$LONG DEGREES</value>
198
                                                        </_nullIf>
194
                                                        <_dms_to_dd>
195
                                                            <deg>$LONG DEGREES</deg>
196
                                                            <min>$LONG MINUTES</min>
197
                                                            <sec>$LONG SECONDS</sec>
198
                                                        </_dms_to_dd>
199 199
                                                    </longitude_deg>
200 200
                                                </coordinates>
201 201
                                            </coordinates_id>

Also available in: Unified diff