wradlib.io.gdal.VectorSource.dump_vector#

VectorSource.dump_vector(filename, *, driver='ESRI Shapefile', remove=True)[source]#

Output layer to OGR Vector File

Parameters
  • filename (str) – path to shape-filename

  • driver (str, optional) – driver string, defaults to “ESRI SHapefile”

  • remove (bool, optional) – if True removes existing output file, defaults to True