@jorisvandenbossche @mwtoews I think it could be handy to be able to walk tree nodes and update trees. * insertion: https://github.com/libgeos/geos/blob/master/capi/geos_c.h.in#L3099 * iteration: https://github.com/libgeos/geos/blob/master/capi/geos_c.h.in#L3164 * removal: https://github.com/libgeos/geos/blob/master/capi/geos_c.h.in#L3179
@jorisvandenbossche @mwtoews I think it could be handy to be able to walk tree nodes and update trees.