Skip to content

Instantly share code, notes, and snippets.

View rdfleay's full-sized avatar

rdfleay rdfleay

View GitHub Profile
@flare9x
flare9x / PSMSL_tide_data.R
Created October 19, 2019 06:11
PSMSL Tide Data
# PSMSL Tide Data
library(lubridate)
library(data.table)
# Individual File Reading
# Read the gauge file list (location, names)
file_list = read.csv("C:/Users/Andrew.Bannerman/Desktop/PSMSL Tidal Data/rlr_monthly/rlr_monthly/filelist.txt",stringsAsFactors = FALSE, header=F,sep=";")
# Read 1x data set - oldest station with 1807 start date (sets the initial date)