returns a returns a collection of spatial feature names available for the workspace.
1 2 3 4 5 6 7 | getFeatures(
workspaceID,
rcode,
crs,
features = c("globalwatershedpoint", "globalwatershed"),
simplify = "true"
)
|
workspaceID |
Service workspace received from watershed service result |
crs |
string ESPSG spatial reference code. The function rgdal::showEPSG might come in handy. |
simplify |
boolean Whether to simplify returned result, defaut: true |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.