report_nan_values#
- movement.utils.reports.report_nan_values(da, label=None)[source]#
Report the number and percentage of data points that are NaN.
The number of NaNs are counted for each element along the required
timedimension. If the DataArray has thespacedimension, thespacedimension is reduced by checking if any values in thespacecoordinates are NaN, e.g. a 2D point is considered as NaN if any of its x or y coordinates are NaN.- Parameters:
- Returns:
A string containing the report.
- Return type: