geotrellis.spark.io.s3.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geotrellis-s3_2.10 Show documentation
Show all versions of geotrellis-s3_2.10 Show documentation
GeoTrellis is an open source geographic data processing engine for high performance applications.
The newest version!
package geotrellis.spark.io
import org.apache.spark.rdd.RDD
package object s3 {
private[s3]
def makePath(chunks: String*) =
chunks.filter(_.nonEmpty).mkString("/")
implicit class withSaveToS3Methods[K](rdd: RDD[(K, Array[Byte])]) extends SaveToS3Methods(rdd)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy