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

The self hosted avwx-api returns more than one METAR or TAF at once. #30

Closed
yjmp14 opened this issue Oct 23, 2023 · 1 comment
Closed

Comments

@yjmp14
Copy link

yjmp14 commented Oct 23, 2023

Example:
curl 'http://127.0.0.1:8000/api/metar/KLAX?filter=raw'

{
  "meta": {
    "timestamp": "2023-10-23T08:14:09.900113Z", 
    "stations_updated": "2023-10-01"
  }, 
  "raw": "KLAX 230753Z 17006KT 10SM FEW012 BKN016 BKN028 17/16 A2976 RMK AO2 SLP076 T01720156 402280139 $ KLAX 230653Z 24007KT 10SM SCT012 BKN015 BKN075 18/16 A2977 RMK AO2 SLP079 T01780156 $"
}

Note there are two METARs combined at one single line in the returned result, which is unexpected.

@devdupont
Copy link
Collaborator

Fixed after updating avwx-engine 1.8.24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants