FerryTempo / FTServer

A NodeJS implementation of the FerryTempo service.
https://www.ferrytempo.com/
1 stars 0 forks source link

Modify AIS code to detect out of service boats and ignore them #109

Closed ckulfan closed 3 hours ago

ckulfan commented 5 hours ago

Right now we continue to log data for boats that are out of service. In order to reduce the amount of noise in the logs, we will see if a boat has moved in the past hour and, if not, assume it is out of service and no longer report on it. However, if we do see a change in location, we will add it back and restart the clock.

I will also modify the logging logic and only report if we get an update from WSDOT that actually contains data.

ckulfan commented 3 hours ago

fixed and in testing