read_smi_image: Read NASA ocean colour browser images (PNG format)

Description Usage Arguments

View source: R/read_smi_image.R

Description

Read ocean colour imagery from the NASA site, files will be downloaded and read in with brick. If a file with an identical name is already present in the current working directory the download is skipped.

Usage

1
2
3
read_smi_image(date, platform = c(A = "MODISA", S = "SeaWiFS"), tres = c(DAY
  = "", `8D` = "8 days", MO = "1 month", YR = "1 year"), varname = c(CHL =
  "chlor_a"))

Arguments

date

date of image to find

platform

which satellite platform (currently MODISA and SeaWiFS)

tres

temporal resolution to read

varname

name of variable (currently chlorophyll-a)


mdsumner/roc documentation built on May 22, 2019, 5:05 p.m.