read_emis_wcst_data: This function downloads the list and the caracteristics of...

Description Usage Arguments Value Examples

Description

This function parse the xml file related to the wcs-t service of EMIS and generate a dataframe with the description of the data

Usage

1
2
3
read_emis_wcst_data(resolution = "4km",
  emis_wcst_url = paste("http://emis.jrc.ec.europa.eu/webservices/",
  resolution, "/wcs-t", sep = ""))

Arguments

resolution

A character vector giving the spatial resolution of the data: "4km" or "2km"

emis_wcst_url

A character vector of the EMIS wcs-t url

Value

A dataframe with 8 columns

source:

The data source

resolution:

Spatial resolution of the data (pixel size)

name:

Name of the parameters

shortname:

Shortname of the parameters used in the wcs-t service

unit:

unit

bbox:

Geographical bounding box (xmin,ymin,xmax,ymax)

startdate:

Starting date of the time series

enddate:

End date of the time series

Examples

1
2
3
4
5
## Not run: 
data_emis_4km<-read_emis_wcst_data(resolution="4km",emis_wcst_url="http://emis.jrc.ec.europa.eu/webservices/4km/wcs-t")
data_emis_2km<-read_emis_wcst_data(resolution="2km",emis_wcst_url="http://emis.jrc.ec.europa.eu/webservices/2km/wcs-t")
  
## End(Not run)

ldbk/EMISR documentation built on May 20, 2019, 11:28 p.m.