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.06k stars 472 forks source link

Feature Request: Add function like getNeighbors() to openlocationcode.py #161

Open richmurnane opened 6 years ago

richmurnane commented 6 years ago

having a function like the java one at this URL would be extremely useful for this python guy, thanks...Rich

Feature Request:

create function like getNeighbors() in openlocationcode.py from https://github.com/bocops/open-geotiling/blob/master/java/org/bocops/opengeotiling/OpenGeoTile.java

/**

zongweil commented 6 years ago

Hi! Thanks for the feature request. Can you provide a little more info about your use case? What does a function like that help you accomplish?

bocops commented 6 years ago

@zongweil For context, the function @sqlquery mentions was written by me and published in a separate repo after discussions on the mailing list. Here are two threads in which potential use cases are discussed:

https://groups.google.com/forum/#!topic/open-location-code/qmqDqwStWVw https://groups.google.com/forum/#!topic/open-location-code/oboqfq6kVks

zongweil commented 6 years ago

Thanks for the pointers. I'll start a thread internally about where the expanded functionality would go (e.g. core library or separate repo like you currently have).