Skip to contents

Fetches the per-trip predicted fishing track parquet files (produced by [predict_pds_tracks()]) from the PDS storage bucket, filtered to a given set of trip IDs.

Usage

download_predicted_tracks(trip_ids, conf)

Arguments

trip_ids

Character vector of PDS trip IDs to retrieve.

conf

Configuration list, as returned by [read_config()].

Value

A tibble of fishing GPS points with columns `trip`, `timestamp`, `latitude`, `longitude`.