locationtech / rasterframes

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

rf_tile_to_array_int returns Double #473

Closed jdenisgiguere closed 4 years ago

jdenisgiguere commented 4 years ago

Current situation

rf_tile_to_array_int returns a Spark SQL Column of Array[Double].

https://github.com/locationtech/rasterframes/blob/release/0.9.0-RC2/core/src/main/scala/org/locationtech/rasterframes/functions/TileFunctions.scala#L50-L52

Expected situation

rf_tile_to_array_int shall return a Spark SQL Column of Array[Int].

metasim commented 4 years ago