Skip to contents

Wrapper function to read in a whole .prj file

Usage

read_in_prj(
  ogs6_obj,
  prj_path,
  read_in_gml,
  read_in_vtu = FALSE,
  read_includes = FALSE
)

Arguments

ogs6_obj

OGS6: Simulation object

prj_path

string: Path to the .prj file that should be read in

read_in_gml

flag: Optional: Should .gml file just be copied or read in too? If this parameter is missing and the .gml file contains <= options("r2ogs6.max_lines_gml"), the .gml will be read in. Else, only the geometry reference will be saved.

read_in_vtu

flag: Should .vtu file just be copied or read in

read_includes

flag: Should files referenced in include tages be read in?