Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两组多边形 gps 坐标(如图所示)。是否有可能在 matplotlib(或者可能是另一个库)中获取两个给定多边形相交的多边形坐标?提前致谢。
虽然它可能有点矫枉过正,但我建议使用Shapely包。此处显示的示例完全符合您的要求。
Matplotlib 只是一个绘图库,所以我认为你不能用它来解决这类问题。