Norman Fomferra
Norman Fomferra
@VPriemer Was this a first, fresh install of Cate or has e.g. Cate 1.0 already been installed before?
And have you tried other "user defined" installation options, e.g. changing the target installation directory?
@VPriemer About to release dev12. Please report if problem persists.
I am currently working in an ESA project in which one of the task is to push the specifications of possible data cube APIs and data models. If ZARR goes...
This is exactly what I'm searching for.
Hi there! We use a very simple spec for multi-resolution Zarrs for efficient visualisations since several years: https://github.com/dcs4cop/xcube/blob/master/docs/source/mldatasets.md Also here, higher decimations represent lower zoom levels. Basically it is a...
@shoyer, I'd volunteer for a PR, should you agree extending `Dataset.to_zarr` in a backward compatible way: ```python def to_zarr(self, ..., encode_cf: bool = True): ... ```
Related code: https://github.com/koxudaxi/datamodel-code-generator/blob/ab2fb6ddc04f45ad04a2726f37134a307c9532de/src/datamodel_code_generator/parser/base.py#L1110-L1118 Related issue: #1480