Duplicate Removal and Downsampling #491
jvde-github
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When combining multiple input streams, overlapping reception can result in duplicate messages. To remove duplicates from output channels, use the experimental
uniqueoption. For example, the following removes duplicates from both console and a UDP stream:In JSON, set the
uniquekey totrue(remove duplicates) orfalse(default). Note that this could come at a performance cost that increases with the number of MMSIs so keep an eye on that.Downsampling Options
Two additional options,
position_intervalandown_interval, downsample position messages and VDO messages by limiting each MMSI to at most one update per specified interval (in seconds). Both default to0or, equivalent,false(disabled).Example:
Alternatively, these options are available in the Web GUI:
Thanks to user Manny for suggesting these options.
Beta Was this translation helpful? Give feedback.
All reactions