Open liberostelios opened 4 years ago
Now we have our own code for snapping the geometry which might sometimes freak out as it makes a few assumptions. It might be worth trying to replace the whole thing using the shapely.ops.snap function which should be reliable. Maybe worth a try.
shapely.ops.snap
Now we have our own code for snapping the geometry which might sometimes freak out as it makes a few assumptions. It might be worth trying to replace the whole thing using the
shapely.ops.snap
function which should be reliable. Maybe worth a try.