Problem rasterizing

Issue #97 closed
Former user created an issue

I load in the example data and want to rasterize the supported LandCov... shapefile to either raster, then this happens:

Uncaught error while executing algorithm Traceback (most recent call last): File "/usr/share/qgis/python/plugins/processing/core/GeoAlgorithm.py", line 203, in execute self.processAlgorithm(progress) File "/home/ron/.qgis2/python/plugins/enmapboxplugin/enmapboxgeoalgorithms/algorithms.py", line 448, in processAlgorithm Image.fromVector(filename=self.getOutputValue('image2'), grid=image.pixelGrid, progressBar=progressBar) TypeError: fromVector() takes exactly 4 arguments (3 given)

I did not change any arguments except the Burn Attribute which I adjusted to the field.

This happens with all associated Rasterize functions. Who's at fault? Enmap Box or me?

Ron

Comments (3)

  1. Log in to comment