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