geoutils.Vector.to_geo_dict

geoutils.Vector.to_geo_dict#

Vector.to_geo_dict(na='null', show_bbox=False, drop_id=False)[source]#

Returns a python feature collection representation of the Vector as a dictionary with a list of features based on the __geo_interface__ GeoJSON-like specification.

See more details at geopandas.GeoDataFrame.to_geo_dict().

Return type:

Any