Skip to content

Commit 793b154

Browse files
committed
Add temporal chunks
1 parent ac6718b commit 793b154

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/mara_join.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# Create a DataFusion context and register the datasets as tables.
3131
ctx = xql.XarrayContext()
3232
ctx.from_dataset(
33-
'era5', ds, chunks=dict(latitude=12, longitude=12)
33+
'era5', ds, chunks=dict(time=8736, latitude=12, longitude=12)
3434
)
3535
ctx.from_pandas(
3636
pd.read_feather(

0 commit comments

Comments
 (0)