locationtech / rasterframes

Geospatial Raster support for Spark DataFrames
http://rasterframes.io
Apache License 2.0
243 stars 46 forks source link

In Scala, `raster` reader defaults to no tiling #405

Closed metasim closed 4 years ago

metasim commented 4 years ago

If spark.read.raster.withTileDimensions(...) is not called, then it defaults to reading the whole raster into a single row. It should default to NOMINAL_TILE_DIMS.

NB: The Python API provides it's own (hard coded) default.