Skip to main content

I have vector data for my town and i want to create rasters of 1x1 kilometer. I use the mapnikrasterizer. How can i create many rasters from the vector data?

Use Tiler with your desired dimensions clip with the tiles and write with an unique filemane for each tile.

Or clip the vector part, use Group By in MapnickRasterizer and write with an unique filemane for each tile.


Use Tiler with your desired dimensions clip with the tiles and write with an unique filemane for each tile.

Or clip the vector part, use Group By in MapnickRasterizer and write with an unique filemane for each tile.

Can you explain it more detailed?


@cm_1987​ I attached a demo workspace. It's even simpler than I explained.


Reply