Skip to content

Commit

Permalink
Update xarray.md (#732)
Browse files Browse the repository at this point in the history
Add reference to store from session.
  • Loading branch information
NicWayand authored Feb 14, 2025
1 parent 0990b0a commit 66a4482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/icechunk-python/xarray.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ session.commit("append more data")
To read data stored in Icechunk with Xarray, we'll use `xarray.open_zarr`:

```python
xr.open_zarr(store, consolidated=False)
xr.open_zarr(session.store, consolidated=False)
# output: <xarray.Dataset> Size: 17MB
# Dimensions: (time: 36, y: 205, x: 275)
# Coordinates:
Expand Down

0 comments on commit 66a4482

Please sign in to comment.