bundles / scipy latest / scipy / io / _netcdf / netcdf_variable / _get_missing_value
function
scipy.io._netcdf:netcdf_variable._get_missing_value
source: /scipy/io/_netcdf.py :1054
Signature
def _get_missing_value ( self ) Summary
Returns the value denoting "no data" for this variable.
Extended Summary
If this variable does not have a missing/fill value, returns None.
If both _FillValue and missing_value are given, give precedence to _FillValue. The netCDF standard gives special meaning to _FillValue; missing_value is just used for compatibility with old datasets.
Aliases
-
scipy.io.netcdf_variable._get_missing_value