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

Can we add filter to get_raster? #97

Closed rollan13 closed 1 year ago

rollan13 commented 1 year ago

It would be great if we can filter get_raster by flag and geartype, similar to get_vessel_info. The GFW API includes a similar filter: https://globalfishingwatch.org/our-apis/documentation#create-a-report-of-a-specified-region

natemiller commented 1 year ago

Seems like we should be able simply add a filter parameter which specifies a value for filters[0] in the endpoint

natemiller commented 1 year ago

This issue has been addressed by #98