Retrieves and sets the path of the RSL nexrad location file
Details
The RSL library stores the locations and names of NEXRAD stations in a fixed-width text file. This function retrieves the path of the location file, and allows one to set the path to a different location file.
Examples
# return current location file
nexrad_station_file()
#> [1] "/private/var/folders/85/mhhbjmj50wnb0_g0kntpzrw80000gr/T/Rtmp339fxQ/temp_libpath5b3b26c320a9/vol2birdR/librsl/wsr88d_locations.dat"
# store nexrad station file path
file_path <- nexrad_station_file()
# set station location file
nexrad_station_file(file_path)
#> [1] "/private/var/folders/85/mhhbjmj50wnb0_g0kntpzrw80000gr/T/Rtmp339fxQ/temp_libpath5b3b26c320a9/vol2birdR/librsl/wsr88d_locations.dat"