David Stuebe

Results 8 issues of David Stuebe

Suggest you implement __hash__ to allow use as a dictionary key. I am getting the following issue using ULID as a custom type in a SqlAlchemy Model. ``` if key...

I have observed that I only get about 3-10% cpu use per python process while running MultiZarrToZarr. ``` Tasks: 10 total, 1 running, 9 sleeping, 0 stopped, 0 zombie %Cpu(s):...

It seems [NCEP](https://github.com/NOAA-EMC/NCEPLIBS-grib_util/issues/293) add several custom encodings to the WMO Grib2 standard that the CFGRIB library can't decode. In the [HRRR SubHourly product](https://www.nco.ncep.noaa.gov/pmb/products/hrrr/hrrr.t00z.wrfsubhf02.grib2.shtml) the Step is encoded as a range...

[Here is an example](https://gist.github.com/emfdavid/c4f4e0573444944b3161430d24998c07) of the current behavior of version_aware file systems and open files in GCSFS. I would have expected a version_aware file system to pin the generation of...

Is there a way to log the size of the serialized task (and the result - this is usually more obvious/less changeable)? It would be great to have the ability...

Whats the issue?

Please allow using custom Path subclasses such as [UPath](https://github.com/fsspec/universal_pathlib/tree/main) Here is an example ```python import logging from pathlib import Path from typing import Annotated, Optional import typer from upath import...

feature

# Zarrita v3 String Data Type Bug ## Issue Summary **zarrita 0.5.4 fails to read Zarr v3 arrays with `data_type: "string"` even though it includes the vlen-utf8 codec.** ## Error...