/alfred-atmos

Alfred workflow to query a python port of Matlab's atmosisa function.

Primary LanguagePythonOtherNOASSERTION

Atmos

An Alfred workflow to find temperature, speed of sound, pressure, and density at queried altitude, acording on International Standard Atmosphere model.

Basically a python port of Matlab's atmosisa.

Usage

  • atmos <query> — Show values for altitude . Defaults to meters, but if query ends in f or ft, the proper conversion is made.
    • or ⌘+<NUM> — Copy result to clipboard
  • atmoshelp — Describe values.

Demo

Demo

Licencing, thanks

This workflow is released under the MIT licence.

This workflow uses the Alfred-Workflow library, which is also released under the MIT licence.

Changelog

1.0.3

  • Added units
  • Added output description with atmoshelp.

1.0.2

  • Added clipboard paste

1.0.1

  • First release