Skip to contents

Downloads raw GPS tracks and creates a gridded summary of fishing activity.

Usage

preprocess_pds_tracks(
  log_threshold = logger::DEBUG,
  grid_size = 500,
  package = "coasts"
)

Arguments

log_threshold

The logging threshold to use. Default is logger::DEBUG.

grid_size

Numeric. Size of grid cells in meters (100, 250, 500, or 1000).

package

Name of the package whose `inst/conf.yml` to read. Defaults to `"coasts"`.

Value

None (invisible).