goesaodc_createEmptyScanSpdf: Create an empty SPDF for a GOES satellite

Description Usage Arguments Value Examples

View source: R/goesaodc_createEmptyScanSpdf.R

Description

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.

Usage

1
goesaodc_createEmptyScanSpdf(satID = NULL, filename = NULL, bbox = bbox_CONUS)

Arguments

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.

Value

A SpatialPointsDataFrame filled with NA AOD values.

Examples

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"
)

MazamaScience/MazamaSatelliteUtils documentation built on Dec. 17, 2021, 3:20 a.m.