You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning("Bluelink data is currently only available from 1993-01-01 to 2023-12-31,\ndetections prior or after these dates will not have envrionmental data associated")}
139
+
date_range[2] > as.Date("2025-12-31")){
140
+
warning("Bluelink data is currently only available from 1993-01-01 to 2025-12-31,\ndetections prior or after these dates will not have envrionmental data associated")}
142
141
143
142
sub_dates<-dates[dates>= as.Date("1993-01-01") &
144
-
dates<= as.Date("2023-12-31")]
143
+
dates<= as.Date("2025-12-31")]
145
144
fdates<-sub_dates %>% format("%Y%m%d")
146
145
147
146
## define start and mid url, and define end of THREDDS based on variable name
148
-
## example :"http://thredds.aodn.org.au/thredds/dodsC/IMOS/SRS/SST/ghrsst/L3S-1d/dn/2013/20130501092000-ABOM-L3S_GHRSST-SSTfnd-AVHRR_D-1d_dn.nc"
0 commit comments