Well done!!
Will enjoy playing with it.
rittels
@rittels
Best posts made by rittels
-
RE: What happened to the Traj plugin? I am shocked ....
Hi Balthasar, I am on it!!
Have been upgrading plugins for the new version over the past month, traj should be up and running soon.
-
windy-plugin-radiosonde
Good afternoon Windy community
This plugin is a team effort, by @mhaberler and myself. Thank you for @vicb for the use of your code and @johnckealy for the initial inspiration.
Our plugin displays radiosonde (weather balloon) data on Windy. You can then compare it to recent historical forecasts.
Please read the comprehensive description on Michaels blog: https://blog.mah.priv.at/release-announcement-windy-plugin-radiosonde/
We hope you enjoy it!!
PS: It is interesting to use it with the new thermal layer.
-
windy-plugin-fp
Hi Windy fans and Aviators
I have been (very slowly) working on this for a while. It might be somewhat superfluous, since @marekd is creating something similar.
There are still kinks to be ironed out, but usable:
- Go to windy.com/plugins and enter windy-plugin-fp. Once loaded, right click/long press on the map for context menu. Then click Flight planner.
- The plugin is meant for recreational VFR flight planning.
- Use the weather picker to plot a route.
- You can also upload a route. (Upload formats: .gpx, .ep1, .efp. Download: .gpx.)
- Airports (found in the Windy Airports layer) can be used to add a waypoint.
- Sliding the aircraft icon along the route will set the Windy map to the appropriate time and altitude.
- Altitude, speed, time and date can be set for selected legs.
- Long press on a row in the flight plan to select single leg.
- Click the "Read Wx" button to fly along the flight plan and read the weather data. Do not move the map during this period, may take a minute or more.
- Ground speed and corrected ETE are then calculated.
- "Allow Drag" button allows dragging the waypoints. "Lock Drag" again to prevent dragging accidentally.
- In the Settings menu: Alert values for different overlays can be set. The alert sections will then be marked with red along the route after "Read Wx" has run.
- Airspace data from openAIP.net has been translated to geojson and can be loaded in the Airspace menu. Do not load too many countries.
hope it is of value....
Latest version: windy-plugin-fp@0.1.8 : Added @marekd 's route planner .
-
windy-plugin-polars
For sailors:
- Go to windy.com/plugins.
- Load plugin directly from npm: Enter
windy-plugin-polars
. - Select a boat to load the polar plot.
- Place the picker.
- Drag the arrow head for direction.
- The plugin will show your speed.
First step towards a sailing planner.
-
Day-night terminator plugin
A day-night terminator plugin, using Vladimir Agafonkin's SunCalc library. (This is also used for the sun-position plugin, by @jacobsjo) .
Changes: v 0.0.36 (21-12-2020):
- It is possible to either close the left pane and keep the lines active, or uninstall the plugin complete. (Few plugins uninstall cleanly.)
- Windy style time progress bar added for Full year (desktop and mobile).
- Different terminator times, for the picker position, displayed in left pane as the picker is moved.
- Click on a time-pair to display this in the picker if you want.
- Time zone name, daylight saving time rules and offset displayed.
- Terminator lines are responsive to the satellite of radar overlay timestamps.
- Use the URL to open at a location or time like this:
https://www.windy.com/plugins/windy-plugin-day-night?lat=-42.5&lng=146.3&date=2020-11-18T06:00Z
7-Jan-21: Optimized plotting the lines, now smoother and a bit faster.
-
windy-plugins-saws-warnings
Hi
This plugin reads the warnings geojson data from http://www.weathersa.co.za/warnings and displays it on Windy.
Hope the SA weather services don't have objections.
For those not familiar with plugins:
- URL: www.windy.com/plugins.
- Type in: windy-plugin-saws-warnings and click Load plugin.
- Hopefully Borat will appear.
- Close plugin pane and right click on screen for context menu. Then click SAWS warnings.
- Load may take several seconds.
- Use the weather picker to view different regions and warnings.
- So far only today shown, not tomorrow and D3-5.
Probably still buggy.
enjoy
Latest posts made by rittels
-
RE: Display additional information on weather picker
https://github.com/rittels-windy-plugins/windy-plugin-da
No documentation though. Will try to write tutorial this weekend.
-
RE: RINGS plugin
@aneuens Hi. It should be fixed now. You must uninstall (deleted) the plugin, then reinstall it.
-
RE: RINGS plugin
@aneuens Thanks. There is a bug. You can only delete rings when the picker is open. You have to click on the map so that the picker, with the rings is displayed, then you can remove them. I will fix it.
-
windy-plugin-fp
The flight planner plugin is published at last. It still needs work, but should be usable.
It is in the gallery and can be loaded with: www.windy.com/plugin/flight-planner (once it has been installed from the gallery)
I will add more comments and documentation soon.
-
RE: Day and night Plugin
@damanyou absolutely. I am working on fp now, and day-night will be next.
-
RE: example does not work
Also. To run the examples.
add cross-env dependency from npm:
npm install cross-env
In package.json change to
"example01": "cross-env CONFIG=example01 rollup -w -c",
-
RE: example does not work
The plugins template does not work in the windows environment. It works in WSL2.
But you can try the following:
In:
node_modules\@windycom\plugin-devtools\index.mjs
Change:
const pathOfTheFile = facadeModuleId.replace(/\/[^/]*$/, '');
to:
const pathOfTheFile = facadeModuleId.replace(/\\[^\\]*$/, '');