class S3GeoTiffInfoReader extends GeoTiffInfoReader

Linear Supertypes
GeoTiffInfoReader, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. S3GeoTiffInfoReader
  2. GeoTiffInfoReader
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new S3GeoTiffInfoReader(bucket: String, prefix: String, delimiter: Option[String] = None, streaming: Boolean = true, tiffExtensions: Seq[String] = ..., s3Client: ⇒ S3Client = S3ClientProducer.get())

Value Members

  1. val bucket: String
  2. def geoTiffInfoRDD(implicit sc: SparkContext): RDD[String]

    Returns RDD of URIs to tiffs as GeoTiffInfo is not serializable.

    Returns RDD of URIs to tiffs as GeoTiffInfo is not serializable.

    Definition Classes
    S3GeoTiffInfoReader → GeoTiffInfoReader
  3. def getGeoTiffInfo(uri: String): GeoTiffInfo
    Definition Classes
    S3GeoTiffInfoReader → GeoTiffInfoReader
  4. def getSegmentLayoutTransform(geoTiffInfo: GeoTiffInfo): GeoTiffSegmentLayoutTransform
    Definition Classes
    GeoTiffInfoReader
  5. val prefix: String
  6. def readWindows[O, I, K, V](files: RDD[URI], uriToKey: (URI, I) ⇒ K, maxSize: Int, partitionBytes: Long, rasterReaderOptions: O, geometry: Option[Geometry])(implicit sc: SparkContext, rr: RasterReader[O, (I, V)]): RDD[(K, V)]
    Definition Classes
    GeoTiffInfoReader