org.locationtech.rasterframes.datasource.geotrellis
Write relation.
Write relation.
Create a GeoTrellis data source.
Create a GeoTrellis data source.
spark stuff
required parameters are:
path
-layer store URI (e.g. "s3://bucket/gt_layers;
layer
-layer name (e.g. "LC08_L1GT");
zoom
-positive integer zoom level (e.g. "8");
numPartitions
-(optional) integer specifying initial number of partitions;
tileSubdivisions
-(optional) positive integer defining how many division horizontally and vertically should be applied to a tile;
failOnUnrecognizedFilter
-(optional) if true, predicate push-down filters not translated into GeoTrellis query syntax are fatal.
DataSource over a GeoTrellis layer store.