Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing DQ checks: spatial - precision #107

Open
Mesibov opened this issue Dec 15, 2015 · 0 comments
Open

Testing DQ checks: spatial - precision #107

Mesibov opened this issue Dec 15, 2015 · 0 comments

Comments

@Mesibov
Copy link

Mesibov commented Dec 15, 2015

Coordinate precision not valid ('Supplied precision of coordinates is not a valid value')
451867 false
5208 true

Precision / range mismatch ('The precision value should be between 0 and 1')
457061 false
14 true

I really don't see why 'coordinate precision' is any help to users, especially if uncertainty in metres is also recorded. ALA isn't testing it correctly, in any case, for example:

Failed the 'Coordinate precision not valid' test:
http://biocache.ala.org.au/occurrences/16712ec2-f510-4496-9a79-30028188e762
34° 45' 00" S, 146° 03' 44" E; -34.750 146.06222; precision 0.00001; uncertainty in metres 10

Passed the 'Coordinate precision not valid' test:
http://biocache.ala.org.au/occurrences/59623675-517b-4c7e-bb03-b122968dcabe
34° 42' 15" S, 146° 02' 52" E; -34.70416 146.04777; precision 0.00001; uncertainty in metres 10

I can only assume the first record failed the test because the decimal latitude wasn't recorded as -34.75000, which is a formatting issue, not a rounding one.

Then there are those 14- and 15-place DDs that ALA doesn't round off. Coordinate precision of 0.000000000000001? Really?

Note also that the uncertainty in metres is 10 in the 2 records above, which means the decimal lat/lons could be rounded to 4 decimal places with no significant loss of accuracy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant