vdatum_url | R Documentation |
Create a URL for NOAA VDatum API
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" )
x |
the column of the x coordinate (required) |
y |
the column of the y coordinate (required) |
z |
the colun of the z coordinate |
endpoint |
a string of the url to call
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.