getModisWS: A R wrapper function to download MODIS data and convert it to...

Description Usage Arguments Details Value Author(s) Examples

Description

A R wrapper function to download MODIS data and convert it to a spatio-temporal raster brick filled with MODIS data

Usage

1
getModisWS(lat, long, product, bandname, startdate, enddate, KmAboveBelow, KmLeftRight)

Arguments

lat

Latitude

long

Longitude

product

A MODIS product available via the MODIS webservice

bandname

bandname

startdate

start date

enddate

end date

KmAboveBelow

KmAboveBelow

KmLeftRight

yes you know it also see MODIS webservice website for more info.

Details

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

Value

A brick filled with great fresh MODIS data from anywhere in the world :-)!

Author(s)

Jan Verbesselt

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
#	Please install the required packages
# install.packages("SSOAP", repos = "http://www.omegahat.org/R", dependencies=TRUE, type="source")
## get the data
## the maximum nr of dates is 10! 1 km i.e. 9 by 9 pixel block
b <- getModisWS(40,-110, "MOD13Q1", "250m_16_days_NDVI", "A2000049", "A2000097", 1, 1)
plot(b)

## End(Not run)

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

Related to getModisWS in modisws...