Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metar not showing #473

Open
jetman104 opened this issue Nov 17, 2024 · 4 comments
Open

Metar not showing #473

jetman104 opened this issue Nov 17, 2024 · 4 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@jetman104
Copy link

A METAR report is not showing on some airports even thou there a valid METARS existing. Exampe EDDL und EDLW.
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@kebekus kebekus self-assigned this Nov 17, 2024
@kebekus
Copy link
Member

kebekus commented Nov 17, 2024

@jetman104 Thank you for your report. At the moment, Enroute downloads METARs only for airfields near your flight route. This is different for NOTAMs because METARs change so quickly, which would result in a huge number of downloads... The METAR report for EDLW will probably become visible a few moments after you add EDLW to your flight route.

I understand that this may cause confustion, and I will discuss with the development team if we can somehow avoid that.

@kebekus kebekus added the enhancement New feature or request label Nov 17, 2024
@jetman104
Copy link
Author

Thanks for your quick answer, Stefan. A possible solution could be to leave everything as is, but put a METAR link on the airport Page, which will be fed according to your present alghorism, and, when clicked and no data available yet, the METAR report will be uploaded. Thank you very much for your effort, I love ENROUTE NAVIGATION!

@charlylima
Copy link
Contributor

Sometimes it happens that, after you add an airport to the Route, the METAR is already shown on the Weather view, but not yet in the Airport view. Maybe some update mechanism in the code is missing.

Example:
Add EDDH Hamburg to your Route.
Look at the Weather view. METAR is shown.
Look at the Airport view. METAR is not shown.

@kebekus kebekus added the bug Something isn't working label Nov 22, 2024
@kebekus
Copy link
Member

kebekus commented Dec 25, 2024

Dear all, I will work on this issue next. This will take a while because it involves some non-trivial changes to our infrastructure and the METAR-providing code.

As a start, I wrote a script that generates a list of the ~10,000 known METAR stations worldwide, puts it up for download on our server, and updates it weekly. The app can later use the list to avoid asking for METAR from airfields without METAR stations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants