Category "intersection"

Why ST_Intersection from Postgis returns multilinestring for self-intersecting linestrings?

I am trying on PostgreSQL with the extension Postgis to get the geometry of a gps_trace that intersects a box, then i want to get one linestring for each distin

Intersect float rows in two numpy matrices with precision

I'm looking for rows in B which are close to any of the rows in A example: eps = 0.1 A = [[1.22, 1.33], [1.45, 1.66]] B = [[1.25, 1.34], [1.77, 1.66], [1.44, 1.