vdatum_url: Create a URL for NOAA VDatum API

View source: R/vdatum_url.R

vdatum_urlR Documentation

Create a URL for NOAA VDatum API

Description

Create a URL for NOAA VDatum API

Usage

vdatum_url(
  x,
  y,
  z = 0,
  region = "contiguous",
  s_h_frame = "NAD83_2011",
  s_coor = "geo",
  s_h_unit = "m",
  s_h_zone = NULL,
  s_v_frame = "NAVD88",
  s_v_unit = "m",
  s_v_elevation = "height",
  s_v_geoid = "geoid18",
  t_h_frame = "NAD83_2011",
  t_coor = "geo",
  t_h_unit = "m",
  t_h_zone = NULL,
  t_v_frame = "NAVD88",
  t_v_unit = "m",
  t_v_elevation = "height",
  t_v_geoid = "geoid18",
  epoch_in = "0.0",
  epoch_out = "0.0",
  endpoint = "https://vdatum.noaa.gov/vdatumweb/api/convert"
)

Arguments

x

the column of the x coordinate (required)

y

the column of the y coordinate (required)

z

the colun of the z coordinate

endpoint

Value

a string of the url to call


jvandens/RVDatum documentation built on May 4, 2022, 12:34 a.m.