AttributeStore that contains metadata for corresponding LayerId
AttributeStore that contains metadata for corresponding LayerId
read
read
This function will read an RDD layer based on a query.
Type of RDD Key (ex: SpatialKey)
Type of RDD Value (ex: Tile or MultibandTile )
Type of Metadata associated with the RDD[(K,V)]
The ID of the layer to be read
The query that will specify the filter for this read.
The desired number of partitions in the resulting RDD.
If true, the reader should only filter out elements who's KeyIndex entries do not match the indexes of the query key bounds. This can include keys that are not inside the query key bounds.
Handles reading raster RDDs and their metadata from S3.