Results 8 comments of JohnMrziglod

Thanks @gerritholl for opening this issue. xarray support --------------- I started to build spareice.datasets on xarray but I ran into some trouble hence I wrote my own Array and ArrayGroup...

RegEx support --------------- You are right. So far `generate_filename` only uses temporal placeholders. I thought about implementing user-defined placeholders but I have not had the time to do it. What...

I like your idea of stating the limitations and features of the packages. typhon.spareice.datasets ================== Limitations ----------- - No RegEx support for parsing additional information from filenames - No RegEx...

I moved this discussion into a new project (https://github.com/atmtools/typhon/projects/1?). Are you okay with that?

Dear @gerritholl , I had a deeper look into your modules (especially tovs.py and models.py) and I think it might be surprisingly easy to use them with my Dataset class....

> As a regex example, an example of a HIRS filename is 'NSS.HIRX.NJ.D99127.S0632.E0820.B2241718.WI.gz'. I describe that with the regex `r"(L?\d*\.)?NSS.HIR[XS].(?P.{2})\.D(?P\d{2})(?P\d{3})\.S(?P\d{2})(?P\d{2})\.E(?P\d{2})(?P\d{2})\.B(?P\d{7})\.(?P.{2})\.gz"`. Out of those, the parts B and station are present...

@olemke and @lkluft , I would like to test the file handler of MHS, etc. Do you know a good way of doing this? For instance, is it possible to...

I like this idea of separation. But wouldn't it be more consistent to move all test scripts and files (i.e. typhon/tests) to that repository?