Skip to contents

Downloads the `trips-matched` parquet (produced by [merge_survey_trips()]) for all countries, retaining only rows with a valid PDS trip ID and non-zero catch weight. The `country` column is preserved so that downstream consumers can filter if needed.

Usage

load_matched_trips(conf)

Arguments

conf

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

Value

A tibble with columns including `country`, `pds_trip`, `landing_date`, `catch_taxon`, `catch_kg`.