Download all available dates
Lists all available dates for a MODIS Land Products Subset product at a particular location.
mt_dates(product, lat, lon, site_id, network)
product
: a valid MODIS product namelat
: latitude in decimal degreeslon
: longitude in decimal degreessite_id
: site id (overides lat / lon)network
: the network for which to generate the site list, when not provided the complete list is providedA data frame of all available dates for a MODIS Land Products Subsets products at the given location.
# list all available MODIS Land Products Subsets products bands <- mt_dates(product = "MOD11A2", lat = 40, lon = -110) head(bands)
mt_products
mt_sites
mt_bands
Useful links