You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error appears when converting integers. For real numbers it works ok.
library("wk")
library("sf")
p= st_sfc(st_point(c(1L, 2L)))
as_wkt(p)
#> Error in wk_handle.sfc(sf::st_sfc(handleable), handler, ...) : #> REAL() can only be applied to a 'numeric', not a 'integer'
The text was updated successfully, but these errors were encountered:
The following error appears when converting integers. For real numbers it works ok.
The text was updated successfully, but these errors were encountered: