#34739: Implement GEOSEqualsIdentical method on geometry objects.
------------------------------------------+------------------------
               Reporter:  Olivier Tabone  |          Owner:  nobody
                   Type:  New feature     |         Status:  new
              Component:  GIS             |        Version:  dev
               Severity:  Normal          |       Keywords:  gis
           Triage Stage:  Unreviewed      |      Has patch:  0
    Needs documentation:  0               |    Needs tests:  0
Patch needs improvement:  0               |  Easy pickings:  0
                  UI/UX:  0               |
------------------------------------------+------------------------
 Recently released GEOS 3.12.0 exposes GEOSEqualsIdentical functions to
 compare geometries.

 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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/010701898d9da147-ded5bd04-8be8-4d34-bceb-b2b8a877f536-000000%40eu-central-1.amazonses.com.

Reply via email to