searchNMDCruise: Search for a cruise given the cruise number and ship name.

Description Usage Arguments

Description

The NMD API enables searching for a cruise identifyer given the cruise number and ship name.

Usage

1
2
3
4
searchNMDCruise(cruisenr, shipname = NULL, datasource = "biotic",
  ver = getRstoxDef("ver"),
  server = "http://tomcat7.imr.no:8080/apis/nmdapi",
  return.URL = FALSE, snapshot = Sys.time())

Arguments

datasource

The type of data requested. Currently implemented are "echosunder" and "biotic", while "landing" and "ctd" are in the pipeline. datasource=NULL (default) returns all possible data.

ver

The version of the API. As of 2015-05 only version 1 is available. Version 2 will include the possibility to return a list of all cruises.

cruisenrANDshipname

A vector of two elements, the first being the cruise number and the second the ship name.

API

The path to the API.


Sea2Data/Rstox documentation built on May 14, 2019, 8:58 a.m.