Skip to content

Commit

Permalink
Add chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
abarciauskas-bgse committed Nov 9, 2023
1 parent 8c13790 commit 9547a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion titiler/xarray/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def xarray_open_dataset(
"decode_coords": "all",
"decode_times": decode_times,
"engine": xr_engine,
"cache": False,
"chunks": 'auto',
}

# Argument if we're opening a datatree
Expand Down

0 comments on commit 9547a08

Please sign in to comment.