Feature: Improve geometry file handling
Description
Use Dataset filtered by file name instead of metadata labels.
Breaking changes
Input schema is changed: "airfoil_label" is changed to "airfoil_geometry_filename"
Contents (#3)
New features
- Use file path instead of label to fetch geom file.
- Specify geometry as dictionary in the input
Enhancements
- Silent mode
- Use manifest and dataset filter
- Introduce aerofoil geometry schema
- Raise NotImplementedError
Refactoring
- Code clean-up
Testing
- Update deployment test
- Update tests to a new schema
- Test new feature