Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Fix minor typo (#246)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Nicholas <thomas.nicholas@columbia.edu>
  • Loading branch information
brews and TomNicholas authored Oct 23, 2023
1 parent c059fb0 commit 7ba0588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The approach used here is based on benbovy's [`DatasetNode` example](https://gis
You can create a `DataTree` object in 3 ways:
1) Load from a netCDF file (or Zarr store) that has groups via `open_datatree()`.
2) Using the init method of `DataTree`, which creates an individual node.
You can then specify the nodes' relationships to one other, either by setting `.parent` and `.chlldren` attributes,
You can then specify the nodes' relationships to one other, either by setting `.parent` and `.children` attributes,
or through `__get/setitem__` access, e.g. `dt['path/to/node'] = DataTree()`.
3) Create a tree from a dictionary of paths to datasets using `DataTree.from_dict()`.

Expand Down

0 comments on commit 7ba0588

Please sign in to comment.