This case class contains the various parameters one can set when reading RDDs from S3 using Spark.
This case class contains the various parameters one can set when reading RDDs from S3 using Spark.
Read all file with an extension contained in the given list.
Override CRS of the input files. If None, the reader will use the file's original CRS.
Name of tiff tag containing the timestamp for the tile.
Pattern for java.time.format.DateTimeFormatter to parse timeTag.
Maximum allowed size of each tiles in output RDD. May result in a one input GeoTiff being split amongst multiple records if it exceeds this size. If no maximum tile size is specific, then each file file is read fully.
How many partitions Spark should create when it repartitions the data.
Desired partition size in bytes, at least one item per partition will be assigned
How many bytes should be read in at a time.
A function to instantiate an S3Client. Must be serializable.
Creates a RDD[(K, V)] whose K and V depends on the type of the GeoTiff that is going to be read in.
Creates a RDD[(K, V)] whose K and V depends on the type of the GeoTiff that is going to be read in.
A RDD of GetObjectRequest of a given GeoTiff and its cols and rows as a (Int, Int).
An instance of Options that contains any user defined or default settings.
Creates a RDD[(K, V)] whose K and V on the type of the GeoTiff that is going to be read in.
Creates a RDD[(K, V)] whose K and V on the type of the GeoTiff that is going to be read in.
Name of the bucket on S3 where the files are kept.
Prefix of all of the keys on S3 that are to be read in.
An instance of Options that contains any user defined or default settings.
Creates RDD that will read all GeoTiffs in the given bucket and prefix as singleband tiles.
Creates RDD that will read all GeoTiffs in the given bucket and prefix as singleband tiles. If a GeoTiff contains multiple bands, only the first will be read.
Name of the bucket on S3 where the files are kept.
Prefix of all of the keys on S3 that are to be read in.
An instance of Options that contains any user defined or default settings.
Creates RDD that will read all GeoTiffs in the given bucket and prefix as singleband GeoTiffs.
Creates RDD that will read all GeoTiffs in the given bucket and prefix as singleband GeoTiffs. If a GeoTiff contains multiple bands, only the first will be read.
Name of the bucket on S3 where the files are kept.
Prefix of all of the keys on S3 that are to be read in.
Creates RDD that will read all GeoTiffs in the given bucket and prefix as multiband tiles.
Creates RDD that will read all GeoTiffs in the given bucket and prefix as multiband tiles.
Name of the bucket on S3 where the files are kept.
Prefix of all of the keys on S3 that are to be read in.
An instance of Options that contains any user defined or default settings.
Creates RDD that will read all GeoTiffs in the given bucket and prefix as multiband tiles.
Creates RDD that will read all GeoTiffs in the given bucket and prefix as multiband tiles.
Name of the bucket on S3 where the files are kept.
Prefix of all of the keys on S3 that are to be read in.
Creates RDD that will read all GeoTiffs in the given bucket and prefix as singleband tiles.
Creates RDD that will read all GeoTiffs in the given bucket and prefix as singleband tiles. Will parse a timestamp from a tiff tags specified in options to associate with each tile.
Name of the bucket on S3 where the files are kept.
Prefix of all of the keys on S3 that are to be read in.
Options for the reading process. Including the timestamp tiff tag and its pattern.
Creates RDD that will read all GeoTiffs in the given bucket and prefix as singleband tiles.
Creates RDD that will read all GeoTiffs in the given bucket and prefix as singleband tiles. Will parse a timestamp from the default tiff tags to associate with each file.
Name of the bucket on S3 where the files are kept.
Prefix of all of the keys on S3 that are to be read in.
Creates RDD that will read all GeoTiffs in the given bucket and prefix as multiband tiles.
Creates RDD that will read all GeoTiffs in the given bucket and prefix as multiband tiles. Will parse a timestamp from a tiff tags specified in options to associate with each tile.
Name of the bucket on S3 where the files are kept.
Prefix of all of the keys on S3 that are to be read in.
Options for the reading process. Including the timestamp tiff tag and its pattern.
Creates RDD that will read all GeoTiffs in the given bucket and prefix as multiband tiles.
Creates RDD that will read all GeoTiffs in the given bucket and prefix as multiband tiles. Will parse a timestamp from a tiff tags specified in options to associate with each tile.
Name of the bucket on S3 where the files are kept.
Prefix of all of the keys on S3 that are to be read in.
The S3GeoTiffRDD object allows for the creation of whole or windowed RDD[(K, V)]s from files on S3.