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 inf
orft
, the proper conversion is made.↩
or⌘+<NUM>
— Copy result to clipboard -atmoshelp
— Describe values.
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