locationtech / rasterframes

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

Fix st_reproject throws on encountering null value in column #548

Closed netanel246 closed 3 years ago

netanel246 commented 3 years ago

Author: Netanel Malka netanel246@gmail.com

st_reproject throws on encountering null value in the column - #501

Added null check on ReprojectGeometry Added test for that

Signed-off-by: Netanel Malka netanel246@gmail.com