| sh_file | R Documentation |
An sf (simple features) object that includes attributes and geometries in the form of a data frame. Data frame (or tibble) with rows of features, columns of attributes, and a special geometry column that contains the spatial aspects of the features
sh_file
Simple feature collection with 6 features and 14 fields:
OBJECTIDinteger Identifier of the spatial object (one for each catchment)
HydroIDinteger Unique catchment identifier
NextDownIDinteger Unique identifier of the catchment to which the catchment goes
BasinIDinteger Identifier of the Basin to all catchment belong
JunctionIDinteger Unique identifier of the catchment to which the catchment goes. Note that for the outlet JunctionID == -1
AreaSqkmdouble Area of each catchment
DrainAreaSdouble Drain Area of each catchment
Shreveinteger Indicates Shreve order, i.e. in headwater = 1; at the outlet Shreve = max(Shreve)
geometrysfc objects represent the geometry of a single feature and contains information about the feature’s coordinates, dimension, and type of geometry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.