This tool will convert FAA MVA and MIA charts to the sector file format for use on networks like VATSIM.
The XML files can be downloaded from the FAA's website at https://www.faa.gov/air_traffic/flight_info/aeronav/digital_products/mva_mia/
Do not use for real world flight navigation.
- .NET Core 3.1 or newer
-
Download the XML file from the FAA's website (link above).
-
Execute the following in a command prompt:
FaaMvaToSectorFile.exe full\path\to\mva.xml MAP_NAME
You can optionally provide a third argument to specify the color keyFaaMvaToSectorFile.exe full\path\to\mva.xml MAP_NAME COLOR_KEY
-
The tool will parse the XML file and save the results in a
.txt
file in the same folder asFaaMvaToSectorFile.exe
A compiled exe binary of this tool can be downloaded from the Releases section of this repository. Alternatively, you can build the project yourself.
This project is licensed under the GPLv3 License.