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 🙏

© 2024 – Pkg Stats / Ryan Hefner

windy-plugin-featuretracker

v0.1.0

Published

A Windy plugin to manually track features, particularly those that are not resolvable by NWP models.

Downloads

5

Readme

windy-plugin-featuretracker

A plugin for Windy.com

Written by John C. Kealy, November 2019

Description

Some weather features are too small in scale to be explicitly modelled by a numerical weather prediction model. One of the most important of these is convective precipitation, since these features can sometimes lead to torrential downpours, lightning, severe turbulence, squalls, and heavy snow. Convective cells form randomly below the grid-scale of the model; the individual cells cannot be predicted, and so only radar and satellite observations in real-time can identify them.

This plugin is designed to estimate the arrival time of a user-identified weather feature. This process cannot be automated*, and it is important to understand the difference between modelled precipitation (such as that provided by ECMWF) and real time precipitation (as visualized by radar).

Getting started with windy-plugin-featuretracker

By default, the plugin will load with a radar overlay, zoomed in over the user's location. The plugin requires that the user share their location in order for it to work. A guidance panel will open in the top left of the screen.

First, you must send the time slider backwards, ideally to the start of the allowed period. Next, identify a feature you would like to track, and click on it. You can click the centre of the feature or the edge, depending on your interest.

Initially, a rough estimate of the feature's ETA will be provided, if the trajectories match. This is based on the model 700hPa winds, a useful indicator of thunderstorm movement. However, this first guess is exactly that – just a rough guess.

Move the time slider forward and click on the same feature. You can do this as many times as you like. Each time, the estimate of arrival for your feature will be refined.

Details of functionality

When two points or more have been entered into the map, a red polyline will be generated. This line is based on a least squares fit of your entered points (so the polyline will not necessarily pass through each point entered). The reason for this is that the plugin is based on the fundamental assumption that each feature will move in a straight line. The coriolis force curves features when the scale is large enough (which is why large weather systems spin), but at the scale of convection, the coriolis influence is relatively weak.

A magenta line will also appear, this is joins the first entered point to the user's location. The difference between the slope of these two curves (offset by a distance correction) determines whether the user is in the feature's path.

Reset the map at any time by clicking the "Reset" button, and hide/show the polylines with the "Show Track" checkbox.

Other notes

Some Windy functionality will close the feature-tracker's dialogue box (e.g. this happens when a spot forecast is opened). If this happens, simply right click the map and reselect the plugin.

The plugin can be used with the satellite overlay. Please bear in mind that satellites view the atmosphere from above, which means that the upper-level flow will be most apparent. It is not uncommon for the upper-level flow to be travelling in a totally different direction to the lower atmosphere, at a totally different speed.

*Machine learning may someday change this.