bilst

Results 8 comments of bilst

Unfortunate given how the documentation here was so insistent on lowercase, but Google's new style preference is "Plus Codes". Will keep this issue to track inconsistencies in code/documentation.

Sorry for the slow reply! I think you point out some interesting theoretically valid technical issues, but given that they haven't been an actual problem for any users, I'm not...

Hi Kumar, if you're using the VBA library in Excel, you might try OLCDecode2Array(), which has the comment, "Same as OLCDecode but returns the coordinates in an array, easier to...

Re algorithm description, Nominatim or another geocoder can be used with the following python example (modulo the issues bocops mentioned around returning place names across borders): ```#!pip install openlocationcode from...

From (newly updated) https://github.com/google/open-location-code/wiki/FAQ#reference-location-dataset : The open source libraries support conversion to/from addresses using the latlng of the reference location. Callers will need to convert place names to/from latlng using...

From (newly updated) https://github.com/google/open-location-code/wiki/FAQ#reference-location-dataset : The open source libraries support conversion to/from addresses using the latlng of the reference location. Callers will need to convert place names to/from latlng using...

From (newly updated) https://github.com/google/open-location-code/wiki/FAQ#reference-location-dataset : The open source libraries support conversion to/from addresses using the latlng of the reference location. Callers will need to convert place names to/from latlng using...

Neat! Easiest option would probably to add a link to your repo, e.g. like we have for Emacs Lisp: https://github.com/google/open-location-code/tree/main/emacs Happy to review a PR.