Feature request #11501
Add the command line log to GDAL/OGR algorithms
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Victor Olaya | ||
Category: | Processing/GDAL | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 19771 |
Description
I used "clip grid by polygon" from OGR Miscellaneous and the result was an empty shapefile. I run the code from the command line to see what happened and realzied, through the error messages, that one of the polygon had topological errors.
I think it be useful for users to be able to read the results from the execution of the code, in case a similar situation happens to them.
Associated revisions
[processing] better output logging for gdal/org calls
Fixes #11501
History
#1 Updated by Victor Olaya about 10 years ago
- Status changed from Open to Feedback
should be fixed now. Erros are correctly redirected to the log file now
#2 Updated by Victor Olaya about 10 years ago
- Status changed from Feedback to Closed
Fixed in changeset 51de0caeb8efb31d55885cbd23e9f1d3ef8b0aa7.