Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: DataTree slice generator function #171

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Commits on Mar 7, 2023

  1. Add xarray-datatree

    Prototype implementation of a tree-like hierarchical data structure for xarray! Repo at https://github.com/xarray-contrib/datatree
    weiji14 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    6bf01c7 View commit details
    Browse the repository at this point in the history
  2. Initial implementation of a datatree slice generator function

    Generating subsets of a multi-resolution DataTree! Currently just a handcrafted unit test and a crude for-loop function focusing on the slicing part and not the batching. Will refactor after some discussion.
    weiji14 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    cd593bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e34e8c View commit details
    Browse the repository at this point in the history
  4. Add xarray-datatree to doc CI requirements

    To fix breaking readthedocs build
    weiji14 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    c2f9f01 View commit details
    Browse the repository at this point in the history