All Downloads are FREE. Search and download functionalities are using the official Maven repository.

geotrellis.io.IoOpMethods.scala Maven / Gradle / Ivy

The newest version!
package geotrellis.io

import geotrellis._
import geotrellis.data._
import geotrellis.source._

trait IoOpMethods[+Repr <: RasterSource] { self: Repr =>
  def writePng(path:String) = 
    self.converge.mapOp(WritePngRgba(_,path))
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy