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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TemporalGeoTiffS3InputFormat
- S3InputFormat
- InputFormat
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TemporalGeoTiffS3InputFormat()
Value Members
-
def
createRecordReader(split: InputSplit, context: TaskAttemptContext): TemporalGeoTiffS3RecordReader
- Definition Classes
- TemporalGeoTiffS3InputFormat → InputFormat
-
def
getS3Client(context: JobContext): S3Client
- Definition Classes
- S3InputFormat
-
def
getSplits(context: JobContext): List[InputSplit]
- Definition Classes
- S3InputFormat → InputFormat