-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Position class currently does not have an automatic encoding of gridsquare to be the correct specificity. This can be a problem if a 4-char gridsquare is decoded and then attempted to encode later. This would add additional precision (which may not be very accurate) to the location.
Another example is decoding from a lat/long coordinate with ambiguity.
Consider using the ambiguity value in encodes and decodes.
Acceptance Criteria
- Maidenhead gridsquare decode and encode results in the same precision of gridsquare
- Maidenhead encode does not result in a more precise location than geocoord with ambiguity
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request