Good geometry library in python? [closed] Good geometry library in python? [closed] python python

Good geometry library in python? [closed]


Perhaps take a look at SymPy.


Shapely is a nice python wrapper around the popular GEOS library.


I found pyeuclid to be a great simple general purpose euclidean math package. Though the library may not contain exactly the problems that you mentioned, its infrastructure is good enough to make it easy to write these on your own.