google / s2geometry

Computational geometry and spatial indexing on the sphere
http://s2geometry.io/
Apache License 2.0
2.29k stars 302 forks source link

Improvements #296

Closed MBkkt closed 1 year ago

MBkkt commented 1 year ago

Improve s2region_term_indexer:

Add access to coverer

Add access to S2Polygon::subregionbound

Add S2_SYSTEM_HEADERS cmake options to avoid s2 compile time warnings from s2 headers

Add S2_INSTALL option with keeping old behavior

Needs tests run! PR now mostly for discussion.

jmr commented 1 year ago

Having 6 PRs in 1 will quickly become unwieldy. Please split up future PRs for easier disucssion.

MBkkt commented 1 year ago

Having 6 PRs in 1 will quickly become unwieldy. Please split up future PRs for easier disucssion.

Will be done

smcallis commented 1 year ago

Yeah let's split this one up we can probably submit the others separate from the term indexer one.

MBkkt commented 1 year ago

@jmr @smcallis Hello, I created separate PRs (found asan issue and add tests for new option) can you look they?

jmr commented 1 year ago

Closing this since it's been split into #298, #299, #300, #301, #302, and #303.