getPRODUCT: Check the avalability of a given product

Description Usage Arguments Value Author(s) Examples

Description

This function will become internal. It will be used if no collection is spezified in the different functions i.e.: getHDF

Usage

1
getPRODUCT(product,quiet=TRUE)

Arguments

product

Character. MODIS grid product to check. For 'MODIS TERRA Vegetation Indices at 250 m ground resolution' use: MOD13Q1. For vegetation indices from TERRA and AQUA use MxD13Q1. See https://lpdaac.usgs.gov/lpdaac/products/modis_products_table for more Products.

quiet

Logical. Default TRUE. No Prints

Value

An invisible list with usable for other functions.

Author(s)

Matteo Mattiuzzi

Examples

1
2
3
4
getPRODUCT(product="MxD11C3")
x <- getPRODUCT(product="MxD11C3")
x
getPRODUCT(product="MxD11C3",quiet=FALSE)

getMODIS documentation built on May 2, 2019, 4:51 p.m.