Ian Carroll

Results 109 comments of Ian Carroll

Thank you, @meteodave. I can reproduce. It looks like `earthaccess.Store. _download_file‎` implements a simple check for whether the path exists, which is not done in either `earthaccess.Store._get_granules` or `earthaccess.Store._get_urls` when...

That would be awesome @Sherwin-14! If you want, #595 is an adjacent issue. Not essential they be done together, but both involve the download API.

Is there an xarray issue here too? Despite the warnings, zarr3 does read back the StringDType while xarray does not. ```python xr.DataArray( np.array(["hello", "world"], dtype=np.dtypes.StringDType), name="test", ).to_zarr("test_utf8_strings.zarr", mode="w") ``` Reading...

Another one fixed by #733! (And I'm not through yet.)

Hi @zfasnacht1013, Could you provide a code snippet that's giving you timeout errors? I would like to bring it to the attention of the OB.DAAC if it seems that's where...

I'm finding I also need to clone for something more recent than 2024.7.0 to use `--Repo2Docker.platform=linux/amd64`, which I'm finding critical on my new apple-silicon mac.

> While the Poetry "dependency groups" functionality may be more aimed at development workflows, it's not compatible with other tools and in my experience the dominant convention in the ecosystem...

> dropping poetry in favor of hatch, uv, pip Reminder that hatch does not support lock files (waiting for a standard, I believe). > So, where do we want to...

I'm going down the rabbit hole from jupyter-book > sphinx > myst > ??? here, maybe? I'm getting `&` in markdown links that include query parameters. Any workaround?

I thought I had found gold with the discovery of the magic blank line that makes markdown within `` tags render on JLab for these alerts ... and ~~then I...