Skip to main content

Hello.

I'm using a mapnik rasterizer to overlay a couple of vector datasets on a set of rasters. I have three input, one raster and two vector. When I run it it produced one output including the three input rasters on top of eachother. How can I set it up to run separately for each input raster?

You can use the Group By function to do that, for every unique value of the attribute(s) selected there it will make a new raster. You'll have to make sure your vectors and the raster they should overlay have that attribute in common.


Reply