geotrellis.raster.op

transform

package transform

Visibility
  1. Public
  2. All

Type Members

  1. case class ResampleRaster(r: Op[Raster], cols: Op[Int], rows: Op[Int]) extends Op3[Raster, Int, Int, Raster] with Product with Serializable

    This uses a nearest-neighbor algorithm to resample a raster.