Skip to contents

Use the GFW api to fetch fishing data

Usage

fetch.fishing.hours(start.date, end.date, shape)

Arguments

start.date

A string of the form "yyyy-mm-dd"

end.date

A string of the form "yyyy-mm-dd"

shape

A Simple Fearture object

Value

A data.frame containing fishing hours informations

Examples

guyane.shape <- make.rectangle.on.map(9.5186167,
                               -54.68065555555555,
                               4.0003722,
                               -49.47313333333334)
fetch.fishing.hours("2025-01-01",
 "2025-01-02",
 guyane.shape)
#> # A tibble: 0 × 16
#> # ℹ 16 variables: Lat <chr>, Lon <chr>, Time Range <chr>, Vessel ID <chr>,
#> #   Flag <chr>, Vessel Name <chr>, Entry Timestamp <chr>, Exit Timestamp <chr>,
#> #   Gear Type <chr>, Vessel Type <chr>, MMSI <chr>, IMO <chr>, CallSign <chr>,
#> #   First Transmission Date <chr>, Last Transmission Date <chr>,
#> #   Apparent Fishing Hours <chr>