Skip to content

Commit c3d0073

Browse files
author
Bart Manuel
committed
Add WeatherFiles plugin 0.1.0.0-alpha1
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)
1 parent 6a38ed2 commit c3d0073

5 files changed

Lines changed: 130 additions & 0 deletions
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<plugin version="1">
3+
<name> WeatherFiles </name>
4+
<version> 0.1.0.0 </version>
5+
<release> 0 </release>
6+
<summary> Browse WeatherFiles models, slice an area, and download GRIBs into OpenCPN </summary>
7+
8+
<api-version> 1.18 </api-version>
9+
<open-source> yes </open-source>
10+
<author> Bart Manuel </author>
11+
<source> https://github.com/bartmanuel/weatherfiles_pi </source>
12+
13+
<description>
14+
WeatherFiles plugin for OpenCPN: browse 27+ European weather models, pick an area on the chart, and download sliced GRIB2 files that open directly in the built-in GRIB display. Uses the WeatherFiles public API (api.weatherfiles.com/v1) with a personal access token. See developers.weatherfiles.com.
15+
</description>
16+
17+
<target>darwin-wx32</target>
18+
<build-target>darwin</build-target>
19+
<build-gtk></build-gtk>
20+
<target-version>14.3.1</target-version>
21+
<target-arch>arm64;x86_64</target-arch>
22+
<tarball-url>
23+
https://dl.cloudsmith.io/public/bartmanuel-fgsm/weatherfiles-alpha/raw/names/weatherfiles_pi-0.1.0.0-darwin-wx32-arm64-x86_64-14.3.1-macos-tarball/versions/v0.1.0.0-alpha1/weatherfiles_pi-0.1.0.0-darwin-wx32-arm64-x86_64-14.3.1-macos.tar.gz
24+
</tarball-url>
25+
<info-url> https://developers.weatherfiles.com </info-url>
26+
</plugin>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<plugin version="1">
3+
<name> WeatherFiles </name>
4+
<version> 0.1.0.0 </version>
5+
<release> 0 </release>
6+
<summary> Browse WeatherFiles models, slice an area, and download GRIBs into OpenCPN </summary>
7+
8+
<api-version> 1.18 </api-version>
9+
<open-source> yes </open-source>
10+
<author> Bart Manuel </author>
11+
<source> https://github.com/bartmanuel/weatherfiles_pi </source>
12+
13+
<description>
14+
WeatherFiles plugin for OpenCPN: browse 27+ European weather models, pick an area on the chart, and download sliced GRIB2 files that open directly in the built-in GRIB display. Uses the WeatherFiles public API (api.weatherfiles.com/v1) with a personal access token. See developers.weatherfiles.com.
15+
</description>
16+
17+
<target>debian-x86_64</target>
18+
<build-target>debian</build-target>
19+
<build-gtk></build-gtk>
20+
<target-version>12</target-version>
21+
<target-arch>x86_64</target-arch>
22+
<tarball-url>
23+
https://dl.cloudsmith.io/public/bartmanuel-fgsm/weatherfiles-alpha/raw/names/weatherfiles_pi-0.1.0.0-debian-x86_64-12-bookworm-tarball/versions/v0.1.0.0-alpha1/weatherfiles_pi-0.1.0.0-debian-x86_64-12-bookworm.tar.gz
24+
</tarball-url>
25+
<info-url> https://developers.weatherfiles.com </info-url>
26+
</plugin>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<plugin version="1">
3+
<name> WeatherFiles </name>
4+
<version> 0.1.0.0 </version>
5+
<release> 0 </release>
6+
<summary> Browse WeatherFiles models, slice an area, and download GRIBs into OpenCPN </summary>
7+
8+
<api-version> 1.18 </api-version>
9+
<open-source> yes </open-source>
10+
<author> Bart Manuel </author>
11+
<source> https://github.com/bartmanuel/weatherfiles_pi </source>
12+
13+
<description>
14+
WeatherFiles plugin for OpenCPN: browse 27+ European weather models, pick an area on the chart, and download sliced GRIB2 files that open directly in the built-in GRIB display. Uses the WeatherFiles public API (api.weatherfiles.com/v1) with a personal access token. See developers.weatherfiles.com.
15+
</description>
16+
17+
<target>flatpak-aarch64</target>
18+
<build-target>flatpak</build-target>
19+
<build-gtk></build-gtk>
20+
<target-version>25.08</target-version>
21+
<target-arch>aarch64</target-arch>
22+
<tarball-url>
23+
https://dl.cloudsmith.io/public/bartmanuel-fgsm/weatherfiles-alpha/raw/names/weatherfiles_pi-0.1.0.0-flatpak-aarch64-25.08-flatpak-tarball/versions/v0.1.0.0-alpha1/weatherfiles_pi-0.1.0.0-aarch64_flatpak-25.08.tar.gz
24+
</tarball-url>
25+
<info-url> https://developers.weatherfiles.com </info-url>
26+
</plugin>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<plugin version="1">
3+
<name> WeatherFiles </name>
4+
<version> 0.1.0.0 </version>
5+
<release> 0 </release>
6+
<summary> Browse WeatherFiles models, slice an area, and download GRIBs into OpenCPN </summary>
7+
8+
<api-version> 1.18 </api-version>
9+
<open-source> yes </open-source>
10+
<author> Bart Manuel </author>
11+
<source> https://github.com/bartmanuel/weatherfiles_pi </source>
12+
13+
<description>
14+
WeatherFiles plugin for OpenCPN: browse 27+ European weather models, pick an area on the chart, and download sliced GRIB2 files that open directly in the built-in GRIB display. Uses the WeatherFiles public API (api.weatherfiles.com/v1) with a personal access token. See developers.weatherfiles.com.
15+
</description>
16+
17+
<target>flatpak-x86_64</target>
18+
<build-target>flatpak</build-target>
19+
<build-gtk></build-gtk>
20+
<target-version>25.08</target-version>
21+
<target-arch>x86_64</target-arch>
22+
<tarball-url>
23+
https://dl.cloudsmith.io/public/bartmanuel-fgsm/weatherfiles-alpha/raw/names/weatherfiles_pi-0.1.0.0-flatpak-x86_64-25.08-flatpak-tarball/versions/v0.1.0.0-alpha1/weatherfiles_pi-0.1.0.0-x86_64_flatpak-25.08.tar.gz
24+
</tarball-url>
25+
<info-url> https://developers.weatherfiles.com </info-url>
26+
</plugin>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<plugin version="1">
3+
<name> WeatherFiles </name>
4+
<version> 0.1.0.0 </version>
5+
<release> 0 </release>
6+
<summary> Browse WeatherFiles models, slice an area, and download GRIBs into OpenCPN </summary>
7+
8+
<api-version> 1.18 </api-version>
9+
<open-source> yes </open-source>
10+
<author> Bart Manuel </author>
11+
<source> https://github.com/bartmanuel/weatherfiles_pi </source>
12+
13+
<description>
14+
WeatherFiles plugin for OpenCPN: browse 27+ European weather models, pick an area on the chart, and download sliced GRIB2 files that open directly in the built-in GRIB display. Uses the WeatherFiles public API (api.weatherfiles.com/v1) with a personal access token. See developers.weatherfiles.com.
15+
</description>
16+
17+
<target>msvc-wx32</target>
18+
<build-target>msvc</build-target>
19+
<build-gtk></build-gtk>
20+
<target-version>10.0.20348</target-version>
21+
<target-arch>x86</target-arch>
22+
<tarball-url>
23+
https://dl.cloudsmith.io/public/bartmanuel-fgsm/weatherfiles-alpha/raw/names/weatherfiles_pi-0.1.0.0-msvc-x86-wx32-10.0.20348-MSVC-tarball/versions/v0.1.0.0-alpha1/weatherfiles_pi-0.1.0.0-msvc-x86-wx32-10.0.20348-MSVC.tar.gz
24+
</tarball-url>
25+
<info-url> https://developers.weatherfiles.com </info-url>
26+
</plugin>

0 commit comments

Comments
 (0)