GlobalFishingWatch / gfwr

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

add support for MPA ids as endpoints #47

Closed natemiller closed 2 years ago

natemiller commented 2 years ago

We can now access MPA id and pass to the 4wings API. Need to add functionality. Need to rewrite endpoint and get_raster functions slightly. May want to change name of parameters from shape to region which is more descriptive.

May need to change get_eez_id so that is more generally returns ids for a number of region types.

natemiller commented 2 years ago

Currently working on this in the new_raster_regions branch