⚠️ Our 0.1 release refactored several early-development functions for long-term stability, to update your code see here. ⚠️
Future changes will come with deprecation warnings! 🙂

geoutils.Vector.to_json

Contents

geoutils.Vector.to_json#

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

Returns a GeoJSON representation of the Vector as a string.

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

Return type:

str | None