s2geometry icon indicating copy to clipboard operation
s2geometry copied to clipboard

Computational geometry and spatial indexing on the sphere

Results 80 s2geometry issues
Sort by recently updated
recently updated
newest added

``` 2023-01-11T10:11:10+01:00 Running /home/mbkkt/projects/s2geometry/cmake-build-relwithdebinfo/s2region_term_indexer_benchmark Run on (16 X 2400 MHz CPU s) CPU Caches: L1 Data 48 KiB (x8) L1 Instruction 32 KiB (x8) L2 Unified 1280 KiB (x8) L3...

I think main issue this todo https://github.com/google/s2geometry/blob/master/src/s2/s2boolean_operation.cc#L2255 Will it be done sometime?

https://github.com/google/s2geometry/blob/master/src/s2/s2region_term_indexer.cc#L213 It looks like same possible for index terms, am I right? Why do I need other terms (not true_max_level) if query contains only points?

Hello, I'm trying to compile the library to be used in python, but I'm receiving an error while trying to import it with `import pywraps2 as s2`: `Traceback (most recent...

See issue #53. This version relies on the bazel central repository for abseil-cpp, googletest, and boringssl and points to HEAD of s2geometry.

https://github.com/google/s2geometry/blob/7940c9f791819211782bd7df51632657172c17c2/src/s2/s2loop_test.cc#L1146 S2 fails to build with recent versions of abseil at places where HasSubstr ist used. Replacing the string_view with a string works (as a workaround): EXPECT_THAT(error.text(), testing::HasSubstr(std::string(snippet)));

One of the tests won't compile with the latest version on Ubuntu 22.04. Neither with the mentioned googletest version 1.10.0 nor the current 1.14.0 release. The error is in s2builderutil_lax_polygon_layer_test:...

Given a polygon from an s2 cell, and a polygon from an s2 cell union, what methods could be used to check whether the borders of these cells intersect? In...

Hi, I've got this loop that I'm not sure Normalize() works as expected on (sorry, it's huge). At the end of the [snippet](https://pastebin.com/ctVd1FxQ) there are instructions to build the loop...

version: master os: wsl2 ubuntu20.04 cmake option: cmake -DCMAKE_CXX_STANDARD=17 -DWITH_GFLAGS=ON -DBUILD_TESTS=OFF -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR} -DCMAKE_INSTALL_LIBDIR=${INSTALL_DIR}/lib .. error: call to non-‘constexpr’ function /s2geometry/src/s2/s1chord_angle.h:311:43: error: call to non-‘constexpr’ function ‘T util::math::internal_vector::BasicVector::Norm2() const [with VecTemplate...