Sunday 25 November 2018

r.series GRASS algorithm in QGIS 3.2 output no-data image


I'm trying without success to calculate a standard deviation image from 4 input images. I already used the r.serie algorithm in 2.18 to calculate an averaged image. Know after upgrading to 3.2.2 on ubuntu 18.04 r.series seems not to work properly. the output is an image with value from 1.79769e+308 to -1.79769e+308.


Any ideas? The log is:


Cleaning up temporary files...

access: No such file or directory


ERROR: LOCATION not available

Starting GRASS GIS...

Executing ...

Default region was updated to the new projection, but if you have multiple mapsets `g.region -d` should be run in each to update the region from the default

Projection information updated


Over-riding projection check

Reading band 1 of 1...

r.external complete. Link to raster map created.

Over-riding projection check

Reading band 1 of 1...


r.external complete. Link to raster map created.

0..3..6..9..12..15..18..21..24..27..30..33..36..39..42..45..48..51..54..57..60..63..66..69..72..75..78..81..84..87..90..93..96..99..100

Checking GDAL data type and nodata value...

2..5..8..11..14..17..20..23..26..29..32..35..38..41..44..47..50..53..56..59..62..65..68..71..74..77..80..83..86..89..92..95..98..100

Using GDAL data type


Input raster map contains cells with NULL-value (no-data). The value -nan will be used to represent no-data values in the input map. You can specify a nodata value with the nodata option.

Exporting raster data to GTiff format...

ERROR 6: SetColorTable() only supported for Byte or UInt16 bands in TIFF format.

2..5..8..11..14..17..20..23..26..29..32..35..38..41..44..47..50..53..56..59..62..65..68..71..74..77..80..83..86..89..92..95..98..100

r.out.gdal complete. File created.


Execution of finished.

Cleaning up temporary files...

Execution completed in 24.22 seconds
Results:
{'output': }

Loading resulting layers

Algorithm 'r.series' finished


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...