golang / geo

S2 geometry library in Go
Apache License 2.0
1.69k stars 182 forks source link

Added a lot more of the functionality of the original s2 library #2

Closed Logician closed 9 years ago

Logician commented 9 years ago

I've modeled it mostly after the Java version of the library. Not everything is as clean as it can be, nor has everything been done yet. But the region coverer seems to be fully functional which is what I needed. Let me know if I need to make any adjustments in case you consider to merge this.

dsymonds commented 9 years ago

I think the latest revisions here supersede most of those commits.

giulioungaretti commented 8 years ago

@dsymonds not sure I agree :D Or maybe I don't get it, but the type loop does not support region interface. Meaning that there is no simple way to have a region coverer on a loop.

Again, maybe I missed something.

akhenakh commented 8 years ago

Loops are still using rect bounds to perform region coverage, no chance for a real shape region cover?