Description Usage Arguments Value Examples
View source: R/link_to_flowlines.R
Link geopoints to flowlines in the NHD
1 2 | link_to_flowlines(lats, lons, ids, buffer = 100, dataset = c("nhdh",
"nhdplusv2"))
|
lats |
Vector of point latitudes |
lons |
Vector of point longitudes |
ids |
Vector of point identifiers (string or numeric) |
buffer |
numeric maximum line snapping distance in meters |
dataset |
Character name of dataset to link against. Can be either "nhdh" or "nhdplusv2" |
flowline permanent ids
1 2 3 4 5 6 7 8 | ## Not run:
latlon = c(42.703290, -73.702855)
#should link to hudson river
link_to_flowlines(latlon[1], latlon[2], 'dummyid')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.