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

geotrellis.spark.etl.s3.S3Module.scala Maven / Gradle / Ivy

Go to download

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