read_gmis_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 GMIS and generate a dataframe with the description of the data

Usage

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

Arguments

resolution

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

gmis_wcst_url

A character vector of the GMIS 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_gmis_4km<-read_gmis_wcst_data(resolution="4km",gmis_wcst_url="http://gmis.jrc.ec.europa.eu/webservices/4km/wcs-t")
data_gmis_9km<-read_gmis_wcst_data(resolution="9km",gmis_wcst_url="http://gmis.jrc.ec.europa.eu/webservices/9km/wcs-t")
  
## End(Not run)

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