rmfi_prj_length_multiplier | R Documentation |
Obtain a multiplier to convert MODFLOW length units to projection length units
rmfi_prj_length_multiplier(dis, prj, to)
dis |
|
prj |
|
to |
either 'grid' or 'xyz' specifying if the multiplier should convert coordinates to the modflow grid or to real world coordinates (inverse) |
The MODFLOW length unit (dis$lenuni)
can be different from the projection unit (prj$crs$units)
. When converting coordinates
using rmf_convert_grid_to_xyz
or rmf_convert_xyz_to_grid
the difference in length unit needs to be corrected for.
single numeric value which can be used to multiply MODFLOW coordinates with so to convert them to prj length units.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.