geopandas.GeoSeries.from_wkb#

classmethod GeoSeries.from_wkb(data, index=None, crs=None, **kwargs)#

替代构造函数以创建 GeoSeries 从WKB对象的列表或数组

参数
data阵列式或系列

WKB对象的系列、列表或数组

index类似数组或索引

GeoSeries的索引。

crs值,可选

几何对象的坐标系。可以是任何可以接受的 pyproj.CRS.from_user_input() 例如,授权字符串(例如“EPSG:4326”)或WKT字符串。

kwargs

传递给Series构造函数的其他参数,例如 name

退货
GeoSeries