geofileops.move#

geofileops.move(src: Union[str, PathLike[Any]], dst: Union[str, PathLike[Any]])#

Moves the geofile from src to dst.

If the source file is a geofile containing of multiple files (eg. .shp) all files are moved.

Parameters:
  • src (PathLike) – the file to move

  • dst (PathLike) – the location to move the file(s) to