save_shapes

draw.save_shapes(filename, **kwargs)

Save the drawn shapes to a file.

Parameters:
  • filename (str) – The path to the file to which the shapes are written.

  • kwargs – Additional kwargs are passed to Geopandas.GeoDataFrame.to_file(…)