rust-s2
rust-s2 copied to clipboard
S2 geometry library in Rust
This library fails to build on `wasm32-unknown-unknown` architecture. See the following: ``` [arni][master]% cargo build --target=wasm32-unknown-unknown Updating crates.io index Downloaded approx v0.4.0 Downloaded libm v0.2.6 Downloaded bigdecimal v0.3.0 Downloaded cgmath...
Hi! nice work this S2 port has been useful :) Do you have any road maps or plans on how to implement the missing features? I'm no expert but maybe...
While trying to cover a region of lat lon (Lat: -37 -> -38, Lon: 147 -> 148), While getting all the CellIds in that region. The function call seems to...
First of all, thanks for the Rust port of the S2 lib! I still have a lot to learn about S2 in general but I'm running into a wall on...