write_hygeo: Write hygeo

Description Usage Arguments

View source: R/io_hygeo.R

Description

Write hygeo

Usage

1
2
3
4
5
6
7
8
write_hygeo(
  hygeo_list,
  out_path,
  edge_list_format = "json",
  data_format = "geojson",
  edge_map = FALSE,
  overwrite = FALSE
)

Arguments

hygeo_list

list of class hygeo containing: catchment, flowpath, nexus, catchment_edges, and waterbody_edges.

out_path

character path to store outputs

edge_list_format

character 'json' or 'csv'

data_format

character 'geojson' or 'gpkg'

edge_map

logical write edge map json file"

overwrite

logical overwrite output or not


dblodgett-usgs/hygeo documentation built on Dec. 20, 2020, 12:25 p.m.