Closed weiji14 closed 1 year ago
Have you tried this one with COGs?
Have you tried this one with COGs?
No, kvikIO
doesn't work with GeoTIFFs yet unfortunately, someone needs to implement that with cuFile and all. But I'm wondering if there's a way to hack a way together using kerchunk's tiff_to_zarr
.
Getting the hard numbers on how fast the GPU-based kvikIO engine is over the CPU-based Zarr engine.
Formula for calculation:
$$ \frac{Slower - Faster}{Slower} = \frac{16.0 - 11.9}{16.0} = 0.25625 = 25.53\%$$
I.e.
kvikio
engine takes ~25% less time thanzarr
engine to load the ERA5 subset dataset.Note that:
Preview results in
2_compare_results.ipynb
notebook.TODO: