Add WeatherFiles plugin 0.1.0.0-alpha1#1378
Open
bartmanuel wants to merge 1 commit into
Open
Conversation
Initial Alpha submission of the WeatherFiles plugin for OpenCPN. WeatherFiles browses 27+ European weather models, lets the user pick an area on the chart, and downloads sliced GRIB2 files that open directly in OpenCPN's built-in GRIB display. Backend at api.weatherfiles.com/v1. Targets covered in this submission: - debian-x86_64-12-bookworm - darwin-wx32-arm64-x86_64-14.3.1-macos (Universal, Developer ID signed + Apple-notarized) - msvc-x86-wx32-10.0.20348-MSVC - flatpak-x86_64-25.08-flatpak - flatpak-aarch64-25.08-flatpak Plugin source: https://github.com/bartmanuel/weatherfiles_pi Cloudsmith host: bartmanuel-fgsm/weatherfiles-alpha (public OSS plan)
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Initial Alpha submission of WeatherFiles — an OpenCPN plugin that browses 27+ European weather models, lets the user pick an area on the chart, and downloads sliced GRIB2 files that open directly in OpenCPN's built-in GRIB display.
Backend lives at https://api.weatherfiles.com/v1 (free tier + paid plan, documented at https://developers.weatherfiles.com).
Targets
5 metadata XMLs added, all pointing at a public Cloudsmith repo (
bartmanuel-fgsm/weatherfiles-alpha, OSS plan):weatherfiles_pi-0.1.0.0-debian-x86_64-12-bookworm.xmlweatherfiles_pi-0.1.0.0-darwin-wx32-arm64-x86_64-14.3.1-macos.xmlweatherfiles_pi-0.1.0.0-msvc-x86-wx32-10.0.20348-MSVC.xmlweatherfiles_pi-0.1.0.0-flatpak-x86_64-25.08-flatpak.xmlweatherfiles_pi-0.1.0.0-flatpak-aarch64-25.08-flatpak.xmlTesting
v0.1.0.0-alpha1on https://github.com/bartmanuel/weatherfiles_pi/.status: Accepted).api.weatherfiles.com/v1; no inbound sockets.Plugin source
https://github.com/bartmanuel/weatherfiles_pi —
mainis at tagv0.1.0.0-alpha1. The repo'sREADME.mdwalks through the 3-step download wizard, save-as-set, and the security model.Happy to make any adjustments the maintainers want — first OpenCPN submission for me.