rmfi_write_prj | R Documentation |
Write prj object information to file header
rmfi_write_prj(dis, prj, file)
dis |
|
prj |
|
file |
character with path of file to write to. Typically the discretization file. |
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.
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.