# Get the AOD value of the cell closest to given coordinates
raster::extract(
x = oregonRaster,
y = data.frame(lon = -124, lat = 44),
method = "simple",
buffer = 1,
fun = mean
)[,"AOD"]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.