Package 'hydrofabric'

Title: Easily Install and Load 'hydrofabric' tools
Description: The 'hydrofabric' meta package loads a set of packages that work in harmony to complete hydroscience tasks.
Authors: Mike Johnson [aut, cre], NOAA [fnd], USGS [ctb], Lynker [fnd]
Maintainer: Mike Johnson <[email protected]>
License: Apache License (>= 2) + LICENSE
Version: 0.2.1
Built: 2024-12-06 07:28:53 UTC
Source: https://github.com/NOAA-OWP/hydrofabric

Help Index


Append style to GPKG

Description

Append style to GPKG

Usage

append_style(
  gpkg_path,
  qml_dir = system.file("qml", package = "hydrofabric"),
  layer_names
)

Arguments

gpkg_path

GPKG path

qml_dir

Directory path

layer_names

layer names to populate

Value

gpkg path


Create style row

Description

Create style row

Usage

create_style_row(gpkg_path, layer_name, style_name, style_qml)

Arguments

gpkg_path

GPKG path

layer_name

layer name

style_name

style name

style_qml

style QML

Value

data.frame


Hydrofabric Data Model

Description

Hydrofabric Data Model

Hydrofabric Data Model

Usage

hf_dm

hf_dm

Format

An object of class list of length 2.

An object of class list of length 2.


Conflicts between the hydrofabric and other packages

Description

This function lists all the conflicts between packages in the hydrofabric and other packages that you have loaded.

Usage

hydrofabric_conflicts(only = NULL)

Examples

hydrofabric_conflicts()

List all packages in the hydrofabric

Description

List all packages in the hydrofabric

Usage

hydrofabric_packages(include_self = TRUE)

Arguments

include_self

Include hydrofabric in the list?

Examples

hydrofabric_packages()

Read QML

Description

Reads in a QML file

Usage

read_qml(qml_file)

Arguments

qml_file

character path

Value

QML contents