geotrellis.spark.io

s3

package s3

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. s3
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class AmazonS3Client extends S3Client

  2. class CachingRasterRDDReader[K] extends RasterRDDReader[K] with LazyLogging

  3. class DirectRasterRDDReader[K] extends RasterRDDReader[K] with LazyLogging

  4. class GeoTiffS3InputFormat extends S3InputFormat[ProjectedExtent, Tile]

    Read single band GeoTiff from S3

  5. trait RasterRDDReader[K] extends AnyRef

  6. class RasterRDDWriter[K] extends LazyLogging

  7. class S3AttributeStore extends AttributeStore

    Stores and retrieves layer attributes in an S3 bucket in JSON format

  8. trait S3Client extends LazyLogging

  9. abstract class S3InputFormat[K, V] extends InputFormat[K, V] with LazyLogging

    Reads keys from s3n URL using AWS Java SDK.

  10. class S3InputSplit extends InputSplit with Writable with LazyLogging

    Represents are batch of keys to be read from an S3 bucket.

  11. case class S3LayerMetaData(layerId: LayerId, keyClass: String, rasterMetaData: RasterMetaData, bucket: String, key: String) extends Product with Serializable

  12. class S3RasterCatalog extends AttributeCaching[S3LayerMetaData]

  13. abstract class S3RecordReader[K, V] extends RecordReader[K, V] with LazyLogging

    This reader will fetch bytes of each key one at a time using [AmazonS3Client.

  14. class TemporalGeoTiffS3InputFormat extends S3InputFormat[SpaceTimeInputKey, Tile]

    Read single band GeoTiff from S3 Input GeoTiffs should have 'ISO_TIME' tag with ISO 8601 DateTime formated timestamp.

  15. class TileReader[K] extends AnyRef

Value Members

  1. object RasterRDDReader extends LazyLogging

  2. object S3AttributeStore

  3. object S3Client

  4. object S3InputFormat

  5. object S3LayerMetaData extends Serializable

  6. object S3RasterCatalog

  7. object S3RecordReader

  8. implicit def s3SpaceTimeRasterRDDReader: DirectRasterRDDReader[SpaceTimeKey]

  9. implicit def s3SpaceTimeRasterRDDWriter: RasterRDDWriter[SpaceTimeKey]

  10. implicit def s3SpaceTimeRasterTileReader: TileReader[SpaceTimeKey]

  11. implicit def s3SpatialRasterRDDReader: DirectRasterRDDReader[SpatialKey]

  12. implicit def s3SpatialRasterRDDWriter: RasterRDDWriter[SpatialKey]

  13. implicit def s3SpatialRasterTileReader: TileReader[SpatialKey]

Inherited from AnyRef

Inherited from Any

Ungrouped