Package

astraea.spark.rasterframes.datasource

geotiff

Permalink

package geotiff

Since

1/16/18

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

Type Members

  1. implicit class DataFrameReaderHasGeoTiffFormat extends AnyRef

    Permalink

    Adds geotiff format specifier to DataFrameReader.

  2. class DefaultSource extends DataSourceRegister with RelationProvider

    Permalink

    Annotations
    @Experimental()
    Since

    1/14/18

  3. type GeoTiffRasterFrameReader = DataFrameReader with Tagged[GeoTiffRasterFrameReaderTag]

    Permalink

    Tagged type construction for enabling type-safe extension methods for loading a RasterFrame in expected form.

  4. trait GeoTiffRasterFrameReaderTag extends AnyRef

    Permalink
  5. implicit class GeoTiffReaderWithRF extends AnyRef

    Permalink

    Adds loadRF to appropriately tagged DataFrameReader

  6. case class GeoTiffRelation(sqlContext: SQLContext, uri: URI) extends BaseRelation with PrunedScan with LazyLogging with Product with Serializable

    Permalink

    Spark SQL data source over a single GeoTiff file.

    Spark SQL data source over a single GeoTiff file. Works best with CoG compliant ones.

    Since

    1/14/18

Inherited from AnyRef

Inherited from Any

Ungrouped