I have a simple (and maybe stupid) question for you today.
I have to compute intersection points between GIS polygons and imaginary lines I draw thanks to a script of mine... And I wonder if it would be relevant to use PostGIS instead of a Math module to catch intersection points.
Thank you.
EDIT: by math module (or library) I think about a mathematic module as I work on a Python script. So that is a "python math module".