Check if all of "lon"
, "lat"
, and "time"
(only if check_time = TRUE
) then convert inputs into a
SpatVector
object.
process_conformity(locs = NULL, check_time = FALSE, locs_epsg = "EPSG:4326")
a SpatVector
object
Data. sf, SpatVector, or data.frame
logical(1). Whether "time"
exists in column names.
character(1). "{authority}:{code}"
or
Well-Known Text format for coordinate reference system definition.
Insang Song