Description Usage Arguments Examples
Uses StreamStats API https://streamstats.usgs.gov/streamstatsservices/#
1 2 3 4 5 6 7 8 9 10 |
xlocation |
X location of the most downstream point of desired study area. |
ylocation |
Y location of the most downstream point of desired study area. |
rcode |
2-3 character code that identifies the Study Area (either a State or a Regional Study) |
includeparameters |
string Comma separated list of region parameters to compute. Default: true, will return all parameters for region |
includeflowtypes |
string Not yet implemented |
includefeatures |
string true Comma separated list of features to include in response. See Feature resource for more information. Default: true, returns delineated basin and pourpoint |
crs |
string ESPSG spatial reference code. The function rgdal::showEPSG might come in handy. |
simplify |
boolean Whether to simplify returned result, defaut: true |
1 2 3 4 5 6 | ## Not run:
# Delineate a watershed and extract parameters using WGS83
ws1 <- delineateWatershed(xlocation = -72.9249, ylocation = 42.3170, crs = 4326,
includeparameters = "true")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.