This repository contains R scripts used for processing BathyCam video and GPS data collected at Funk Island, Newfoundland and Labrador, Canada
- Extraction of still images from BathyCam video files at fixed time intervals
- Assignment of UTC timestamps to extracted images using per-video start times
- Matching extracted images to GPS coordinates based on station ID and UTC time
active
- R (with
renvfor dependency management) ffmpeginstalled locally- Packages used include:
readr,dplyr,lubridate,stringr,fs,tidyr
- File paths are currently environment-specific.
- Outputs are intentionally excluded from version control.