.build_urls | R Documentation |
Internal function to check, define and create urls for the .pull_var() subroutine
.build_urls(dates, var_name, .nrt = FALSE, verbose = TRUE)
dates |
detection data source in data frame with at the minimum a X, Y and date time field |
var_name |
variable needed options include available options ('rs_sst', 'rs_sst_interpolated', 'rs_salinity', 'rs_chl', 'rs_turbidity', 'rs_npp', 'rs_current'). For 'bathy' and 'dist_to_land', .pull_var() downloads them directly without the need for this subroutine. |
verbose |
should function provide details of what operation is being conducted. Set to |
Internal function to build URLs for specific environmental variables and dates from IMOS Thredds server (http://thredds.aodn.org.au/)
a tibble with urls from where to download environmental data and layer names (where applicable)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.