class TemporalGeoTiffS3InputFormat extends S3InputFormat[TemporalProjectedExtent, Tile]

Read single band GeoTiff from S3

This can be configured with the hadoop configuration by providing: TemporalGeoTiffS3InputFormat.GEOTIFF_TIME_TAG; default of "TIFFTAG_DATETIME" TemporalGeoTiffS3InputFormat.GEOTIFF_TIME_FORMAT; default is ""yyyy:MM:dd HH:mm:ss""

Annotations
@deprecated
Deprecated

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

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

Instance Constructors

  1. new TemporalGeoTiffS3InputFormat()

Value Members

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