locationtech / rasterframes

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

mask by value function incorrectly interprets 0 #416

Closed vpipkt closed 4 years ago

vpipkt commented 4 years ago

rf_mask_by_value(data, mask, 0) is incorrectly interpreted as equivalent to rf_mask(data, mask)

metasim commented 4 years ago

Related: #409