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: implement __eq__ on Geography class #61

Closed JoelJaeschke closed 2 weeks ago

JoelJaeschke commented 3 weeks ago

This PR resolves #48 and adds equality testing for different Geography objects based on their contained geometries.

jorisvandenbossche commented 2 weeks ago

(the failing tests are being fixed in https://github.com/benbovy/spherely/pull/63)