From GeoPandas df column containing list of tuple coordinates to a column containing LineString

前端 未结 0 978
傲寒
傲寒 2020-12-09 11:30

I have a GeoPandas df:

import geopandas as gpd

geo_df = gpd.GeoDataFrame({\'name\': [\'foo\', \'bar\', \'oof\'], \'geometry\': [[(5.239672304278279, 43.44940         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题