Kristen Thyng

Results 36 issues of Kristen Thyng

Hi! I have some model output I am trying to serve with `xpublish` (and `xpublish-host` and `kerchunk`). This model output has compression, and when I try to access it through...

Hi! I am hitting a memory problem I think due to what the [docs](https://xoak.readthedocs.io/en/latest/_api_generated/xarray.DataArray.xoak.sel.html) describe for `xoak.sel` of "This triggers dask.compute() if the given indexers and/or the index coordinates are...

Changes include: * accessor optionally takes in a "distances_name" str with which to name the new variable in results to store calculated distances from query() * query() now returns distances...

Hi! I've been trying to convert an existing dimension in my ROMS model output file (e.g. eta_rho) into a coordinate when generating the `MultiZarr` output. This would allow me to...

Hi! Looks like a new required package was not included in the package requirements since the conda-forge release is not working: https://github.com/conda-forge/podaac-data-subscriber-feedstock/pull/12#issuecomment-1928588474

Is there a way to modify the metadata for catalog entries that already exist? Modifications I make are ignored and the workaround I tried didn't worked so far (making a...

Sorry to open so many new issues! I have another question. I am working with [intake-erddap](https://github.com/axiom-data-science/intake-erddap) for the first time with intake v2. It still works fine, except in my...

Sorry if this is in the docs, it is hard to search for alongside the v1 docs. I used a function to transform my dataset (`parse_the_dates`). I see the name...

Hi again, sorry for all the questions. I'm used to using ``` list(cat) ``` to see the entries of the catalog, but I am getting an empty list out. I...