GlobalFishingWatch / gfwr

R package for accessing data from Global Fishing Watch APIs

Home Page:https://globalfishingwatch.github.io/gfwr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add details about retrieving `vesselID` from `get_vessel_info()`

AndreaSanchezTapia opened this issue · comments

The current examples are run with a known vesselID and we say that the previous function can be used to retrieve it, but we actually have no clear instructions about which of the returned vesselID is the actual correct vesselID

@giselamo can you show us where to find the logic to retrieve the correct vesselID?

cc @natemiller

imagen

@giselamo @yaaNuamahGFW We can use the list of mmsis from Caitlin and Charlie to check this.

  • sort $selfReportedInfo by transmissionDateFrom, transmissionDateTo and positionsCounter? no - will process the results as little as possible.
  • create identity vignette

closing as the first version of the id vignette is ready. we can revisit later for improvements.