fvcom_crs | R Documentation |
Retrieve the CRS
fvcom_crs(
x,
what = c("lonlat", "xy")[1],
form = c("wkt", "epsg", "proj")[ifelse(tolower(what[1]) == "xy", 1, 2)]
)
x |
FVCOM ncdf4 object |
what |
character either 'xy', 'lonlat' or 'longlat'. Actually, if not 'xy' then 'lonlat' is returned. |
form |
character, one of 'wkt', 'epsg' or 'proj' By default 'wkt' if |
character CRS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.