write#

write(gdf: GeoDataFrame, path: Union[str, CloudPath, Path], **kwargs) None[source]#

Write vector to disk, managing the common drivers automatically.

Parameters:
  • gdf (gpd.GeoDataFrame) – GeoDataFrame to write on disk

  • path (AnyPathStrType) – Where to write on disk.