Lazaro Alonso
                                            Lazaro Alonso
                                        
                                    no luck?
thanks. I will look again for the use case that I had for this and test if it works. I was mainly a combination of this and plotting the Graph...
if not names are available I would do "X", "Y" and "Z", not elevation, it might be confusing, because it could be also time or levels, but that should be...
this positioning, I do like: ``` julia> A = DimArray(rand(4,5), (a=1:4, b=1:5); name=:title) ╭──────────────────────────╮ │ 4×5 DimArray{Float64,2} │ title ├──────────────────────────┴────────────────────── dims ┐ ↓ a Sampled{Int64} 1:4 ForwardOrdered Regular Points, →...
I guess the only way will be to bring the data into memory first: ``` E = DimArray(D.data[:,:,:], dims(D)) ```
should be fixed by master in DocumenterVitepress now.
Oh, yeah... weird, I can reproduce.
You should rename it to the previous name, plus the operation applied.
Just a comment here: from experience, having a mix of `nothings` and something else, usually leads to type code instabilities.
I just want to get the time symbol if Ti is available 😂. I could just replace it on my workflow and move on with the next step. But it's...