This is not the same comparaison function as the ones already implemented:
GEOSEquals / GEOSEqualsExact.
See [https://github.com/libgeos/geos/pull/810 GEOS PR] for rationale.
GEOSEqualsIdentical is a good fit for equality of geometries and this
ticket would be a first step in the resolution of #25342.
This ticket would implement a method on geometry
`GEOSGeometryBase.equals_identical()` that calls GEOSEqualsIdentical if
available.
Assessing the compatibility with GEOS 3.12.0 is discussed in #34686.
--
Ticket URL: <https://code.djangoproject.com/ticket/34739>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/34739#comment:1>
* owner: nobody => Olivier Tabone
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/34739#comment:2>
* needs_better_patch: 0 => 1
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/17146 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/34739#comment:3>
* needs_better_patch: 1 => 0
Comment:
PR updated after Mariusz's review
--
Ticket URL: <https://code.djangoproject.com/ticket/34739#comment:4>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/34739#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"0f3b1a783dfa36cb23aae0bb954756d0edcd9fc1" 0f3b1a78]:
{{{
#!CommitTicketReference repository=""
revision="0f3b1a783dfa36cb23aae0bb954756d0edcd9fc1"
Fixed #34739 -- Added GEOSGeometry.equals_identical() method.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34739#comment:6>