This is a simple piece of software written in go which can download aviation charts from various sources to your local machine. The primary reason I created this was to automate downloading charts to the FlyByWire A32NX efb.
- Make sure you have a recent version of the go compiler downloaded
- Open a terminal and run
git clone https://github.com/XavierC713/chart-downloader.git
- cd into the newly created directory
- Run the application using
go run .
- Follow the prompts