Skip to content

Commit

Permalink
Update indexing material (#192)
Browse files Browse the repository at this point in the history
* adding indexing basics

* adding indexing basic

* adding basic and advanced indexing notebooks

* renaming these

* indexing advanced quick update

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix typo

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* moving advanced indexing into intermediate curriculum

* updating _toc.yml

* updating readme

* updating indexing

* using myst syntax

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update this

* updating the syntax

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update

* adding notebooks to scipy 2023

* updating stuff

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* updating config

* updating README

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update README

* removing the old notebook

* removing the redirect

* boolean indexing

* boolean indexing update

* updating to remove the masking stuff

* updating basic

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* updates

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update _config.yml

* more updates on toc

* fix typo

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* updates for typo

* adding syntax myst updates

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update

* fix typo

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* new cache

* remove unused imports

* update link

* update notebook with datetime indexing section

* a few updates

* removing align/reindex and quick intro update

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* quick update

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Review/updates

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Anderson Banihirwe <[email protected]>
Co-authored-by: Deepak Cherian <[email protected]>
Co-authored-by: Anderson Banihirwe <[email protected]>
Co-authored-by: dcherian <[email protected]>
  • Loading branch information
6 people authored Jul 10, 2023
1 parent 2ca47a9 commit 34d1a4a
Show file tree
Hide file tree
Showing 13 changed files with 1,539 additions and 327 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
path: _build
# NOTE: change key to "jupyterbook-DATE" to force rebuilding cache
key: jupyterbook-20230626
key: jupyterbook-20230707

- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
path: _build
# NOTE: change key to "jupyterbook-DATE" to force rebuilding cache
key: jupyterbook-20230626
key: jupyterbook-20230707

- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@ sphinx:
rediraffe_redirects:
scipy-tutorial/00_overview.ipynb: overview/get-started.md
workshops/scipy2022/README.md: overview/fundamental-path/README.md
fundamentals/02.1_working_with_labeled_data.ipynb: fundamentals/02.1_indexing_Basic.ipynb

bibtex_reference_style: author_year # or label, super, \supercite
6 changes: 5 additions & 1 deletion _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ parts:
- file: fundamentals/01.1_io
- file: fundamentals/02_labeled_data.md
sections:
- file: fundamentals/02.1_working_with_labeled_data
- file: fundamentals/02.1_indexing_Basic.ipynb
- file: fundamentals/02.2_manipulating_dimensions
- file: fundamentals/03_computation.md
sections:
Expand All @@ -37,6 +37,10 @@ parts:
- caption: Intermediate
chapters:
- file: intermediate/01-high-level-computation-patterns
- file: intermediate/indexing/indexing
sections:
- file: intermediate/indexing/advanced-indexing.ipynb
- file: intermediate/indexing/boolean-masking-indexing.ipynb
- file: intermediate/xarray_and_dask
- file: intermediate/xarray_ecosystem
- file: intermediate/hvplot
Expand Down
2 changes: 1 addition & 1 deletion advanced/backends/backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Xarray bundles several backends internally for the following formats:
External Backends that use the new backend API (xarray >= v0.18.0) that allows to add support for backend without any change to Xarray

- [cfgrib](https://github.com/ecmwf/cfgrib) - GRIB
- [tiledb](https://pythonrepo.com/repo/TileDB-Inc-TileDB-xarray) - TileDB
- [tiledb](https://github.com/TileDB-Inc/TileDB-CF-Py) - TileDB
- [rioxarray](https://corteva.github.io/rioxarray/stable/) - GeoTIFF, JPEG-2000, ESRI-hdr, etc (via GDAL)
- [xarray-sentinel](https://github.com/bopen/xarray-sentinel) - Sentinel-1 SAFE
- ...
Expand Down
Loading

0 comments on commit 34d1a4a

Please sign in to comment.