My raster data does not look good on low zoomlevel

In case your data does not behave well when zooming out it could be that you chose the wrong interpolation method while uploading.

In case your data contains classes information you should always pick nearest neighbor interpolation to prevent certain classes form 'disappearing' on low zoom level.

In case your data contains contains continuous measurements or optical data you can best choose linear interpolation to prevent your map from looking pixelated on low zoomlevel.

You can set the interpolation method in the UI while uploading your files

You can also set the interpolation method using the API or Python package.

Last updated