New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

sl2format

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sl2format

Module to read .sl2 files, generated by Lowrance chart plotters

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

node-sl2

Module to read .sl2 files, generated by Lowrance chart plotters as a stream.

Build Status

#I/O Input from for example file stream for an .sl2 file Outputs block objects looking something like this.

{
  frameIndex: 0,
  blockSize: 3216,
  packetSize: 3072,
  lastBlockSize: 0,
  channel: Primary,
  time1: 3536977920,
  waterDepth: 6.622000217437744,
  temperature: 19.350006103515625,
  frequency: 0,
  keelDepth: 0,
  upperLimit: 0,
  lowerLimit: 19.600000381469727,
  altitude: 118.89765930175781,
  heading: 0,
  courseOverGround: 3.7873644828796387,
  waterSpeed: 0,
  gpsSpeed: 2.585312843322754,
  longitude: 1383678,
  latitude: 8147302,
  flags: {
    trackValid: true,
    waterSpeedValid: false,
    positionValid: true,
    waterTempValid: true,
    gpsSpeedValid: true,
    altitudeValid: true,
    headingValid: false
  }
}

File format

#Licence MIT

Keywords

sl2

FAQs

Package last updated on 17 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts