GlobalFishingWatch / anchorages_pipeline

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

Avoid Generating Extra Gaps #102

Open bitsofbits opened 8 months ago

bitsofbits commented 8 months ago

This PR attempts to reduce the number of extra gaps being generated by tagging messages during the thinning phase with is_possible_gap_end. Only tagged messages that have this set to true can generate a gap event.

[!CAUTION] This has not been tested. Do not merge without testing!

Changes