GlobalFishingWatch / vessel-scoring

Apache License 2.0
14 stars 11 forks source link

Fix data to deal with MMSI more robustly #27

Open bitsofbits opened 8 years ago

bitsofbits commented 8 years ago

Should never fail with at least three MMSI

Better fix would be to rip out cross and just return two values. Then can alway do something sensible like adding MMSI to the smallest bucket first. (could do that with three too, now that I think about it).