Learn R Programming

MODISTools (version 1.1.5)

mt_sites: Download all available fixed sites

Description

Lists all available MODIS Land Products Subset pre-processed sites

Usage

mt_sites(network)

Value

A data frame of all available MODIS Land Products Subsets pre-processed sites

Arguments

network

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

See Also

mt_products mt_bands mt_dates

Examples

Run this code

# \donttest{
# list all available MODIS Land Products Subsets products
sites <- mt_sites()
print(head(sites))
# }

Run the code above in your browser using DataLab