Package

astraea.spark.rasterframes.datasource

geotiff

Permalink

package geotiff

Extension methods enabled by this module.

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. implicit class DataFrameWriterHasGeoTiffFormat[T] extends AnyRef

    Permalink
  3. class DefaultSource extends DataSourceRegister with RelationProvider with CreatableRelationProvider with LazyLogging

    Permalink

    Spark SQL data source over GeoTIFF files.

    Spark SQL data source over GeoTIFF files.

    Since

    1/14/18

  4. trait GeoTiffInfoSupport extends AnyRef

    Permalink

    Utility mix-in for generating a tlm from GeoTiff headers.

    Utility mix-in for generating a tlm from GeoTiff headers.

    Since

    5/4/18

  5. type GeoTiffRasterFrameReader = DataFrameReader with Tagged[GeoTiffRasterFrameReaderTag]

    Permalink

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

  6. trait GeoTiffRasterFrameReaderTag extends AnyRef

    Permalink
  7. type GeoTiffRasterFrameWriter[T] = DataFrameWriter[T] with Tagged[GeoTiffRasterFrameWriterTag]

    Permalink

    Tagged type construction for enabling type-safe extension methods for writing a RasterFrame to a GeoTIFF.

  8. trait GeoTiffRasterFrameWriterTag extends AnyRef

    Permalink
  9. implicit class GeoTiffReaderWithRF extends AnyRef

    Permalink

    Adds loadRF to appropriately tagged DataFrameReader

  10. case class GeoTiffRelation(sqlContext: SQLContext, uri: URI) extends BaseRelation with PrunedScan with GeoTiffInfoSupport 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

Value Members

  1. object DefaultSource

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped