Package

geotrellis.spark.io.hadoop

formats

Permalink

package formats

Visibility
  1. Public
  2. All

Type Members

  1. trait BinaryFileInputFormat[K, V] extends FileInputFormat[K, V]

    Permalink
  2. class BinaryFileRecordReader[K, V] extends RecordReader[K, V]

    Permalink
  3. class FilterMapFileInputFormat extends FileInputFormat[LongWritable, BytesWritable]

    Permalink
  4. class GeotiffInputFormat extends FileInputFormat[ProjectedExtent, Tile] with BinaryFileInputFormat[ProjectedExtent, Tile]

    Permalink
  5. class MultibandGeoTiffInputFormat extends FileInputFormat[ProjectedExtent, MultibandTile] with BinaryFileInputFormat[ProjectedExtent, MultibandTile]

    Permalink
  6. class TemporalGeoTiffInputFormat extends FileInputFormat[TemporalProjectedExtent, Tile] with BinaryFileInputFormat[TemporalProjectedExtent, Tile]

    Permalink

    Read single band GeoTiff with a timestamp

    Read single band GeoTiff with a timestamp

    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""

  7. class TemporalMultibandGeoTiffInputFormat extends FileInputFormat[TemporalProjectedExtent, MultibandTile] with BinaryFileInputFormat[TemporalProjectedExtent, MultibandTile]

    Permalink

    Read multiband GeoTiff with a timestamp

    Read multiband GeoTiff with a timestamp

    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""

Ungrouped