Justus Magin
Justus Magin
I brought this up in the meeting yesterday. In short, removing or overriding the `filters` explicitly, or clearing `encoding` entirely are the only options we have at the moment. See...
sure, postprocessing the individual files is not too difficult, and I'll do that for now. However, since the files I investigated are from multiple sources (I think?) it might be...
right, that makes sense. I was thinking that rather than postprocessing the output of `.translate()` it would be much easier to postprocess with the variable's `zarr` object, but of course...
should this have been closed by #181?
it took me a while, but I've started drafting a STAC extension: [moving-features](https://github.com/keewis/moving-features/) (work-in-progress, in particular the json schema does not exist yet). Since I don't have a use case...
I think I need to understand your plans a bit better to be able to comment on them. In particular, I'd like to understand how you imagine the delegates to...
If I understand correctly, then, you're planning to move (and refactor) the code that is currently in the registry to the default formatter object. With the effect that instead of...
can you post the value of `xarray.open_dataset("BIG_FILE_packed.nc").ssrd.encoding`?
> And what you would like is something like essentially, though to be even more specific, what I meant was ```python cluster = PBSCluster(job_max_cores=28, job_max_memory="115GiB", worker_threads=2, worker_memory="15GiB") cluster.scale(14) ``` >...
okay, turns out I seriously misunderstood what `*by` does... I was assuming I would need to pass a `DataArray`, but it seems that's only true for `isbin=False`. For `isbin=True` it...