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

There are incorrect instructions for building on macOS on the s2geometry.io website, which I've previously mentioned in https://github.com/google/s2geometry/issues/98#issuecomment-695161282. I'd like to be able to write a pull request to correct...

As per the installation guidlines,facing an error at last step make: `[ 1%] Built target gtest [ 2%] Built target s2testing [ 3%] Linking CXX shared library libs2.dylib Undefined symbols...

Hi, Has anyone succeeded in compiling S2 against an Anaconda Python environment? When I tried I got: ``` >>> import pywraps2 Fatal Python error: _PyInterpreterState_Get(): no current thread state Python...

python

The original `CMakeLists.txt` for python installs the lib and py files directly to python site. They are not versioned and the installation dir is affected by `CMAKE_INSTALL_PREFIX`. While the latter...

python

I encountered an error when intersecting two polygons, say `p1` and `p2`. At a high level, I am starting with several polygons formed with `MakeRegularLoop` like below and then applying...

Add's `repr()` methods to some core cell/geodetic Python classes. Goal is to make debugging & interactive exploration easier. ``` ``` (based on #160, only the last commit actually has any...

From https://github.com/dazza-codes/docker-google-s2-lambda The build works, but it has cmake/swig WARNINGs and the python import fails. The Dockerfile uses `FROM amazonlinux` and it installs the usual development libs to download and...

python

We will need to do something about what are currently external dependencies: openssl, ~~glog, gflags~~. This might be useful: https://github.com/openssl/openssl/issues/3840

Trying to deploy python based aws lambda function so having a pip based distribution would vastly help. I would like to do something like so: ``` pip install s2geometry ```...