You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
opensensmapR/man/osem_as_sf.Rd

22 lines
527 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils.R
\name{osem_as_sf}
\alias{osem_as_sf}
\title{Convert a \code{sensebox} or \code{osem_measurements} dataframe to an
\code{\link[sf]{st_sf}} object.}
\usage{
osem_as_sf(x, ...)
}
\arguments{
\item{x}{The object to convert}
\item{...}{maybe more objects to convert}
}
\value{
The object with an st_geometry column attached.
}
\description{
Convert a \code{sensebox} or \code{osem_measurements} dataframe to an
\code{\link[sf]{st_sf}} object.
}