aero_table_conversion.py#
- aviary.utils.aero_table_conversion.AeroDataConverter(input_file=None, output_file=None, data_format=None)[source]
This is a utility class to convert a legacy aero data file to Aviary format. There are two options for the legacy aero data file format: FLOPS and GASP. As an Aviary command, the usage is: aviary convert_aero_table -F {FLOPS|GASP} input_file output_file
- class aviary.utils.aero_table_conversion.CodeOrigin(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]
Bases:
Enum
- FLOPS = 'FLOPS'
- GASP = 'GASP'