Skip to content

Instantly share code, notes, and snippets.

@ablyler
Last active January 23, 2019 23:29
Show Gist options
  • Save ablyler/964982 to your computer and use it in GitHub Desktop.
Save ablyler/964982 to your computer and use it in GitHub Desktop.
Create alias that outputs the current local METARs for the Ann Arbor, MI Area
alias metar="curl -s https://aviationweather.gov/adds/dataserver_current/httpparam\?dataSource\=metars\&requestType\=retrieve\&format\=xml\&stationString\=karb,kozw,kyip,kdtw,ktol,kttf,klan,koeb,kjxn,kgrr,kphn,kazo,kmui\&hoursBeforeNow\=1\&mostRecentForEachStation\=true | xml2 | grep 'raw_text' | awk -F\\= '{ print \$2 }'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment