-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
API Being retired? #29
Comments
Argh that is...not good. Does not per se say the whole API. Might be good if weather interested people start gathering resources and info here.... |
If I find an alternative source, will post here. |
Can confirm. It's pissing down in Melbourne right now and the radar on my Home Assistant display is clear. 😞 |
The API (i.e. for data) is still working, at least. As is the old FTP based radar (so my Kodi addon is fine still). But the pages are gone...and I guess the new tile radar too then :( |
The api for the weather forecasts and observations are not affected, but the radar tiles have been update/moved to a new location. |
I have a rooted Android phone and I need to spin up |
Ah, wondered where all the clouds had gone. If only.. (Melbourne weather joke etc etc) |
Can't you just get the API key for PowerPal from the app? I signed up for their pro device beta thing at it shows up there - maybe they could just give you your key if you ask? |
@Line-Noise if you can do the mitm stuff that would be awesome. Basically I am looking for the new schema for the tiles. Before they removed them the urls looked like this.
Where the various bits in {} specify exactly the tile you want. I doubt that much has changed, probably the main part of the url and possibly the order of the parameters. |
Yeah, apparently if you were part of the beta you can. But I'm not so can't. No worries. I've got it now! |
It looks like BoM are using mapbox.com now. The URLs are in the form of:
. . . plus an API access token appended which I won't post here. It returns a protobuf. I assume you'd need to use the Mapbox SDK to extract the tile data out of the protobuf file. However I can change I'm happy to privately send you the mitm dump if you want to look at it yourself. |
Same here for today in Melbourne as well. |
switch to using rainviewer option as the source |
Is the rainviewer rain radar data accurate? I tried their app and it shows vastly different radar pictures if you choose one radar over another. |
It seems accurate to me. It was pissing down here yesterday and the eye of the storm on the radar was right overhead. |
Never mind me. I think it may have been one of the radars on the RainViewer app not working. You can click a radar location and one of them (Sydney) had no rain over Sydney, whereas the other (Woollongong) had a large amount of rain.
… On 24 Mar 2023, at 10:09 am, DavidFW1960 ***@***.***> wrote:
Is the rainviewer rain radar data accurate? I tried their app and it shows vastly different radar pictures if you choose one radar over another.
It seems accurate to me. It was pissing down here yesterday and the eye of the storm on the radar was right overhead.
—
Reply to this email directly, view it on GitHub <#29 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AGOQS6EBZJ2E4IWFAXKYIYTW5TJ4DANCNFSM6AAAAAAUYN4OJ4>.
You are receiving this because you commented.
|
I managed to decode the new api calls. The bad news is that they have completely changed how they deliver radar tiles (now encoded vectors instead of png tiles). This means that to get it working again with BOM data will require a total rewrite of the card, which unfortunately will not happen any time soon. |
Closing in favour of #32 Please follow the progress on the new version of the card and if you are a dev I could use some help. Especially if you have experience with typescript (I find it to be a battle as I normally do backend stuff). |
I see the BOM page now has a banner: "This page will be retired on 14 March 2023"
I believe the API used for the map tiles will also be retired. Have you heard of any alternative APIs they will be providing?
The text was updated successfully, but these errors were encountered: