Description Usage Arguments Value Examples
This function downloads a time series of a variable from EMIS for a period of time on a spatial area using the wcs-t service
| 1 2 3 | getemisdataseries(name = "EMIS_A_CHLA", resolution = "4km",
  startdate = "2005-09", enddate = "2005-10", xmin = 15, xmax = 20.5,
  ymin = 30, ymax = 32.5)
 | 
| name | A character vector of the shortname of the variable | 
| resolution | A character vector giving the spatial resolution of the data: "4km" or "2km" | 
| startdate | A character vector of the month who begins the series("YYYY-MM") | 
| enddate | A character vector of the month who ends the series("YYYY-MM") | 
| xmin | A numeric vector of the lower longitude of the spatial area | 
| xmax | A numeric vector of the max longitude of the spatial area | 
| ymin | A numeric vector of the lower latitude of the spatial area | 
| ymax | A numeric vector of the max latitude of the spatial area | 
A rasterstack object of the variable for the given period
| 1 2 3 4 5 6 | ## Not run: 
	#extraction of the MODIS chlorophyll a concentration monthly maps for 2005 and 2006 on the gulf of Syrte (Lybia)
	img<-getemisdataseries("EMIS_A_CHLA","4km","2005-01","2006-12",15,20.5,30,32.5)
	plot(img)
  
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.