s2geometry
                                
                                 s2geometry copied to clipboard
                                
                                    s2geometry copied to clipboard
                            
                            
                            
                        Computational geometry and spatial indexing on the sphere
I built the v0.11.1 git tag (master failed to build) on Debian trixie with this config: ``` cmake .. -DBUILD_EXAMPLES=OFF -DWITH_PYTHON=ON -DGOOGLETEST_ROOT=/usr/src/googletest ``` The python binding test suite fails with...
Given two polygons, I would like to replicate what ST_Covers does using S2. While the case of one polygon being contained in the interior of another works (or at least...
This constraint is more general and occurs on all Windows platforms, where `MSVC` may not. xref https://github.com/JuliaPackaging/Yggdrasil/pull/9448, where we encountered this issue - the MSVC condition was not satisfied, but...
Currently, the `S2` library is not wrapped in a namespace. Additionally, most of the class names contain "S2" somewhere in their name, but not all of them. In particular, there...
Hello, I'm trying to use this library to process some shapefiles. I've compiled my app using address sanitizer and this is stopping my program execution (see details below). Now I've...
closes #389, blocked by #390
Hello! I'm on MacOS trying to build s2geometry and running into an issue when running `python -m build` in the s2geometry folder. I install the dependencies and run the command...
There are numerous errors when building with g++12.3.0 in Ubuntu 22.04 off master [035272b63b313d2c79c7e8b9606f022b0570fe7b] The following errors repeat a bunch of times. Building using g++11.4 works fine. ``` 2-src/src/s2/base/port.h:35:3: error:...
We currently build/test with cmake, but not bazel. A bazel workflow should be added, too.
The `cmake --build . --parallel` step takes 30 minutes and then is cancelled: ``` [ 66%] Building CXX object CMakeFiles/s2shapeutil_build_polygon_boundaries_test.dir/src/s2/s2shapeutil_build_polygon_boundaries_test.cc.o [ 66%] Building CXX object CMakeFiles/value_lexicon_test.dir/src/s2/value_lexicon_test.cc.o Error: The operation was...