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

Handle multiple ICAO parameters #1

Open
SmCTwelve opened this issue Dec 11, 2017 · 0 comments
Open

Handle multiple ICAO parameters #1

SmCTwelve opened this issue Dec 11, 2017 · 0 comments

Comments

@SmCTwelve
Copy link
Owner

SmCTwelve commented Dec 11, 2017

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

  1. Parse into individual request strings; 'EGPF' and 'EGLL'
  2. Request METAR for EGPF
  3. Request METAR for EGLL
  4. Print results, in order.

Extended functionality may include different time ranges for each airport.

py metar.py EGPF 11:00 12:00 EGLL 13:00 15:00

  1. Parse into individual requests; 'EGPF 11:00 12:00' and 'EGLL 13:00 15:00'
  2. Request METAR for EGPF with startTime=1100 and endTime=1200
  3. Request METAR for EGLL with startTime=1300 and endTime=1500
  4. Print results, in order.
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

1 participant