xarray-tutorial icon indicating copy to clipboard operation
xarray-tutorial copied to clipboard

Xarray Tutorials

Results 38 xarray-tutorial issues
Sort by recently updated
recently updated
newest added

Bumps pangeo/base-image from 2024.02.02 to 2024.02.21. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pangeo/base-image&package-manager=docker&previous-version=2024.02.02&new-version=2024.02.21)](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...

dependencies

Example: 1. https://pystatgen.github.io/sgkit/latest/index.html 2. https://anopheles-genomic-surveillance.github.io/workshop-5/module-1-xarray.html

datasets

Could be good to add a workflow to check from broken links once a month or so from https://github.com/xarray-contrib/xarray-tutorial/pull/246 ``` (intermediate/cmip6-cloud: line 40009) broken https://esgf-node.llnl.gov/search/cmip6/ - HTTPSConnectionPool(host='esgf-node.llnl.gov', port=443): Max retries...

CI

Could add `continue-on-error: true` Here https://github.com/xarray-contrib/xarray-tutorial/blob/321706a311dfae6f3d3532c8892a7b469a074f0e/.github/workflows/preview.yaml#L34 Currently the preview link is skipped even if there are just warnings (https://github.com/xarray-contrib/xarray-tutorial/actions/runs/8013509881)

CI

Currently this warning is raised: > The default value for `navigation_with_keys` will change to `False` in the next release. If you wish to preserve the old behavior for your site,...

good first issue
accessibility

DeprecationWarning: 'scipy.integrate.trapz' is deprecated in favour of 'scipy.integrate.trapezoid' and will be removed in SciPy 1.14.0 Used here: - https://tutorial.xarray.dev/advanced/apply_ufunc/dask_apply_ufunc.html?highlight=trapz#basics - https://tutorial.xarray.dev/advanced/apply_ufunc/core-dimensions.html?highlight=trapz#

good first issue

May need to update link syntax in some notebooks https://github.com/executablebooks/jupyter-book/releases/tag/v1.0.0

dependencies

I'm not sure if this will fit in the upcoming (potential) SciPy tutorial or somewhere else, I think it could be helpful to include a mini-guide on access patterns to...

enhancement
datasets

https://github.com/executablebooks/jupyter-book/issues/880 https://sphinx-sitemap.readthedocs.io/en/latest/getting-started.html

enhancement
dependencies

https://tutorial.xarray.dev/intermediate/hvplot.html#geography In theory, errors should be caught by CI, but situations come up with caching execution where if the failure is accidentally overlooked, the notebook isn't executed again unless it's...

bug
dependencies
visualization