-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Python bindings: add gdal.Run() to run GDAL algorithms #12150
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
1d13b2e
to
1dfbb23
Compare
I see the "run" function doing three separate things:
A user may want to do any combination of these, so I would look at separating them. Maybe something like:
|
Thanks for all the suggestions @dbaston. They are now implemented |
2451f1e
to
b8c483b
Compare
I've also added the capability of doing |
Fixes #11832
CC @dbaston