Julius Busecke

Results 532 comments of Julius Busecke

Hmm fixing pandoc did not work... Trying to update to python3.9.

I think the key function is already using [dask_image](https://github.com/ocetrac/ocetrac/blob/c632982bf0bbae217cc02f737f772fdd5f9bb485/ocetrac/model.py#L195-L209). I was trying to wrap everything 'leading up' to that into a wrapper and just throw map_blocks on it, but I...

> There might be bottlenecks from the fact that the binary closing and opening is not dask-ified though. The binary stuff is already dask enabled. The tests in #16 currrently...

Yes, but that is wrapped in `apply_ufunc` [here](https://github.com/ocetrac/ocetrac/blob/df6aaa67b01af7983efdc53cf33e2cf03871e894/ocetrac/model.py#L144-L149). Does that clear it up?

Ahhh, sorry for the misunderstanding. I think this might become relevant for future functionality (detecting 3d features?), but at this point, my main concern is to avoid triggering a full...

Hi @hdrake. Unfortunately I personally do not have the bandwidth at this point to support ocetrac actively and am pretty out of the loop here. I hope @hscannell might be...

Are we actually testing/catching this? I might have overlooked this in the tests. Otherwise I would keep this open, I can try to implement a test soon.

Hey @ahuang11, first of all many thanks for this awesome package! I just wowed people at the globally distributed [km-scale-hackathon](https://www.wcrp-esmo.org/activities/wcrp-global-km-scale-hackathon-2025) with this video: https://www.youtube.com/watch?v=DwQJ-eYHQvc I did have to use a...

It worked! I love anything that involves cf-xarray and xgcm haha. Do I understand correctly that this would not require the implementation of a new method in xgcm transform? Or...

🎉 That is wonderful! @AndrewILWilliams if you get a working example of this running, I would love to include that in the xgcm docs!