glamod / glamod_landQC

QC for land data
0 stars 0 forks source link

Add functionality to copy data changes into dataframe #76

Open rjhd2 opened 1 year ago

rjhd2 commented 1 year ago

As noted in #74, so far one routine is set up to be able to edit the actual data values - in that case, wind directions to follow certain conventions. However at the moment this only changes the obs_var in the station object. Any changes are not copied over to the data frame.

Need to handle these changes and copy over if there is need to add this functionality for certain variables under certain conditions.