g_name | R Documentation |
g_name()
returns the name for this geometry type in well known text
format.
g_name(wkt)
wkt |
Character. OGC WKT string for a simple feature geometry. |
WKT name for this geometry type.
elev_file <- system.file("extdata/storml_elev.tif", package="gdalraster")
ds <- new(GDALRaster, elev_file)
bbox_to_wkt(ds$bbox()) |> g_name()
ds$close()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.