Notebook
add to processDFO_CTD.py in case zip is re-extracted and file reverts to original: fnameErr='req20181116/EO UBC November 16, 2018 (2015 data)/2015-29-0002.ctd' if session.query(StationTBL).filter(and_(StationTBL.sourceFile==fnameErr,StationTBL.StartMonth==2)).count(): session0.query(StationTBL0).filter(StationTBL0.sourceFile==fnameErr).update({"StartMonth":8,"StartDay":2})