Description Usage Arguments Value Examples
View source: R/build-navigator.R
For the purposes of Navigator, the BSRTO is treated as a single station at 74.605N/91.251W. There is a single WMO code assigned to the station that is used for the moorings that represent all three depths.
1 2 3  | bs_build_navigator(built_dir = ".", out_dir = built_dir)
bs_check_navigator(out_file)
 | 
built_dir | 
 The output directory used for
  | 
out_dir | 
 Where the NetCDF files should be created.  | 
out_file | 
 The location of the NetCDF generated by
  | 
A vector of files that were written.
1 2 3 4 5 6  | ## Not run: 
bs_build_realtime()
out_file <- bs_build_navigator()
bs_check_navigator(out_file)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.