Cannot make GeoDataFrame from Shapely Polygons: NotImplementedError: A polygon does not itself provide the array interface. Its rings do

后端 未结 0 915
情话喂你
情话喂你 2021-01-12 07:30

This is code that used to work previously, but doesn\'t anymore:

import geopandas as gp
from shapely.geometry import Polygon

a = Polygon([(0, 0), (0, 1), (1,         


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