rmf_extent | R Documentation |
Obtain the corners and bounding box of the MODFLOW grid
rmf_extent(dis, prj = rmf_get_prj(dis))
dis |
|
prj |
optional |
a list with (1) the coordinates of the grid corners as a data.frame and (2) the bounding box of the grid as
a sf bbox
object
dis <- rmf_create_dis() prj <- rmf_create_prj(origin = c(152082, 168000.2), rotation = -12, crs = 31370) rmf_extent(dis, prj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.