You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will preserve the biggest change to highest zoom level.
The default is NearestNeighbor which will basically randomly pick out of the neighbors, sometimes picking the lower value pixel, process repeats and at max zoom you're very likely to have the min value, washing out any difference.
The text was updated successfully, but these errors were encountered:
geotrellis-road-distance-sdg/src/main/scala/geotrellis/sdg/OutputPyramid.scala
Line 43 in 66baeab
This will preserve the biggest change to highest zoom level.
The default is
NearestNeighbor
which will basically randomly pick out of the neighbors, sometimes picking the lower value pixel, process repeats and at max zoom you're very likely to have the min value, washing out any difference.The text was updated successfully, but these errors were encountered: