geowarp icon indicating copy to clipboard operation
geowarp copied to clipboard

expr returning null, undefined, or NaN strategy

Open DanielJDufour opened this issue 9 months ago • 1 comments

if an expr returns null or undefined or NaN, we should follow a defined strategy

expr_nullish_strategy "skip" - just skip inserting "no-data" - replace with out_no_data if available and proceed as normal "none" - don't do anything, pass along value to everything else

DanielJDufour avatar Sep 10 '23 19:09 DanielJDufour