rmfi_write_prj: Write prj object information to file header

View source: R/spatial.R

rmfi_write_prjR Documentation

Write prj object information to file header

Description

Write prj object information to file header

Usage

rmfi_write_prj(dis, prj, file)

Arguments

dis

RMODFLOW dis object

prj

RMODFLOW prj object

file

character with path of file to write to. Typically the discretization file.

Details

Writes RMODFLOW projection information into the header of a file, typically the discretization file. All lines start with "#". This information consists of a starter line, the coordinates of the 4 model corners, the grid rotation angle in degrees counterclockwise, the z coordinate of the lower left corner and the crs description. This might be a EPSG code, a proj4string, or a wkt string. A ending line specifies the end of the RMODFLOW projection information.

Value

NULL


rogiersbart/RMODFLOW documentation built on Jan. 14, 2023, 4:21 a.m.