Skip to content

Update to handling of missing values, both in the stats and in the netcdf writer.

McDonald, Richard R. requested to merge ncf-fix into develop

update to netcdf writer to explicity declare _FillValue encoding for variables and error message for UserTiffData class when projections are not correctly specified.

Fixed all stats methods to use missing value (netcdf default_fill_val), when polygon is out of bounds, or partially filled and un-masked stat returns nan.

Updated stat's tests to reflect this change.

tested with conus gfv11 also

Merge request reports