Good afternoon,
I am looking for a way to split a polygon (a circle buffer) that intersects a line (a major road) and remove the part is outside, or on the other side of the road.
Any sample in ArcPy and Python?
Thanks
Use the split tool from the editor Modify tool bar - you can use a line you construct, snapped to your road, or select the road centerline and use that to split your polygon.
Thank you @clt_cabq
I am looking for a geoprocessing tool, I do have more that 44,00 circles to process.
Godo morning,
This is how I did it: