powered by
Lists all available dates for a MODIS Land Products Subset product at a particular location.
mt_dates(product, lat, lon, site_id, network)
A data frame of all available dates for a MODIS Land Products Subsets products at the given location.
a valid MODIS product name
latitude in decimal degrees
longitude in decimal degrees
site id (overides lat / lon)
the network for which to generate the site list, when not provided the complete list is provided
mt_products mt_sites mt_bands
mt_products
mt_sites
mt_bands
# \donttest{ # list all available MODIS Land Products Subsets products bands <- mt_dates(product = "MOD11A2", lat = 40, lon = -110) head(bands) # }
Run the code above in your browser using DataLab