-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
r.buildvrt: check if all input maps are NULL-only #2220
Conversation
Do not continue if all input raster maps only contain no-data. Fixes 2217
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great. Thanks for the quick fix!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix!
While you are at it, you may probably also change the warning message here: grass/raster/r.buildvrt/main.c Line 266 in b9c7812
which should read: "Input ew resolutions are different" (and not "Input ns resolutions are different", note the direction ew/ns).
|
Sure, done in e193fc2 |
(Backport once 8.0.1 is out) |
Do not continue if all input raster maps only contain no-data. Fixes 2217
done |
Do not continue if all input raster maps only contain no-data. Fixes 2217
Do not continue if all input raster maps only contain no-data. Fixes 2217
Do not continue if all input raster maps only contain no-data. Fixes 2217
Do not continue if all input raster maps only contain no-data.
Feel free to suggest a better error message.
To Reproduce
Old behaviour:
New error message:
Fixes #2217