sf
Objectwgs_sf.Rd
Creates a multipoint sf
object. Points are projected using WGS84 (crs = 4326).
Missing coordinates are allowed, but given an empty geometry.
wgs_sf(df)
a data frame with columns for latitude (lat
) and longitude (lon
).
a POINT
object.
if (FALSE) {
ufp_sf(df)
}