maiac_at_airnow | R Documentation |
Extract aerosol optical depth values at point locations on given dates from pre-downloaded MAIAC aerosol tiles (MCD19A2).
maiac_at_airnow(
an,
maiac_path = "./data/MAIAC/",
tiles_needed = c("h08v04", "h08v05", "h09v04")
)
an |
A SpatialPointsDataFrame with monitor data such as from
|
maiac_path |
The path to the MAIAC data (defaults to "./data/MAIAC/") |
tiles_needed |
The MODIS tiles required for the region of interest. Default is c("h08v04", "h08v05", "h09v04") which covers California. |
The data frame from an with the extracted values from the MAIAC data appended
maiac <- maiac_at_airnow(mon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.