Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Forecasts with an API

Talk about anything that doesn't fit elsewhere - PLEASE don't put Cumulus queries in here!
prodata
Posts: 317
Joined: Sat 05 Feb 2011 7:13 pm
Weather Station: VP2
Operating System: Windows - all flavours
Location: Littleport, East Cambs, UK

Forecasts with an API

Post by prodata »

Happened across this website today: https://openweather.co.uk/

Maybe it's well-known, but new to me and an interesting example of the new breed of sites that provide forecasts with an API that is not just for those with deep pockets. Notable for being London-based and free to use for low-volume, individual access. In a nutshell: 'OpenWeather provides weather data for any location on the globe using a proprietary ML-powered hyperlocal forecasting model with resolution from 500 m to 2 km, globally.' More detail about the model process at: https://openweather.co.uk/technology.

Now to think how to make use of it. Would be nice to compare actual and forecast values eg temperature over time and apply some machine learning to fine-tune the forecast values, ie kind of like WXSIM but using AI to apply the corrections rather than Tom's careful analysis.
John Dann
Prodata Weather Systems
Littleport, East Cambs, UK
http://www.weatherstations.co.uk
water01
Posts: 3257
Joined: Sat 13 Aug 2011 9:33 am
Weather Station: Ecowitt HP2551
Operating System: Windows 10 64bit
Location: Burnham-on-Sea
Contact:

Re: Forecasts with an API

Post by water01 »

Isn't this the same site that CumulusMX has an interface with called OpenWeatherMap?
David
Image
prodata
Posts: 317
Joined: Sat 05 Feb 2011 7:13 pm
Weather Station: VP2
Operating System: Windows - all flavours
Location: Littleport, East Cambs, UK

Re: Forecasts with an API

Post by prodata »

water01 wrote: Mon 10 Jul 2023 4:30 pm Isn't this the same site that CumulusMX has an interface with called OpenWeatherMap?
Very probably, in which case I'm obviously not up-to-date with this feature. But I guess I'm thinking more of being able to bring the forecast into software (does CMX do this? I'm not aware) and then being able to analyse forecast vs predicted and apply corrections.
John Dann
Prodata Weather Systems
Littleport, East Cambs, UK
http://www.weatherstations.co.uk
water01
Posts: 3257
Joined: Sat 13 Aug 2011 9:33 am
Weather Station: Ecowitt HP2551
Operating System: Windows 10 64bit
Location: Burnham-on-Sea
Contact:

Re: Forecasts with an API

Post by water01 »

No CumulusMX doesn't do that but a number of users including myself provide data to the Site.
David
Image
prodata
Posts: 317
Joined: Sat 05 Feb 2011 7:13 pm
Weather Station: VP2
Operating System: Windows - all flavours
Location: Littleport, East Cambs, UK

Re: Forecasts with an API

Post by prodata »

water01 wrote: Mon 10 Jul 2023 4:50 pm No CumulusMX doesn't do that but a number of users including myself provide data to the Site.
OK, so this is pushing your data to the site in a similar way to WOW, WU etc, rather than pulling in the forecast data.
John Dann
Prodata Weather Systems
Littleport, East Cambs, UK
http://www.weatherstations.co.uk
water01
Posts: 3257
Joined: Sat 13 Aug 2011 9:33 am
Weather Station: Ecowitt HP2551
Operating System: Windows 10 64bit
Location: Burnham-on-Sea
Contact:

Re: Forecasts with an API

Post by water01 »

Yes at 10 minute intervals.
David
Image
User avatar
PaulMy
Posts: 3852
Joined: Sun 28 Sep 2008 11:54 pm
Weather Station: Davis VP2 Plus 24-Hour FARS
Operating System: Windows8 and Windows10
Location: Komoka, ON Canada
Contact:

Re: Forecasts with an API

Post by PaulMy »

Like David, I have the API key and Station ID and am on their map and showing my CMX uploaded data. Haven't figured out what else to do with it though!
John's suggestion would be neat to compare the recent daily forecasts to actual (which I am doing semi-automatic now).

Enjoy,
Paul
VP2+
C1 www.komokaweather.com/komokaweather-ca
MX https://komokaweather.com/cumulusmx/index.htm /index.html /index.php
MX https://komokaweather.com/cumulusmxwll/index.htm /index.html /index.php
MX https:// komokaweather.com/cumulusmx4/index.htm
Image
User avatar
HansR
Posts: 5969
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bookworm
Location: Wagenborgen (NL)
Contact:

Re: Forecasts with an API

Post by HansR »

But it does say:
The model uses a number of data sources - radars, models from global meteorological agencies (e.g., Met Office, NOAA, ECMWF), weather satellites, and a vast network of weather stations.
So if I interpret this well I would say it takes the basis of ECMWF and adjusts it every 10 minutes with weather station data. As such I think it does something like what John asks for CMX:
But I guess I'm thinking more of being able to bring the forecast into software (does CMX do this? I'm not aware) and then being able to analyse forecast vs predicted and apply corrections.
CMX does not do this but I think that site applies the corrections itself and adjusts the model of ECMWF (which is already very good) every 10 minutes on the basis of PWS's of which receives the data.

Not sure if that would improve the predictions btw as PWS's can be very different from the official measurements. Especially wrt wind.
Hans

https://meteo-wagenborgen.nl
CMX build 4017+ ● RPi 3B+ ● Raspbian Linux 6.1.21-v7+ armv7l ● dotnet 8.0.3
User avatar
HansR
Posts: 5969
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bookworm
Location: Wagenborgen (NL)
Contact:

Re: Forecasts with an API

Post by HansR »

It btw is a pretty extensive API returning the forecasts e.g. the 16 day forecast wich supplies basically everything you measure with your PWS and it updates every 10 minutes if I understand it well.

[EDIT:]
prodata wrote: Mon 10 Jul 2023 5:27 pm OK, so this is pushing your data to the site in a similar way to WOW, WU etc, rather than pulling in the forecast data.
No, you can pull the forecast from the site using the API

[EDIT:]
And btw I use a similar but less advanced API (scroll down to: API - Access to xml) in CUtils. For what it's worth.
Last edited by HansR on Mon 10 Jul 2023 6:22 pm, edited 1 time in total.
Hans

https://meteo-wagenborgen.nl
CMX build 4017+ ● RPi 3B+ ● Raspbian Linux 6.1.21-v7+ armv7l ● dotnet 8.0.3
prodata
Posts: 317
Joined: Sat 05 Feb 2011 7:13 pm
Weather Station: VP2
Operating System: Windows - all flavours
Location: Littleport, East Cambs, UK

Re: Forecasts with an API

Post by prodata »

HansR wrote: Mon 10 Jul 2023 6:10 pm No, you can pull the forecast from the site using the API
Yes, that was the main point of my post. It's not easy to find such a service without paying high commercial rates, though I think yr.no may do something similar. But I think other people were confirming that CMX pushes data to the map but does not import the forecast data.
John Dann
Prodata Weather Systems
Littleport, East Cambs, UK
http://www.weatherstations.co.uk
User avatar
HansR
Posts: 5969
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bookworm
Location: Wagenborgen (NL)
Contact:

Re: Forecasts with an API

Post by HansR »

prodata wrote: Mon 10 Jul 2023 6:19 pm But I think other people were confirming that CMX pushes data to the map but does not import the forecast data.
Yes
Hans

https://meteo-wagenborgen.nl
CMX build 4017+ ● RPi 3B+ ● Raspbian Linux 6.1.21-v7+ armv7l ● dotnet 8.0.3
Mapantz
Posts: 1822
Joined: Sat 17 Dec 2011 11:55 am
Weather Station: Davis Vantage Pro2
Operating System: Windows 11 x64
Location: Dorset - UK
Contact:

Re: Forecasts with an API

Post by Mapantz »

It would be pretty cool if CMX did have something like this implemented?! A current conditions icon and text, with a 3 day outlook.. :D
Image
prodata
Posts: 317
Joined: Sat 05 Feb 2011 7:13 pm
Weather Station: VP2
Operating System: Windows - all flavours
Location: Littleport, East Cambs, UK

Re: Forecasts with an API

Post by prodata »

Mapantz wrote: Mon 10 Jul 2023 7:24 pm It would be pretty cool if CMX did have something like this implemented?! A current conditions icon and text, with a 3 day outlook.. :D
Yes, indeed. But I think one problem might be whether it could be done via just a single account at openweather, though maybe they might be open to discussion for a worthwhile cause like CMX. but another alternative might be for individual users to have their own (free) account and then requests for forecast data would be made via their own individual credentials.
John Dann
Prodata Weather Systems
Littleport, East Cambs, UK
http://www.weatherstations.co.uk
broadstairs
Posts: 774
Joined: Thu 14 Aug 2008 7:17 am
Weather Station: Ecowitt GW1003/GW1103/GW2000
Operating System: Windows 7 and Linux
Location: Broadstairs, Kent, UK
Contact:

Re: Forecasts with an API

Post by broadstairs »

I am a tad puzzled by this site as so far I've not found out how to sign up for a free account. I must admit I'm not a fan of providing my data to commercial organisations with nothing in return so I will not be doing that.

One thing I should point out is that WXSim now has the capability to use free ECMWF data as well as the GFS data it has always used. In my experience use of this ECMWF data has improved my WXSim forecasts although the mix ratio has not yet been completely settled on.

Stuart
Mapantz
Posts: 1822
Joined: Sat 17 Dec 2011 11:55 am
Weather Station: Davis Vantage Pro2
Operating System: Windows 11 x64
Location: Dorset - UK
Contact:

Re: Forecasts with an API

Post by Mapantz »

broadstairs wrote: Mon 10 Jul 2023 9:24 pm I am a tad puzzled by this site as so far I've not found out how to sign up for a free account.
https://openweathermap.org/
Image
Post Reply