Revision 7669
Added by Aaron Marcuse-Kubitza almost 12 years ago
test.xml.ref | ||
---|---|---|
156 | 156 |
<coordinates_id> |
157 | 157 |
<coordinates> |
158 | 158 |
<latitude_deg> |
159 |
<_nullIf>
|
|
160 |
<null>0</null>
|
|
161 |
<type>float</type>
|
|
162 |
<value>$lat_deg</value>
|
|
163 |
</_nullIf>
|
|
159 |
<_dms_to_dd>
|
|
160 |
<deg>$lat_deg</deg>
|
|
161 |
<min>$lat_min</min>
|
|
162 |
<sec>$lat_sec</sec>
|
|
163 |
</_dms_to_dd>
|
|
164 | 164 |
</latitude_deg> |
165 | 165 |
<longitude_deg> |
166 |
<_nullIf>
|
|
167 |
<null>0</null>
|
|
168 |
<type>float</type>
|
|
169 |
<value>$long_deg</value>
|
|
170 |
</_nullIf>
|
|
166 |
<_dms_to_dd>
|
|
167 |
<deg>$long_deg</deg>
|
|
168 |
<min>$long_min</min>
|
|
169 |
<sec>$long_sec</sec>
|
|
170 |
</_dms_to_dd>
|
|
171 | 171 |
</longitude_deg> |
172 | 172 |
</coordinates> |
173 | 173 |
</coordinates_id> |
... | ... | |
180 | 180 |
<coordinates> |
181 | 181 |
<source_id><source><shortname>geoscrub</shortname></source></source_id> |
182 | 182 |
<latitude_deg> |
183 |
<_nullIf>
|
|
184 |
<null>0</null>
|
|
185 |
<type>float</type>
|
|
186 |
<value>$lat_deg</value>
|
|
187 |
</_nullIf>
|
|
183 |
<_dms_to_dd>
|
|
184 |
<deg>$lat_deg</deg>
|
|
185 |
<min>$lat_min</min>
|
|
186 |
<sec>$lat_sec</sec>
|
|
187 |
</_dms_to_dd>
|
|
188 | 188 |
</latitude_deg> |
189 | 189 |
<longitude_deg> |
190 |
<_nullIf>
|
|
191 |
<null>0</null>
|
|
192 |
<type>float</type>
|
|
193 |
<value>$long_deg</value>
|
|
194 |
</_nullIf>
|
|
190 |
<_dms_to_dd>
|
|
191 |
<deg>$long_deg</deg>
|
|
192 |
<min>$long_min</min>
|
|
193 |
<sec>$long_sec</sec>
|
|
194 |
</_dms_to_dd>
|
|
195 | 195 |
</longitude_deg> |
196 | 196 |
</coordinates> |
197 | 197 |
</coordinates_id> |
Also available in: Unified diff
inputs/REMIB/Specimen/map.csv: Remapped lat/long_deg,min,sec to new latitude/longitude_deg,min,sec, allowing the DMS coordinates to be translated