xarray-tutorial
xarray-tutorial copied to clipboard
Xarray Tutorials
Bumps pangeo/base-image from 2024.06.28 to 2024.07.08. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
I think it's more impressive if users can try out the slider.
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.2 → 24.10.0](https://github.com/psf/black/compare/24.4.2...24.10.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/7.0.0...7.1.1)
Based on discussion in #82 - [x] adds underlines to linked code docs - [x] does some mapping to xarray api Lots of warnings! Would need to add lots of...
https://tutorial.xarray.dev/fundamentals/03.1_computation_with_xarray.html#applying-arbitrary-functions ```pytb --------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[6], line 1 ----> 1 np.nan_to_num(ds.sst, 0) File ~/miniforge3/envs/xarray-tutorial-v1/lib/python3.12/site-packages/numpy/lib/_type_check_impl.py:460, in nan_to_num(x, copy, nan, posinf, neginf) 366 @array_function_dispatch(_nan_to_num_dispatcher) 367 def nan_to_num(x,...
Navigating Xarray backends (`engine="rioxarray"`) when using `xr.open_dataset()` can be confusing. One way to help clarify is by guiding the user through determining if the engine they need exists and is...
It's a minor issue, but I just noticed that: 1. dependabot updates the docker image for codespaces 2. precommit automatically adds a commit to remove end-of-line space 3. dependabot adds...
Bumps pangeo/base-image from 2024.06.28 to 2024.08.18. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
This PR would add a notebook demonstrating how to build a custom index to the tutorial. It is loosely based on the [how to create a custom index page](https://docs.xarray.dev/en/latest/internals/how-to-create-custom-index.html#how-to-create-a-custom-index) (which...
Options for different protocol layers are passed by the name of the protocol, so it should be `simplecache` instead of `filecache`.