The current package does not provide example data while the main app below requires input_directory
def main():
args = create_parser()
if args.input_directory is None:
args.input_directory = Path.cwd()
grid, input_data = load_input_signals(args.input_directory)