I wrote a script to take the union between multiple polygons using shapely.ops.unary_union and found that it works on one machine but errors on another. Machine Specs: The machine that the script was ...
Expected behavior and actual behavior. Actual behavior (shapely 1.8.0) : unary_union on a buffered empty polygon causes python to crash with segmentation fault. Expected behavior: Previous version of ...