Opened 2 years ago
Closed 2 years ago
#34739 closed New feature (fixed)
Implement GEOSEqualsIdentical method on geometry objects.
| Reported by: | Olivier Tabone | Owned by: | Olivier Tabone |
|---|---|---|---|
| Component: | GIS | Version: | dev |
| Severity: | Normal | Keywords: | gis |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
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 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.
Change History (6)
comment:1 by , 2 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 2 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 2 years ago
| Has patch: | set |
|---|---|
| Patch needs improvement: | set |
comment:5 by , 2 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
PR