Anshul Singhvi
Anshul Singhvi
https://github.com/rafaqz/Rasters.jl/blob/0a32706ca39bcaf6dc895fcbabac4af08991a2d1/src/sources/commondatamodel.jl#L296-L341 is where we create lookups for cf compliant stuff
PR is up, @alex-s-gardner can you try that?
Raf is on it
But you can load a single layer using Raster for now
DD is being fancy here ```julia julia> dropdims.(gda; dims=Ti)[1].refdims (↓ Ti Sampled{Date} [Date("2012-01-16")] ForwardOrdered Irregular Points) ``` so when you `cat`, it probably checks `refdims` to recreate the original array....
Could always force a kwarg `fill`...
This would still be nice to have
Not hard at all, just need to change this criterion https://github.com/JuliaDocs/Documenter.jl/blob/2e6d9dabe32d72da03a9fc0cd184817a955e04c1/src/expander_pipeline.jl#L527-L528
You would want `surface` with x, y, and z matrices here if you know the structure, or tricontourf if you don't. IIRC heatmap should not accept (Vector, vector, vector) input...
We should at least error saying that you can't do this, I'm surprised we don't.