Nothing
Code
res <- dplyr::as_tibble(v2, geom = "WKT")
Message
i Column(s) with duplicated/reserved names detected. See About layer/column
names section on `tidyterra::as_tibble.SpatRaster()`
! Renaming columns:
Output
* `geometry` -> `geometry.1`
Code
res <- dplyr::as_tibble(v2, geom = "HEX")
Message
i Column(s) with duplicated/reserved names detected. See About layer/column
names section on `tidyterra::as_tibble.SpatRaster()`
! Renaming columns:
Output
* `geometry` -> `geometry.1`
Code
res_p <- dplyr::as_tibble(p, geom = "XY")
Message
i Column(s) with duplicated/reserved names detected. See About layer/column
names section on `tidyterra::as_tibble.SpatRaster()`
! Renaming columns:
Output
* `x` -> `x.1`
* `y` -> `y.1`
Code
as_tbl_internal(ntibble)
Condition
Error in `as_tbl_internal()`:
! `x` is not of <SpatRaster> or <SpatVector> object
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.