GlobalFishingWatch / anchorages_pipeline

Python pipeline for anchorages
Apache License 2.0
6 stars 3 forks source link

Fix seg_id in port_visits events #94

Closed bitsofbits closed 1 year ago

bitsofbits commented 1 year ago

Also, fix a couple of minor issues I ran across:

In pipe 2.5, this code was run across sets of messages that all shared a single seg_id, however in pipe 3.0 there are multiple seg_ids in the message stream, so we have to update the seg_id for each message.