copy

Contents

copy#

copy(src_path: str | CloudPath | Path, dst_path: str | CloudPath | Path) CloudPath | Path[source]#

Copy vector (handles shapefiles additional files)

Parameters:
  • src_path (AnyPathStrType) – Source Path

  • dst_path (AnyPathStrType) – Destination Path (file or folder)

Returns:

Path to copied vector

Return type:

AnyPathType