sh_file: Sh file

sh_fileR Documentation

Sh file

Description

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

Usage

sh_file

Format

Simple feature collection with 6 features and 14 fields:

OBJECTID

integer Identifier of the spatial object (one for each catchment)

HydroID

integer Unique catchment identifier

NextDownID

integer Unique identifier of the catchment to which the catchment goes

BasinID

integer Identifier of the Basin to all catchment belong

JunctionID

integer Unique identifier of the catchment to which the catchment goes. Note that for the outlet JunctionID == -1

AreaSqkm

double Area of each catchment

DrainAreaS

double Drain Area of each catchment

Shreve

integer Indicates Shreve order, i.e. in headwater = 1; at the outlet Shreve = max(Shreve)

geometry

sfc objects represent the geometry of a single feature and contains information about the feature’s coordinates, dimension, and type of geometry


GREENeR documentation built on May 29, 2024, 6:18 a.m.