Description Usage Arguments Value Examples
View source: R/readNGWMNdata.R
Retrieve site data from the National Ground Water Monitoring Network https://cida.usgs.gov/ngwmn/.
1 | readNGWMNsites(siteNumbers)
|
siteNumbers |
character Vector of feature IDs formatted with agency code and site number
separated by a period or semicolon, e.g. |
A data frame the following columns: #'
Name | Type | Description |
site | char | Site FID |
description | char | Site description |
dec_lat_va, dec_lon_va | numeric | Site latitude and longitude |
1 2 3 4 5 6 7 | #one site
site <- "USGS.430427089284901"
oneSite <- readNGWMNsites(siteNumbers = site)
#non-USGS site
site <- "MBMG.103306"
siteInfo <- readNGWMNsites(siteNumbers = site)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.