google / open-location-code

Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
https://plus.codes
Apache License 2.0
4.05k stars 467 forks source link

Add DMS units to table. Not only just fractional degrees #577

Closed jidanni closed 1 month ago

jidanni commented 3 months ago

https://github.com/google/open-location-code/blob/main/docs/specification.md#code-precision has "Precision in degrees" as a table column.

There should also be an additional column to its right, stating the minutes / seconds equivalent.

For instance, 1/20 of a degree is also simply three (arc) minutes.

drinckes commented 1 month ago

I'm not sure why this would be useful since the table already includes the meter dimensions (that I think is much more understandable). At 10 digits the precision is 0.45 seconds and I'm not sure how many people have an idea of what that means.

I mean if you want to include the table with the values here as a comment we can see what it looks like and if anyone feels it is useful.

drinckes commented 1 month ago

I'm going to take it that since no table has appeared this isn't a priority, so I'll close the issue.