This repository was archived by the owner on Sep 11, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Try with chunks representing quarter of the spatial extent #22
Comments
Makes loading slower because dask doesn't like having too many chunks to choose from! See #23 |
re-opening because the fix for #23 possibly makes this relevant again |
Maybe it is a bit faster: 35 it/s after 30,000 it (with over 50% utilisation of GPU; and about 150 MB/s read speed) |
Even if dividing spatial extent isn't super-useful when reading a single satellite channel, dividing the spatial extent may become more important if / when using multiple satellite channels. |
Using full-spatial-extent, one-timestep-per-chunk, consolidated, we get 32.7 it/s. But at more than twice the network bandwidth: hovering around 350 - 390 MB/s. |
JackKelly
added a commit
that referenced
this issue
Jun 22, 2021
…lst using less than half of the disk bandwidth! #22
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Over the weekend, I (hopefully) created
all_zarr_int16_single_timestep_quarter_spatial.zarr
The text was updated successfully, but these errors were encountered: