Skip to main content

I'm clipping a Raster with a number of polygons.

As I'm using another software to then visualise the raster-file in 3d, I would like the oultine of the raster to be "smooth" and not "pixelated", is there a way to accomplish this?

Ultimately, a pixel is either in, or outside of the clipping polygon. You're always going to get that I'm afraid. Increasing the resolution (RasterResampler) may make that effect less noticable, but you can only go so far.


Reply