One can find the intersection between any geometry and a polygon to
effectively "clip" the geometry to be within the polygon. However, it
doesn't seem possible to "punch out" a region that intersects a non-polygon
geometry such as a line string. The difference() method just returns "self"
in those situations (and is documented as such).

Is there another way to get what I want?

Thanks!
Ben Root
_______________________________________________
Community mailing list
Community@lists.gispython.org
http://lists.gispython.org/mailman/listinfo/community

Reply via email to