September 17, 20205 yr Hi all— if you're a weirdo like me and prefer to work with the command line, you may be interested in this suite of CLI tools I've made for flight sim planning, called Icarus. DL link: https://github.com/musurca/Icarus Using Icarus from the command line, you can: * quickly pull up information about runways, navaids, LOC/DME freqs, etc. * download all published charts for an airport * get a current METAR * get a correct magnetic heading and distance from one navaid to another * download and decode/expand airport remarks * find the shortest route between two points, given the maximum range of your aircraft * calculate wind aloft * etc. I started putting this together a few months ago for my own use, but as it expanded I decided to make it available for everyone. If you end up using it, let me know what you think! Comments / suggestions always welcome.
September 20, 20205 yr works fine , but in airportinfo.bat python command is python, not python3. Maybe depends of version.
September 21, 20205 yr Author On 9/19/2020 at 10:42 PM, b-timi said: works fine , but in airportinfo.bat python command is python, not python3. Hi @b-timi, thanks for checking it out. Not entirely sure what you mean here. Does running python3 not work on your system? On most systems "python3" is aliased to the path of the Python 3 "python" executable—in order to distinguish it from Python 2, which is still widely used and often installed simultaneously. On many systems, "python" defaults to Python 3 but sometimes it doesn't, so I'm using "python3" to make sure the right version is being used.
Archived
This topic is now archived and is closed to further replies.