Ability to save generated data tables
Desired capability or behavior.
Aviary often generates data which would be helpful to easily extract for viewing and have the option to save to a file. Some examples include aerodynamic results (such as drag polars) or engine decks after processing/scaling.
Suggested implementation: write a util function that can be utilized by the subsystem reports to take data that is compatible with
write_data_file(), display that data table in the report (perhaps collapsible), and have a button to save that data to a .csv
We'll have to think more about choices such as whether or not this data should be scaled, and how we clearly communicate that to the user.
Is your feature request related to a problem? Please describe.
No response
Associated Bug Report
No response
Issue #490 says that we need to document clearly about the tables. So, before we work on this issue, we need to do a better job in documentation.