-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathadd_nonnetwork_divides.Rd
36 lines (32 loc) · 1.18 KB
/
add_nonnetwork_divides.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/add_nonnetwork_divides.R
\name{add_nonnetwork_divides}
\alias{add_nonnetwork_divides}
\title{Add Non Network Divides to Aggregated Fabric
The refactoring process intentionally drop catchments without a flowpath.
In cases where a seamless discritization of the landscape is needed, these
area must be reintroduced from the reference dataset.}
\usage{
add_nonnetwork_divides(
gpkg = NULL,
divides = NULL,
reference_gpkg = NULL,
verbose = TRUE
)
}
\arguments{
\item{gpkg}{a path to a gpkg}
\item{reference_gpkg}{A path to the reference VPU geopackage (see get_hydrofabric(..., type = "reference"))}
\item{verbose}{Should messages be emitted?}
\item{divide}{If gpkg is NULL, then an sf data.frame, otherwise a the layer name. See details.}
\item{flowpath}{If gpkg is NULL, then an sf data.frame, otherwise a the layer name. See details.}
}
\value{
gpkg path
}
\description{
Add Non Network Divides to Aggregated Fabric
The refactoring process intentionally drop catchments without a flowpath.
In cases where a seamless discritization of the landscape is needed, these
area must be reintroduced from the reference dataset.
}