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 |
Append style to GPKG
append_style( gpkg_path, qml_dir = system.file("qml", package = "hydrofabric"), layer_names )
append_style( gpkg_path, qml_dir = system.file("qml", package = "hydrofabric"), layer_names )
gpkg_path |
GPKG path |
qml_dir |
Directory path |
layer_names |
layer names to populate |
gpkg path
Create style row
create_style_row(gpkg_path, layer_name, style_name, style_qml)
create_style_row(gpkg_path, layer_name, style_name, style_qml)
gpkg_path |
GPKG path |
layer_name |
layer name |
style_name |
style name |
style_qml |
style QML |
data.frame
Hydrofabric Data Model
Hydrofabric Data Model
hf_dm hf_dm
hf_dm hf_dm
An object of class list
of length 2.
An object of class list
of length 2.
This function lists all the conflicts between packages in the hydrofabric and other packages that you have loaded.
hydrofabric_conflicts(only = NULL)
hydrofabric_conflicts(only = NULL)
hydrofabric_conflicts()
hydrofabric_conflicts()
List all packages in the hydrofabric
hydrofabric_packages(include_self = TRUE)
hydrofabric_packages(include_self = TRUE)
include_self |
Include hydrofabric in the list? |
hydrofabric_packages()
hydrofabric_packages()
Reads in a QML file
read_qml(qml_file)
read_qml(qml_file)
qml_file |
character path |
QML contents