Julius Busecke
Julius Busecke
I need to write [this section](https://github.com/jbusecke/xarrayutils/blob/81f8c3882702f71378e43ee4b965a343a7fe5b2c/xarrayutils/plotting.py#L132-L136) more flexible. It currently fails with: ```python fig, axarr = plt.subplots(ncols=2) ls_kwargs = {'x':0.1} letter_subplots(axarr,**ls_kwargs) ``` ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last)...
The newer python versions did not work. I should have read the older issues hehe. EDIT: I am tired, too much vibe coding for today. Will try to fix this...
I have started an implementation here by simply following through the code and adding `decode_timedelta` wherever `decode_times` was passed along. I noticed that the type hints only allowed for `bool|None`...
I just refactored some code to use v2 of virtualizarr and with that probably updated my xarray dependencies too. I am now getting: ``` [/home/jovyan/mursst-icechunk-updater/.venv/lib/python3.12/site-packages/virtualizarr/xarray.py:341](https://hub.openveda.cloud/user/jbusecke/lab/tree/mursst-icechunk-updater/notebooks/mursst-icechunk-updater/.venv/lib/python3.12/site-packages/virtualizarr/xarray.py#line=340): FutureWarning: In a future version,...
@norlandrhagen and I just came across what we believe is a bug when I manually set variables as coordinates on a virtual dataset. To recreate I am taking a single...
In https://github.com/xgcm/xgcm/pull/635 i described a technique that can be used to conservatively transform data from one depth grid to another. The idea is simply to multiply the concentrations by the...
I admit this was 100% Google Gemini, but it seems to work! Currently integration testing over at https://github.com/leap-stc/cmip6-leap-feedstock/pull/211. - [ ] Needs tests. Overlaps with https://github.com/pangeo-forge/pangeo-forge-recipes/pull/783 - [ ] Rework...
- [ ] If we decide to not merge, submit a smaller PR with https://github.com/pangeo-forge/pangeo-forge-recipes/pull/783#discussion_r1831359173
This is a first start towards building an icechunk opener for earthaccess (see https://github.com/nsidc/earthaccess/discussions/1132 for context). This PR depends on #1154 ~~This is still very rough and might change a...
**NOT READY FOR DEEP REVIEW YET** I have started to implement the CMR crawl script from [](https://github.com/nsidc/earthaccess/pull/1135#commits-pushed-250b287) as a new module here. I will continue to build on this and...