I want to generate raster from line vector layer using PyQGIS. I was following this post: How to call the interpolation plugin from the python console?
but I have a problem with:
layer_data.InterpolationAttribute =0
It works, but when I try to set different index it still takes values from first column. It looks like 0 index is default and can't be modified. I am working on Ubuntu 16.04.
Maybe this is a reason?