GlobalFishingWatch / gfwr

R package for accessing data from Global Fishing Watch APIs
https://globalfishingwatch.github.io/gfwr/
Apache License 2.0
58 stars 7 forks source link

Making maps tutorial #149

Closed tclavelle closed 2 months ago

tclavelle commented 2 months ago

Merge in map making vignette and resulting changes to get_event() and get_raster()

tclavelle commented 2 months ago

@AndreaSanchezTapia Note that I had to delete the examples of using custom regions in get_events() now that the function expects an sf object. It was failing for weird reasons with devtools::check() that I wasn't sure how to resolve so decided we can add them back in later.

tclavelle commented 2 months ago

This PR should also close #110 due to the addition of get_last_report()