You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…type. (#3155)
The current code set NODATA for nodata cells, but NODATA is only valid for Int cell types. Double.NaN or doubleNODATA should be used for double cells
See #3144
Signed-off-by: Frank Dekervel <[email protected]>
I have a
TileLayerRDD[SpatialKey]
and am generating an image pyramid with the following code snippet:When this layer is generated and displayed on a map, all zoom levels past the base zoom level replace nodata values with the value of the first color ramp:
https://tilejson.io/g/90e81c9fd2ed500609829d5df5af93dc/view
When I use the default ResampleMethod.Average this does not occur. It appears that MaxResample handles NoData values correctly
The text was updated successfully, but these errors were encountered: