We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow requesting METARs from multiple ICAO's by parsing and requesting data for each given ICAO in turn.
e.g.
py metar.py EGPF EGLL
Extended functionality may include different time ranges for each airport.
py metar.py EGPF 11:00 12:00 EGLL 13:00 15:00
startTime=1100
endTime=1200
startTime=1300
endTime=1500
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Allow requesting METARs from multiple ICAO's by parsing and requesting data for each given ICAO in turn.
e.g.
py metar.py EGPF EGLL
Extended functionality may include different time ranges for each airport.
py metar.py EGPF 11:00 12:00 EGLL 13:00 15:00
startTime=1100
andendTime=1200
startTime=1300
andendTime=1500
The text was updated successfully, but these errors were encountered: