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

28 lines
668 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{mgrs_to_latlng}
\alias{mgrs_to_latlng}
\title{Convert an MGRS string to latitude/longitude}
\usage{
mgrs_to_latlng(MGRS, degrees = TRUE, include_mgrs_ref = TRUE)
}
\arguments{
\item{MGRS}{an MGRS string}
\item{degrees}{convert to degrees? Default: \code{TRUE}}
\item{include_mgrs_ref}{if \code{TRUE} the data frame returned fill include
the MGRS reference in a column named \code{mgrs}. Default: \code{TRUE}.}
}
\value{
\code{data.frame}
}
\description{
Convert an MGRS string to latitude/longitude
}
\note{
vectorized
}
\examples{
mgrs_to_latlng("15TWG0000049776")
}