mt_dates: Download all available dates

View source: R/mt_dates.R

mt_datesR Documentation

Download all available dates

Description

Lists all available dates for a MODIS Land Products Subset product at a particular location.

Usage

mt_dates(product, lat, lon, site_id, network)

Arguments

product

a valid MODIS product name

lat

latitude in decimal degrees

lon

longitude in decimal degrees

site_id

site id (overides lat / lon)

network

the network for which to generate the site list, when not provided the complete list is provided

Value

A data frame of all available dates for a MODIS Land Products Subsets products at the given location.

See Also

mt_products mt_sites mt_bands

Examples



# list all available MODIS Land Products Subsets products
bands <- mt_dates(product = "MOD11A2", lat = 40, lon = -110)
head(bands)


MODISTools documentation built on Sept. 17, 2023, 1:07 a.m.