Adds raster
format specifier to DataFrameReader
.
Adds option methods relevant to RasterSourceDataSource.
Constructs a Spark Relation over one or more RasterSource paths.
Constructs a Spark Relation over one or more RasterSource paths.
Query context
Specification of raster path sources
band indexes to fetch
how big to tile/subdivide rasters info
if true, creates a lazy representation of tile instead of fetching contents.
Number of spatial index-based partitions to create.
If Option value > 0, that number of partitions are created after adding a spatial index.
If Option value <= 0, uses the value of numShufflePartitions
in SparkContext.
If None, no spatial index is added and hash partitioning is used.