Skip to content

Commit

Permalink
ORO added to gps_lon station exemption (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
PennyHow authored and BaptisteVandecrux committed Nov 24, 2024
1 parent a7ac091 commit 671074a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypromice/process/write.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down

0 comments on commit 671074a

Please sign in to comment.