c

geotrellis.spark.store.s3

TemporalMultibandGeoTiffS3InputFormat

class TemporalMultibandGeoTiffS3InputFormat extends S3InputFormat[TemporalProjectedExtent, MultibandTile]

Read single band GeoTiff from S3

This can be configured with the hadoop configuration by providing: TemporalMultibandGeoTiffS3InputFormat.GEOTIFF_TIME_TAG; default of "TIFFTAG_DATETIME" TemporalMultibandGeoTiffS3InputFormat.GEOTIFF_TIME_FORMAT; default is ""yyyy:MM:DD HH:MM:SS""

Annotations
@deprecated
Deprecated

(Since version 1.0.0) TemporalMultibandGeoTiffS3InputFormat is deprecated, use S3GeoTiffRDD instead

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TemporalMultibandGeoTiffS3InputFormat
  2. S3InputFormat
  3. InputFormat
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TemporalMultibandGeoTiffS3InputFormat()

Value Members

  1. def createRecordReader(split: InputSplit, context: TaskAttemptContext): S3RecordReader[TemporalProjectedExtent, MultibandTile]
    Definition Classes
    TemporalMultibandGeoTiffS3InputFormat → InputFormat
  2. def getS3Client(context: JobContext): S3Client
    Definition Classes
    S3InputFormat
  3. def getSplits(context: JobContext): List[InputSplit]
    Definition Classes
    S3InputFormat → InputFormat