I want to do some computational geometry in python, such as lines intersections, point left or right to line, polygons intersection and similar like that. I need some information / document to study. Let me know if any links, or documents or books helps me.
Thanks
use this next line as given exactly in your browsers search...
"computational geometry" python
You can then elaborate as to whether you want to do this in pure python or with the arcpy geometry classes ... You could spend several days in the link provided alone
I want to do without Arcpy geometry...