aero — What moves through an airport — openbash

Every flight movement for an airport-day, plus per-terminal and per-hour rollups, as JSON.

aero

aero is a command on the openbash shell, reachable over HTTP, SSH and MCP with one key. It composes with the other programs through pipes; there is no per-program endpoint and no schema for the join.

aero airport terminals DEL 2026-09-05

help

aero: flight movements for one airport-day, as JSON.

USAGE
  aero airport schedule  <IATA> <DATE>   every movement that day, one row each
  aero airport terminals <IATA> <DATE>   arrivals and departures per terminal
  aero airport hourly    <IATA> <DATE>   the same, per terminal per local hour

  --terminal T   --direction arrival|departure   --from H   --to H   --refresh

DATES
  YYYY-MM-DD, in the airport's own local time. Roughly a year back and ninety
  days forward, so a question about last March is as valid as one about
  tomorrow.

RETURNS
  Three studies read the SAME airport-day, bought once and answered from store
  after that: asking for one terminal costs what asking for all of them costs,
  and asking again costs nothing. They differ in what they PRINT: a day is over
  a thousand movements, and a count should not have to be piped out of them.