【发布时间】:2015-02-27 07:32:53
【问题描述】:
我正在使用 Python、Shapely 和 Fiona。考虑到有两个 shapefile 可用,一个线 shapefile 和一个多边形 shapefile。
如何获得由交点(用 Q 标记表示)及其各自坐标组成的最终结果 shapefile??
【问题讨论】:
-
编辑了问题。现在更清楚了吗?
-
我尝试过使用 shapely 的 'intersection' 函数(geom intersection)并使用 Fiona 编写输出的简单交集。
-
你能把代码、示例输入、它的输出和预期的输出贴出来。
标签: python coordinates intersection shapely fiona