Anshul Singhvi
Anshul Singhvi
Yeah that seems reasonable!
@henrik-wolf can you make a tiny PR to the readme or something? Once we merge that you'll have merged a PR to the repo, and CI will run without us...
Interesting, looks like extra newlines are being emitted when they shouldn't be. Thanks for the report, should be fixable
I think we might need some css magic to catch unknown admonitions and make sure they render in a neutral way. But otherwise this looks good! Could also use a...
Looks like it's calling `_extent` on the dims. Maybe there should be a dispatch for that...
looks like we just need a dispatch ```julia _extent(::Nothing, data::NTuple{N,
The big things we need are: - Zonal using geometrylookup to return a vector data cube - Zonal on VDC to give a view of all geoms that intersect the...
I guess the place to do IO is: - _cdmlookup for read - _def_dim_var! for write ?
Yeah that's what I'm trying to do with zonal for now, then I can just paste that file and tests to a new PR that does this for all zonal
We need crop actually! That will give vdc/vdc zonal for free. Just need to check for a geom lookup in spatialslices to enable this.