Changes

Jump to: navigation, search

Check coordinates distance and bearing 6.0

1,190 bytes added, 15:07, 9 October 2016
no edit summary
{{Note | These rows needs to get user_entered_x and user_entered_y or user_entered_mgrs populated. NAA has UPDATE queries.}}
==Case 3 Colombia=={{Warning | New variation of Case 2 which we are currently investigating.}} ==Case 4 Misc Miscellaneous odd issues that needs to be corrected==
These errors may have been caused by
* user mistakes
{{Note | These rows needs to be investigated and updated manually. }}
==Case 5 ICR-368 to be included in October 2016 build==
The data is entered with 6.0 and is Distance/Bearing using MGRS. The calculated MGRS in ''user_entered_mgrs'' has the wrong format and should for consistency reasons and in order to avoid future issues be corrected when the build is available. Run this query (''DistBear Check bear dist NULL'') to check if you have any points that falls under Case 5. This query is '''NOT''' tested with MGRS.
<pre>
 
SELECT
"public".geopoint.geopoint_guid,
"public".geopoint.pointlocal_id,
"public".geopoint.pointno,
"public".geopoint.longitude,
"public".geopoint.latitude,
"public".geopoint.coordrefsys,
"public".geopoint.distance,
"public".geopoint.bearing,
"public".geopoint.frompoint_guid,
"public".geopoint.userinputformat,
"public".geopoint.coordformat,
"public".geopoint.user_entered_x,
"public".geopoint.user_entered_y,
"public".geopoint.user_entered_mgrs
FROM
"public".geopoint
WHERE
"public".geopoint.user_entered_mgrs LIKE '% %'
</pre>
{{Note | These rows needs to be have user_entered_mgrs updated. No updating query exists yet. }}
{{NavBox Hub}}
[[Category:NoPublic]]
[[Category:SQL Queries]]
[[Category:NAA]]
6,632
edits

Navigation menu