emodnet_getdata_atplatform: Fetch recent raw EMODnet data

Description Usage Arguments Value Examples

Description

The function returns recent (up to two months old) high-resolution time series from the EMODnet physics portal, given a location and a parameter.

Usage

1
emodnet_getdata_atplatform(platformid, paramcode)

Arguments

platformid

is the EMODnet specific code for the location at which the data is recorded. The full list of platform ids is provided by the function emodnet_getallplatform

paramcode

is the EMODnet specific code for the parameter of interest. The full list of parameters and their corresponding codes is provided by the function emodnet_getallparam

Value

a data.frame containing the requested data.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
library(XML)
library(RCurl)
library(merpWS)
library(magrittr)
# get platform ids and parameter codes
list_platform <- emodnet_getallplatform()
list_param <- emodnet_getallparam()

# get current data for one platform where temperature data is available
myresult <- emodnet_getdata_atplatform(platformid = 437, paramcode = "TEMP")

MarineEcosystemResearchProgramme/merpWS documentation built on May 7, 2019, 2:51 p.m.