Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 738 Bytes

File metadata and controls

21 lines (16 loc) · 738 Bytes

Funk Island Scripts

This repository contains R scripts used for processing BathyCam video and GPS data collected at Funk Island, Newfoundland and Labrador, Canada

Current scope

  • 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

Project status

active

Requirements

  • R (with renv for dependency management)
  • ffmpeg installed locally
  • Packages used include: readr, dplyr, lubridate, stringr, fs, tidyr

Notes

  • File paths are currently environment-specific.
  • Outputs are intentionally excluded from version control.