From 14fec15271ac24fdf3070e5c16f7ea29dd10593d Mon Sep 17 00:00:00 2001 From: David Hoese <david.hoese@ssec.wisc.edu> Date: Sun, 13 Nov 2022 14:22:58 -0600 Subject: [PATCH] Bump tower accum_precip precision to 2 decimal places --- metobsapi/data_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/metobsapi/data_api.py b/metobsapi/data_api.py index e82763d..49e682a 100644 --- a/metobsapi/data_api.py +++ b/metobsapi/data_api.py @@ -16,6 +16,7 @@ LOG = logging.getLogger(__name__) ROUNDING = { 'aoss.tower.rel_hum': 0, 'aoss.tower.wind_direction': 0, + 'aoss.tower.accum_precip': 2, 'mendota.buoy.rel_hum': 0, 'mendota.buoy.wind_direction': 0, 'mendota.buoy.chlorophyll_ysi': 2, -- GitLab