![]() |
![]()
| ![]() |
![]()
NAMEgdal-vsi-copy - Copy files located on GDAL Virtual System Interface (VSI) Added in version 3.11. SYNOPSISUsage: gdal vsi copy [OPTIONS] <SOURCE> <DESTINATION> Copy files located on GDAL Virtual System Interface (VSI). Positional arguments: DESCRIPTIONgdal vsi copy copy files and directories located on GDAL Virtual File Systems (compressed, network hosted, etc...): /vsimem, /vsizip, /vsitar, /vsicurl, .... It can copy files and directories between different virtual file systems. This is the equivalent of the UNIX cp command, and gdal vsi cp is an alias for gdal vsi copy. Options
EXAMPLESExample 1: Copy recursively files from /vsis3/bucket/my_dir to local directory, creating a my_dir directory if it does not exist.$ gdal vsi copy -r /vsis3/bucket/my_dir . Example 2: Copy recursively files from /vsis3/bucket/my_dir to local directory, without creating a my_dir directory, and with progress bar$ gdal vsi copy --progress -r /vsis3/bucket/my_dir/* . AUTHOREven Rouault <even.rouault@spatialys.com> COPYRIGHT1998-2025
|