Skip to content

Commit 912ff21

Browse files
committed
Note on registration speed.
1 parent fced687 commit 912ff21

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ ctx.from_dataset('era5', ds, chunks=dict(time=6), table_names={
3434
('time', 'latitude', 'longitude'): 'surface',
3535
('time', 'level', 'latitude', 'longitude'): 'atmosphere',
3636
})
37+
# Registration takes ~10s on my machine.
3738

3839
# Heads up: ARCO-ERA5 has 262 surface + 11 atmospheric variables. The library
3940
# pushes column projection down to Zarr, so SELECT only fetches what you ask

0 commit comments

Comments
 (0)