Clay
Clay
### What is your issue? When reading a netCDF dataset with `decode_cf` and `mask_and_scale` set to `True`, Xarray uses the `scale_factor` and `_FillValue`/`missing_value` attributes of each variable in the dataset...
Hi, this looper is super cool! It's all working great for me, except when I try to use `qtrigger`. If I write my code as such: ```haskell linput = pI...
Adds the option --regrid to the aggregator CLI. The value passed will determine the size of a regular grid to regrid the data to after aggregation. Data is first aggregated...
Feels like a bit of a stupid question, but while conda/mamba/micromamba aren't listed in the README as supported, I can see that there's code handling them in pet.el. I tried...
This pull request aims to reimplement the reading/merging logic for swath and cell files in the structure established by `MultiFileHandler`/`ChronFiles`/etc in the `file_handling` module. On this commit, readers for cell...
Hi, I've just set up quarto-mode in my Doom Emacs config by including `(package! quarto-mode)` and the other dependencies in my `packages.el`, and then `(use-package! quarto-mode)` in my `config.el`, as...
Currently, there is no way to pass a list of filenames to the level 1/2 readers in `eumetset`. One can only use the `file_handling` interface by passing a path to...