Daniel Loos

Results 15 comments of Daniel Loos

@SimonDanisch thanks very much :) I'll look at the code and see if I can add some tests...

I could not find any other uvw examples besides the cube above I created manually. Seems thats uvw is not very popular. Mostly used to store pre-computed shading. If we...

A `Dataset` is just a dictionary of YAXArrays. These arrays may have shared axes, e.g. longitude and latitude for arrays temperature and precipitation. These arrays may also be completely unrelated....

Datasets are to store multiple variables sampled over the same grid defined by their shared axes. However, the e.g. spatial axes of different resolutions are not the same. Trying this:...

Hi @lazarusA Sure, I'll can improve my example. However, I don't have permissions to push to any branch of this repo, bc. I'm not a developer of YAXArrays (yet).

BUG in scatter plot but not inb lines plot: No method matching project_position(,..., DiskArrays.BlockedIndices) required for Makie.plot in unidata example.nc.

AlgebraOfGraphics creates a DimStack using the name for its type. I changed the name function to always return a Symbol.

- error in 1D lines plot: `Makie.number_to_date(::Type{DateTime360Day}, i)` not implemented - error in 1D scatter plot: `no method matching _indices_sub(::DiskArrays.BlockedIndices{DiskArrays.GridChunks{1, Tuple{DiskArrays.RegularChunks}}}`

DimensionalData v0.29.16 + is required to show colorbar label. However, YAXArrays allows below as DD 0.27.

Unlike the old `OutDims`, `XOutput` defines the *lazy* output and not the materialization of it on disk. Therefore, arguments `path` and `driver` must be moved to `savedataset` instead., since `xmap`...