Opened 3 months ago

Closed 7 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, 3 months ago

Triage Stage: UnreviewedAccepted

comment:2 by David Smith, 3 months ago

Owner: set to David Smith
Status: newassigned

comment:3 by Rudraksha Dwivedi, 3 months ago

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

Version 0, edited 3 months ago by Rudraksha Dwivedi (next)

comment:4 by David Smith, 3 months ago

Has patch: set

comment:5 by Nick Pope, 7 weeks ago

Triage Stage: AcceptedReady for checkin

comment:6 by Jacob Walls <jacobtylerwalls@…>, 7 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