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.
我有一个从具有要素几何属性的 MySQL 数据库中提取的数据框。例如,这是 geom 属性的一条记录值:
'POLYGON((-113.583914 33.786816,-113.58412 33.787018,-113.58412 33.786816,-113.583914 33.786816))'
表中的所有要素都是多边形。
我一直在搜索,但找不到从这些坐标字符串创建空间数据框的干净方法。