Closed MOchiara closed 1 day ago
Currently the spike function is the least efficient thing ever produced so any suggestions are more than welcome
I think this might be a case where it is best to use existing libraries rather than reinventing the wheel. In this case, I would recommend looking at ioos_qc which implements the QARTOD toolbox including global range, spike test and stuck values.
I wrote an example notebook with some glider data for it https://github.com/ioos/ioos_qc/blob/main/docs/source/examples/QartodTestExample_Glider.ipynb
Uhh fair point! I will check it now and implement it, thanks for the suggestion!
It might be something to discuss with later today, OG1 support a standardised approach to QC, so we could have a function called pretty early on that runs QC on the whole dataset, then we can just pass that dataset with QC vars to various plotting functions
Yeah sure, it is a great discussion point! We can chat about this later
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB