
geotrellis.spark.etl.s3.S3Module.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geotrellis-spark-etl_2.10 Show documentation
Show all versions of geotrellis-spark-etl_2.10 Show documentation
GeoTrellis is an open source geographic data processing engine for high performance applications.
The newest version!
package geotrellis.spark.etl.s3
import geotrellis.spark.etl.TypedModule
object S3Module extends TypedModule {
register(new GeoTiffS3Input)
register(new TemporalGeoTiffS3Input)
register(new SpatialS3Output)
register(new SpaceTimeS3Output)
register(new MultibandGeoTiffS3Input)
register(new TemporalMultibandGeoTiffS3Input)
register(new SpaceTimeMultibandS3Output)
register(new SpatialMultibandS3Output)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy