Computes temporal coverage and gap analysis for buoy stations.
Uses dplyr only (no raw SQL).
Usage
compute_data_coverage(con, start_date, end_date)
Arguments
- con
DBI connection to DuckDB database
- start_date
Start date for analysis
- end_date
End date for analysis
Value
List with coverage tibble and gaps tibble