flightpathr

Tools to analyze aircraft and flight path data.
git clone https://git.eamoncaddigan.net/flightpathr.git
Log | Files | Refs | README | LICENSE

parseCoordinates.Rd (546B)


      1 % Generated by roxygen2: do not edit by hand
      2 % Please edit documentation in R/parseCoordinates.R
      3 \name{parseCoordinates}
      4 \alias{parseCoordinates}
      5 \title{Parse funky lat/long representations.}
      6 \usage{
      7 parseCoordinates(coord)
      8 }
      9 \arguments{
     10 \item{coord}{A character vector representing latitude or longitude data.}
     11 }
     12 \value{
     13 A numeric vector of (decimal) coordinate info, negative for west and
     14   south coordinates.
     15 }
     16 \description{
     17 Parse funky lat/long representations.
     18 }
     19 \details{
     20 This currently only handles coordinates in the format DD-DD-DDL.
     21 }
     22