Deepak Cherian
Deepak Cherian
We'd happily take a PR implementing the suggestion above following CF-conventions. > Looking at the dtype for `add_offset` and `scale_factor` does seem like a much cleaner way to handle this...
Hi @apkrelling thanks for offering to help! I think we can still add more domain-specific examples for meteorology and oceanography. @rabernat had some plans for this, maybe he can describe...
@hafez-ahmad can you ask this question in Discussions? https://github.com/pydata/xarray/discussions
We've started discussing how to reorganize the xarray-tutorial repository here: https://github.com/xarray-contrib/xarray-tutorial/issues/53 . Comments are welcome!
I guess we could take a PR to change ``` python if "units" in attrs and attrs["units"] in TIME_UNITS: ``` to ``` python if "units" in attrs and isinstance(attrs["units"], str)...
It is checking to see if we can decode it as a time variable
I think this is now fixed by #7085 (thanks @ghislainp )
Hmm... doesn't seem like we can do this yet: ``` Package Required Policy Status ----------------- -------------------- -------------------- ------ python 3.8 (2019-10-14) 3.8 (2019-10-14) = boto3 1.13 (2020-04-30) 1.18 (2021-07-15) <...
Looks like we can bump a bunch of others if you're up for it :)
> Do you have any idea why mamba fails to resolve the environment (for min-all-deps)? With netcdf4=1.5.3 it fails for some python dependencies and with 1.5.4 it fails to find...