Description Usage Arguments Value References
View source: R/addUSGSElevation.R
USGS APIs are used to determine elevation associated with the locations specified by the
lonVar
and latVar
columns of the incoming dataframe.
1 2 3 4 5 6 | addUSGSElevation(
df,
lonVar = "longitude",
latVar = "latitude",
existingMeta = NULL
)
|
df |
dataframe with geolocation information (e.g. created by |
lonVar |
name of longitude variable in the incoming dataframe |
latVar |
name of the latitude variable in the incoming dataframe |
existingMeta |
existing 'meta' dataframe from which to obtain metadata for known monitor deployments |
Input dataframe with (possibly) additional column: elevation
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.