sphere
sphere copied to clipboard
Python implementation of the amazing S2 Geometry Library.
Results
1
sphere issues
Sort by
recently updated
recently updated
newest added
Specifically, the [official (?) implementation](https://github.com/micolous/s2-geometry-library/blob/master/geometry/s2cellid.cc#L168-194) strips all trailing '0's from the token generated from a CellId, and always right-pads '0's to make the input token a 16-character hex representation before...