using YAXArrays, Zarr
ds = open_dataset( zopen( "gs://weatherbench2/datasets/keisler/2020-360x181.zarr") )
leads to:
The original dataset has a time and a prediction_timedelta (forecast horizon). I cannot find where this is getting automatically parsed into Ti. Maybe it is within DimensionalData.jl somewhere. Any way to override this behavior?
Hi! Love the package!
leads to:
The original dataset has a
time
and aprediction_timedelta
(forecast horizon). I cannot find where this is getting automatically parsed intoTi
. Maybe it is withinDimensionalData.jl
somewhere. Any way to override this behavior?