apache / sedona

A cluster computing framework for processing large-scale geospatial data

Home Page:https://sedona.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

issue about function RS_SetBandNoDataValue

MyqueWooMiddo opened this issue · comments

in sedona-1.5.1

RS_SetBandNoDataValue(raster: Raster, bandIndex: Integer, noDataValue: Double, replace: Boolean)

when noDataValue=null , orginal ndv pixels are still ndv , not replaced by null.

@MyqueWooMiddo Currently, the noDataValue in bands cannot be null. If you set noDataValue = null in the RS_SetBandNoDataValue, the function will omit this param and perform no change.