Description Usage Arguments Details Value See Also Examples
View source: R/goesaodc_openScanFile.R
Opens a NetCDF file and returns the nc
handle. By
default, the directory specified with setSatelliteDataDir()
is
searched for the file.
1 | goesaodc_openScanFile(filename = NULL, dataDir = getSatelliteDataDir())
|
filename |
Name of scan file. |
dataDir |
Data directory containing |
Errors generated by 'nc_open()' are not handled and will pass through to the console or calling function.
NetCDF ncdf4
handle.
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
library(MazamaSatelliteUtils)
setSatelliteDataDir("~/Data/Satellite")
scanFile <- goesaodc_downloadScanFiles(
satID = "G16",
datetime = "2019-09-06 18:00",
timezone = "UTC"
)
goesaodc_openScanFile(scanFile)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.