obpg_fetch_DAY_direct: Retrieve MODISA files. Saves rasters to obpg data directory.

Description Usage Arguments Value

Description

Retrieve MODISA files. Saves rasters to obpg data directory.

Usage

1
2
3
4
5
6
obpg_fetch_DAY_direct(where = "gom",
  date_filter = as.POSIXct(c("2015-01-01", "2016-12-31"), tz = "UTC"),
  what = "within", bbox = obpgtools::obpg_bb("gom"), overwrite = TRUE,
  email = "none", params = c("chlor_a", "par", "pic", "poc", "sst"),
  voice = rscripting::Logger("obpg_fetch_DAY_direct", filename =
  obpg_path("log")))

Arguments

where

character, the geographic name of the region

date_filter

POSIXct dates (window, start, end, etc)

what

character how to treat the date_filter (within, before, after)

bbox

the bounding box for subsetting

overwrite

logical, if TRUE then overwrite exisiting files

email

character for optional notification or 'none' for no email

params

named character vector - patterns to search for

voice

rscritping::Logger object

Value

tibble database of new files or NULL


btupper/obpgtools documentation built on May 13, 2019, 8:42 a.m.