getFeatures: Get features for a given workspace

Description Usage Arguments

View source: R/features.R

Description

returns a returns a collection of spatial feature names available for the workspace.

Usage

1
2
3
4
5
6
7
getFeatures(
  workspaceID,
  rcode,
  crs,
  features = c("globalwatershedpoint", "globalwatershed"),
  simplify = "true"
)

Arguments

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


markwh/streamstats documentation built on Sept. 29, 2021, 8:42 a.m.