R/getModisWS.R

# Author: Jan Verbesselt, Jan.Verbesselt@wur.nl
# Date : December 2011

getModisWS <- function(lat, long, product, bandname, startdate, enddate, KmAboveBelow, KmLeftRight) {
	result<- ornlMODISFuncs@functions$getsubset(lat, long, product, bandname, startdate, enddate, KmAboveBelow, KmLeftRight)

	return(createbrickWS(result))
}

Try the modisws package in your browser

Any scripts or data that you put into this service are public.

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