R/get_region_id.R
get_regions.Rd
List of available regions in Global Fishing Watch platforms, EEZs, MPAs, and RFMOs
get_regions(region_source = "EEZ", key = gfw_auth())
string, source of region data ("EEZ", "MPA", "RFMO')
Character, API token. Defaults to gfw_auth()
.
A dataframe with all region ids and names for specified region type
if (FALSE) { # \dontrun{
get_regions(region_source = "EEZ")
get_regions(region_source = "RFMO")
get_regions(region_source = "MPA")
} # }