-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add 'gdal vfs list/copy/delete' #12132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
rouault
commented
Apr 12, 2025
•
edited
Loading
edited
- Add 'gdal vfs list', alias 'gdal vfs ls' (replacement for gdal_ls.py sample script)
- Add 'gdal vfs copy', alias 'gdal vfs cp' (replacement for gdal_cp.py sample script)
- Add 'gdal vfs delete', alias 'gdal vfs rm' (replacement for gdal_rm.py sample script)
Would it be too long as |
I'm open for |
done. As well as the addition of "copy" and "delete" |
ae14566
to
9d0aff7
Compare
…nst char* / std::string_view)
Sorry I didn't see this until just now. I wonder if it should maybe be named |
it can also accept regular paths. Can people watching this PR vote whether they prefer "vfs" or "vsi" ? |
They have 3 letters both but I do not understand what they really mean, so please select your favourite. +0 for both from me. |
i guess vsi |
ok let's go for vsi ==> #12142 |
Finally found what VSI means - naturally "Virtual System Interface" https://lists.osgeo.org/pipermail/gdal-dev/2005-September/006426.html |