Package

org.locationtech.rasterframes.experimental.datasource

awspds

Permalink

package awspds

Module support.

Since

5/4/18

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. awspds
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type CatalogDataFrameReader = DataFrameReader with Tagged[CatalogDataFrameReaderTag]

    Permalink
  2. trait CatalogDataFrameReaderTag extends AnyRef

    Permalink
  3. implicit class DataFrameReaderHasL8CatalogFormat extends AnyRef

    Permalink
  4. class L8CatalogDataSource extends DataSourceRegister with RelationProvider

    Permalink

    Data source for querying AWS PDS catalog of L8 imagery.

    Data source for querying AWS PDS catalog of L8 imagery.

    Since

    9/28/17

  5. case class L8CatalogRelation(sqlContext: SQLContext, sceneListPath: Path) extends BaseRelation with TableScan with CachedDatasetRelation with LazyLogging with Product with Serializable

    Permalink

    Schema definition and parser for AWS PDS L8 scene data.

    Schema definition and parser for AWS PDS L8 scene data.

    Since

    9/28/17

  6. class MODISCatalogDataSource extends DataSourceRegister with RelationProvider with LazyLogging

    Permalink

    DataSource over the catalog of AWS PDS for MODIS MCD43A4 Surface Reflectance data product Param

    DataSource over the catalog of AWS PDS for MODIS MCD43A4 Surface Reflectance data product Param

    See https://docs.opendata.aws/modis-pds/readme.html for details

    Since

    5/4/18

  7. case class MODISCatalogRelation(sqlContext: SQLContext, sceneList: Path) extends BaseRelation with TableScan with CachedDatasetRelation with LazyLogging with Product with Serializable

    Permalink

    Constructs a dataframe from the available scenes

    Constructs a dataframe from the available scenes

    Since

    5/4/18

  8. trait PDSFields extends AnyRef

    Permalink

    Standard column names

    Standard column names

    Since

    8/21/18

Value Members

  1. object L8CatalogDataSource extends LazyLogging with ResourceCacheSupport

    Permalink
  2. object L8CatalogRelation extends PDSFields with Serializable

    Permalink
  3. object MODISCatalogDataSource extends LazyLogging with ResourceCacheSupport

    Permalink
  4. object MODISCatalogRelation extends PDSFields with Serializable

    Permalink
  5. object PDSFields extends PDSFields

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped