Open
Description
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
/**
* Get an array of the typically 8 neighboring tiles of the same size.
* @return an array of the typically 8 neighboring tiles of the same size;
* may return less than 8 neighbors for tiles near the poles.
*/