From a9a13ca492ab3b8f8357cbe8fdec8a4052da913e Mon Sep 17 00:00:00 2001
From: stuebinm
Date: Sat, 3 Dec 2022 12:21:35 +0100
Subject: set uncertainty in gtfs-rt

---
 lib/Server/GTFS_RT.hs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'lib')

diff --git a/lib/Server/GTFS_RT.hs b/lib/Server/GTFS_RT.hs
index f317f7c..20e6fa7 100644
--- a/lib/Server/GTFS_RT.hs
+++ b/lib/Server/GTFS_RT.hs
@@ -171,9 +171,9 @@ gtfsRealtimeServer gtfs@GTFS{..} dbpool = handleServiceAlerts :<|> handleTripUpd
                              { STU.stop_sequence = Just (fromIntegral stopSequence)
                              , STU.stop_id = Just (toUtf8 $ stationId stopStation)
                              , STU.arrival = Just (
-                                 defaultValue { STE.delay = Just $ fromIntegral $ unSeconds $ trainAnchorDelay })
+                                 defaultValue { STE.delay = Just $ fromIntegral $ unSeconds $ trainAnchorDelay, STE.uncertainty = Just 60 })
                              , STU.departure = Just (
-                                 defaultValue { STE.delay = Just $ fromIntegral $ unSeconds $ trainAnchorDelay })
+                                 defaultValue { STE.delay = Just $ fromIntegral $ unSeconds $ trainAnchorDelay, STE.uncertainty = Just 60 })
                              , STU.departure_occupancy_status = Nothing
                              , STU.schedule_relationship = Just SR.SCHEDULED
                              , STU.stop_time_properties = Nothing
-- 
cgit v1.2.3