clouddrift.adapters.gdp.fill_values

Contents

clouddrift.adapters.gdp.fill_values#

clouddrift.adapters.gdp.fill_values(var, default=nan)[source]#

Change fill values (-1e+34, inf, -inf) in var array to the value specified by default.

Parameters#

vararray

Array to fill

defaultfloat

Default value to use for fill values