Hi,
I love golang seo s2 library, but one thing that's a bit annoying to me is the fact that documentation (type/method comments) often refer to functionality that's not implemented.
For example, there is the CellIndex type, documentation of which suggests using method IntersectingLabels or ClosestCellQuery none of which seem to be implemented.
In fact, I don't know if the CellIndex can be queried at all, as there are no Query types that reference it.
I was trying to find any open issues or a roadmap that could tell me if someone is working on finishing this functionality, but I could find none.
I could try to take stab at implementing it (although I don't think, I'm smart enough or have enough domain knowledge), but maybe someone's already working on it.
I'd love if someone could share this information. :)
Best,
Piotr