Argopy: https://argopy.readthedocs.io/en/latest/
- Rob: I'll help work on this
Temperature and salinity
North Atlantic Last year of data
Prepare the data vertically to be equal gridded. Use of numpy,interp?
The input data needs to have a format similar to each:
- a dataframe or a csv file
- each row represents a profile
- each column represents a data value in a specific depth
- you can add two more columns on the data related to the position of the profiles
09AUG - talk about that
09AUG - talk about that
Add some random noise to the GDAC data
Jupyter notebook with all the steps
If we have time, can use the ioos_qc module's qartod.spike_test function.