-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DiskArrays for CFVariable #9
base: main
Are you sure you want to change the base?
Conversation
Why is it hard to extend |
This |
@Alexander-Barth did you try at this after our last discussion? (I'm realising GRIBDatasets.jl is a bit broken without this, and the hacks I've done to make it work in Rasters are not holding up well. SO I can work on this PR a bit to get it done, if that would be helpful, and if the plan is to merge it) |
As discussed in issue #8.
It currently requires the implementing modules to extend the
Base.parent
method for the Variables, that should return the reference to the underlying array. That makes sense for GRIBDatasets, but I don't think it will be that easy for NCDatasets... This PR is needed for GRIBDataset in Raster to work, but simultaneously, it breaks NCDatasets. So consider this PR has a shared experimentation for now :-)