joergschultzelutter / mpad

Multi-Purpose APRS Daemon (MPAD)
GNU General Public License v3.0
51 stars 5 forks source link

METAR: new link to //aviationweather.gov #18

Closed DF1CHB closed 7 months ago

DF1CHB commented 7 months ago

Hi,

Looks like the new link is https://aviationweather.gov/cgi-bin/data/metar.php?ids=EDDL&hours=0&order=id%2C-obs&sep=true

joergschultzelutter commented 7 months ago

Thanks for the heads-up!

For documentation purposes: the new URL is https://aviationweather.gov/cgi-bin/data/metar.php?ids=EDDL&hours=0&order=id%2C-obs&sep=true&taf=true

joergschultzelutter commented 7 months ago

Fixed version is up and running, release 0.41 fixes the issue. Thanks again for the heads-up! 73!

DF1CHB commented 7 months ago

I guess the same issue is affecting WXBOT & WXYO: if you know how to get in touch maybe you could relay this info?

Usage question: when i send EDDL i am getting both METAR & TAF, how to restrict to METAR only?

73

joergschultzelutter commented 7 months ago

Well, I am aware of the following sites:

I am not in touch with any of these developers, though. Martin might respond to contact requests via e.g. qrz.com.

Regarding the "METAR & TAF" question: Yes, current behavior is that whenever you send the airport code or use the "metar" command, the full set of data is returned. I could amend the behavior in multiple ways:

Any preference(s)?

DF1CHB commented 7 months ago

I’ll rather go with option 2 aka « FULL ». The idea behind is when going Robust Packet APRS on HF, the speed is 200 or 600 bd… most of the time the shorter is the better on HF 😉

Thank-you for being openminded 😊

joergschultzelutter commented 7 months ago

No worries 😄 . I might apply that FULL keyword logic to wx reports as well. Maybe there is also room for some generic TAF keyword, too. But I need to check how the main program's parser is going to behave when being confronted with these extra keywords.

This will take a few days to implement (thanks to being snowed-under at work) but should be rather easy to code. I'll create a separate open issue for this task.

joergschultzelutter commented 7 months ago

Hey there, I have deployed a new release to Github (and also to my live instance). Changes:

I guess / hope that this option should satisfy all users and still makes it easier for them to select the actual content that they want to see.

Hope this helps 😄