This function handles the automated ingestion of GPS boat trip data from Pelagic Data Systems (PDS). It performs the following operations: 1. Retrieves device metadata from configured cloud storage 2. Downloads all trip data from PDS API (2023-01-01 to present) 3. Filters trips to match active device IMEIs 4. Converts the data to parquet format 5. Uploads the processed file to configured cloud storage
Usage
ingest_pds_trips(log_threshold = logger::DEBUG, package = "coasts")