function github The above item reported data errors
Wrong position
order_unique = lambda a: [a[i] for i in sorted(np.unique(a, return_index=True)[1])]data_folder = order_unique(data_folder)data_keys = order_unique(data_keys)assert(len(data_folder)), f'No datasets found for {products} within {data_path}/*/{sensor}'assert(len(data_keys)), f'No variables found for {products} within {data_path}/*/{sensor}'
The content of the error report
AssertionError: No datasets found for ['chl'] within D:\Data\Insitu/*/OLI
I don't quite understand the path /*/ It means
I hope someone who understands can answer it. Thank you very much