benbovy / spherely

Manipulation and analysis of geometric objects on the sphere.
https://spherely.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
119 stars 8 forks source link

ENH: add boolean operations (overlays) #62

Open jorisvandenbossche opened 3 weeks ago

jorisvandenbossche commented 3 weeks ago

WIP to add the overlay operations (union/intersection/(symmetric_)difference). They have a bunch of options that we should expose, and also need to add tests.

jorisvandenbossche commented 1 week ago

Added some tests, so this is now the basics without any options (that can probably be added in follow-up PRs)