Bug report #3174
Raster Calculator: apparently incoherent results
| Status: | Closed | ||
|---|---|---|---|
| Priority: | Low | ||
| Assignee: | |||
| Category: | Build/Install | ||
| Affected QGIS version: | Regression?: | No | |
| Operating System: | Debian | Easy fix?: | No |
| Pull Request or Patch supplied: | Resolution: | fixed | |
| Crashes QGIS or corrupts data: | Copied to github as #: | 13234 |
Description
The following calculations do not return expected results on the attached raster:
w001001@1 * 100
the resulting raster is full of NAN, and clipped.
When doing w001001@1 / 10, NULL values are not handled correctly.
Get the sample raster from: http://int.faunalia.it/~paolo/dtm.tar.gz
History
#1
Updated by Marco Hugentobler about 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed
This should be fixed in d2097c26 (SVN r14504)