downloadMODIS: Download MODIS tiles

View source: R/modis_utils.R

downloadMODISR Documentation

Download MODIS tiles

Description

Download MODIS tiles

Usage

downloadMODIS(
  AOI,
  product,
  date = NULL,
  dir = geo_path(),
  netrc = getNetrcPath()
)

Arguments

AOI

the region to find data for (sf)

product

a MODIS product

date

the date(s) to download data for passed as a vector of length 1 (single date), or 2 (range of dates)

dir

the directory to cache data. Default is geo_path()

netrc

the path to your netrc file. Defaults to getNetrcPath()

See Also

Other modis: .modis_dir(), day8_to_month(), mosaicMODIS()


mikejohnson51/geogrids documentation built on June 16, 2022, 12:36 a.m.