poke-api icon indicating copy to clipboard operation
poke-api copied to clipboard

S2 geometry library porting

Open pavankumarjs opened this issue 8 years ago • 1 comments

@nabeelamjad The S2 geometry cells which are natively implemented in ruby will be very helpful in my project. The Lat-Long to cell id conversion code is ported from the S2 Geometry library. But the cell id to lat-long conversion is not available in this gem. Can you help me to port the rest of the library? And guide me with the required resources for porting the library?

pavankumarjs avatar Jan 25 '17 10:01 pavankumarjs

@pavankumarjs have a look at https://github.com/qedus/sphere/blob/master/sphere.py, that's essentially where I've ported from.

nabeelamjad avatar Jan 25 '17 10:01 nabeelamjad