tudelft3d / carriageways-creator

Carriageways Creator
GNU General Public License v3.0
6 stars 0 forks source link

Make snapping rely on shapely's snapping function? #44

Open liberostelios opened 4 years ago

liberostelios commented 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.