locationtech / rasterframes

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

RasterJoin error on LHS projected raster tile #419

Closed vpipkt closed 4 years ago

metasim commented 4 years ago

Doesn't automatically coerce proj_raster to tile, which is needed due to use of UDF to do the merging operation.

Third column needs rf_tile added to it:

https://github.com/locationtech/rasterframes/blob/9de8ebc4fc8ab016d49ac2ee28a44fd534404c0c/core/src/main/scala/org/locationtech/rasterframes/extensions/RasterJoin.scala#L79