Skip to content

Commit

Permalink
added new updates to io.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Anu-Ra-g committed Jun 24, 2024
1 parent 678d4e9 commit 29d9fb8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/user-guide/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1020,16 +1020,17 @@ The following example shows opening a combined references generated from a ``.hd
storage_options = {
"target_protocol": "file",
"remote_protocol": "s3", # assuming you're working with a file in AWS
}
ds = xr.open_dataset(
# add **remote_protocol** key in ``storage_options`` if you're accessing a file in the cloud
ds1 = xr.open_dataset(
"./combined.json",
engine="kerchunk",
storage_options=storage_options,
)
ds
ds1
.. note::

Expand Down

0 comments on commit 29d9fb8

Please sign in to comment.