-
Notifications
You must be signed in to change notification settings - Fork 1
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
Get spatial accuracy #4
Comments
Current algorithm in GetSpatialAccuracy.java amounts to:
Is this useful? If so, possible signature of new function(s):
|
Looks good. It is probably not that useful in its current state but it serves as documentation of what's there. Also it is possible that Julian might use it for WPS refactoring. In practice this will probably become a test conditionally executed by FTOpen. |
Just saw this (though I kind of rarely look at the github emails) To be simple we can use only the DQ_usability as quality element but we could do both i.e. putting it as well in metaquality see the ISO19157 to do this. Idem for the test on acc >=minAcc Then I would set up a Cleaning QC in Pillar2 that deals with usability and or quality element values specifically. I know this is not Basecamp and this answer is too long. Sorry! |
About
Takes number of satellites, input accuracy , min. Satellite Threshold, min. Accuracy threshold (the lower the better) and returns 2 boolean values to indicate if satellites and accuracy do not exceed the threshold.
Notes
The text was updated successfully, but these errors were encountered: