Select to view content in your preferred language

Computational Geometry Python

4489
2
12-22-2014 11:36 PM
AhsanAbbas
Deactivated User

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

0 Kudos
2 Replies
DanPatterson_Retired
MVP Emeritus

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

0 Kudos
AhsanAbbas
Deactivated User

I want to do without Arcpy geometry...

0 Kudos