diff --git a/src/pypromice/process/write.py b/src/pypromice/process/write.py index 181ed045..b1e0abe4 100644 --- a/src/pypromice/process/write.py +++ b/src/pypromice/process/write.py @@ -484,7 +484,7 @@ def reformat_time(dataset): return dataset -def reformat_lon(dataset, exempt=["UWN", "Roof_GEUS", "Roof_PROMICE"]): +def reformat_lon(dataset, exempt=["UWN", "Roof_GEUS", "Roof_PROMICE", "ORO"]): """Switch gps_lon to negative values (degrees_east). We do this here, and NOT in addMeta, otherwise we switch back to positive when calling getMeta in joinL2"""