getDatesWS: Get the available Dates of images at the a location for a...

Description Usage Arguments Details Value Author(s) Examples

Description

Get the available Dates of images at the a location for a specific MODIS product available via the MODIS webservice tool

Usage

1
getDatesWS(lat,long,product)

Arguments

lat

Latitude

long

Longitude

product

A MODIS product available via the MODIS webservice

Details

Please see http://daac.ornl.gov/MODIS/MODIS-menu/modis_webservice.html for more details about the service.

Value

A list with the available MODIS Dates!

Author(s)

Jan Verbesselt

Examples

1
2
3
4
5
6
7
8
## Not run: 
# Please install the required packages
# install.packages("SSOAP", repos = "http://www.omegahat.org/R", dependencies=TRUE, type="source")
getProductsWS() ## first check products
getBandsWS("MOD13Q1") ## check bands of a product
getDatesWS(40,-110, "MOD13Q1")

## End(Not run)

modisws documentation built on May 2, 2019, 4:50 p.m.

Related to getDatesWS in modisws...