npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

signalk-polars-kraivio

v0.0.3

Published

A plugin for calculating boat performance based on polar and instrument readings

Readme

Polar calculator for SignalK

Usage

  1. Install this plugin from the server web admin UI
  2. Go to the plugin config section of the admin UI and select signalk-polars-kraivio from the list.
  3. Fill in the path to your polar csv data file. An example of a valid polar csv file is provided below.
  4. Make sure that you have the following data keys available: environment.wind.angleTrueWater, environment.wind.speedTrue, and navigation.speedOverGround.

Example of a valid polar data file

twa/tws;    3;    4;    5;    6;    7;    8;   10
       0; 4.57; 5.56; 6.05; 6.29; 6.45; 6.55; 6.65
      52; 4.57; 5.56; 6.05; 6.29; 6.45; 6.55; 6.65
      60; 4.90; 5.87; 6.30; 6.55; 6.70; 6.80; 6.91
      75; 5.20; 6.10; 6.51; 6.80; 7.00; 7.15; 7.27
      90: 5.36; 6.26; 6.70; 6.97; 7.14; 7.24; 7.50
     110: 5.17; 6.15; 6.64; 7.00; 7.28; 7.51; 7.82
     120: 4.86; 5.96; 6.51; 6.90; 7.22; 7.50; 7.97
     135; 4.29; 5.39; 6.16; 6.62; 6.98; 7.29; 7.85
     150; 3.61; 4.60; 5.54; 6.18; 6.60; 6.95; 7.53

The columns are for true wind speeds in meters per second, and the rows for true wind angles in degrees. The resulting boat speeds should be in knots, relative to ground.