We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fced687 commit 912ff21Copy full SHA for 912ff21
1 file changed
README.md
@@ -34,6 +34,7 @@ ctx.from_dataset('era5', ds, chunks=dict(time=6), table_names={
34
('time', 'latitude', 'longitude'): 'surface',
35
('time', 'level', 'latitude', 'longitude'): 'atmosphere',
36
})
37
+# Registration takes ~10s on my machine.
38
39
# Heads up: ARCO-ERA5 has 262 surface + 11 atmospheric variables. The library
40
# pushes column projection down to Zarr, so SELECT only fetches what you ask
0 commit comments