Skip to content

Instantly share code, notes, and snippets.

@tarakanbg
Created January 25, 2013 13:39
Show Gist options
  • Save tarakanbg/4634531 to your computer and use it in GitHub Desktop.
Save tarakanbg/4634531 to your computer and use it in GitHub Desktop.
icao = "lowi"
icao.notams # => returns an array containing all NOTAMs for Innsbruck airport
"lowi".notams # => same as above
icao = "lqsa,lqsb"
icao.notams # => returns an array containing all NOTAMs for Sarajevo Airport and Bosnia and Herzegovina FIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment