Description Usage Arguments Value Examples
View source: R/goesaodc_createEmptyScanSpdf.R
Creates a SpatialPointsDataFrame
of NA
AOD
readings for a GOES satellite. This is useful when trying to create an SPDF
for a faulty scan file.
1 | goesaodc_createEmptyScanSpdf(satID = NULL, filename = NULL, bbox = bbox_CONUS)
|
satID |
ID of the source GOES satellite ('G16' or 'G17'). |
filename |
Name of a scan file. |
bbox |
Bounding box for the region of interest. Defaults to CONUS. |
A SpatialPointsDataFrame
filled with NA
AOD values.
1 2 3 4 5 6 7 8 | library(MazamaSatelliteUtils)
setSatelliteDataDir("~/Data/Satellite")
MazamaSatelliteUtils:::goesaodc_createEmptyScanSpdf(satID = "G16")
MazamaSatelliteUtils:::goesaodc_createEmptyScanSpdf(satID = "G17")
MazamaSatelliteUtils:::goesaodc_createEmptyScanSpdf(
filename = "OR_ABI-L2-AODC-M6_G17_s20202530031174_e20202530033547_c20202530035523.nc"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.