Opened 8 weeks ago

Closed 3 weeks ago

#36854 closed Cleanup/optimization (fixed)

Update GEOS bindings to remove usage of deprecated functions

Reported by: David Smith Owned by: David Smith
Component: GIS Version: 6.0
Severity: Normal Keywords:
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

At time of writing (early 2026) the minimum supported version of GEOS is 3.8. There are a number of functions that GEOS has deprecated support for, see a full list at:

https://libgeos.org/doxygen/deprecated.html

An audit should be conducted of used functions against this list and then migrate away from them.

Two functions that have been noticed so far are initGEOS_r link and finishGEOS_r link.

Change History (6)

comment:1 by Jacob Walls, 8 weeks ago

Triage Stage: UnreviewedAccepted

comment:2 by David Smith, 8 weeks ago

Owner: set to David Smith
Status: newassigned

comment:3 by Rudraksha Dwivedi, 7 weeks ago

Hey David !
I'd Like to work on this issue; (in case your are not)

Last edited 7 weeks ago by Rudraksha Dwivedi (previous) (diff)

comment:4 by David Smith, 7 weeks ago

Has patch: set

comment:5 by Nick Pope, 3 weeks ago

Triage Stage: AcceptedReady for checkin

comment:6 by Jacob Walls <jacobtylerwalls@…>, 3 weeks ago

Resolution: fixed
Status: assignedclosed

In 977345f7:

Fixed #36854 -- Updated GEOS init and finish bindings.

Note: See TracTickets for help on using tickets.
Back to Top