arabia

Tools to Read 'Lowrance' Binary Track Files

Description

Lowrance' (http://www.lowrance.com/) chart plotters use an ugly but straightforward binary format to encode their tracks. Tools are provided to read 'SL2' files (and, very likely 'SLG' and 'SL3' files, too).

What's Inside The Tin

The following functions are implemented:

Installation

devtools::install_git("https://gitlab.com/hrbrmstr/arabia")
options(width=120)

Usage

library(arabia)
library(tidyverse)

# current verison
packageVersion("arabia")

Give it a go

system.time(xdf <- read_sl2(system.file("exdat", "example.sl2", package="arabia")))

xdf

glimpse(xdf)


hrbrmstr/arabia documentation built on June 9, 2019, 8:37 a.m.