I just realized that I imported a few years of data from WLK files where I accidentally swapped the inside vs outside humidity (a bug which is now fixed in my wlkReader app).
So now I would like to update these values in the database.
Does wee_import "update" records which match the timestamp of existing records in the database or does it only ADD new records? I'm assuming that it only adds records. So I suspect that I will need to remove all the historical WLK data from my WeeWx database, then import the correct data again. Does this make sense?
Thanks
Steve