Kristen Thyng

Results 355 comments of Kristen Thyng

I reran my original test for the 24 year reference file with `chunks=None` to avoid dask for the subchunked file. (I had tested both on the 1 year case and...

Here is a profile run for each of the 24 year cases: [profs.zip](https://github.com/user-attachments/files/18542619/profs.zip)

Your docs do still note `list(cat)` as a way to go, for example in https://intake.readthedocs.io/en/latest/walkthrough2.html#slightly-less-simple. I did go through that workflow (as you saw in https://github.com/intake/intake/issues/813) to set catalog entries...

For a different catalog I am writing, `list(cat)` is populated. Here is the code to write the catalog: ``` cat = intake.entry.Catalog() for file in files: datatype = intake.datatypes.recommend(str(file))[0] data...

Ok you are saying that the keys and the aliases are equivalent right? And I see in the catalog the aliases are empty at the top. So this is the...

See what you think here: https://github.com/intake/intake/pull/815 I'm sure it doesn't cover the range of possibilities, but it is something at least!

Hi @lionel42 and thanks for your submission! I am looking for some specific items to make sure your submission fits our requirements at a high level (not at the more...

@lionel42 * Can this be released to PyPI? * Please reduce to length of your paper to up to about 1000 words (it is about 1770 words currently). Paper format...

> Yes, I just setup the github action to release to pypi: https://pypi.org/project/emiproc/#description Great! I see it there. Please update your installation instructions too.