copy#

copy(src_path: Union[str, CloudPath, Path], dst_path: Union[str, CloudPath, Path]) Union[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