You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build_raw_cube() - introduced in #6318 - outputs Cubes where the original object could not be created during loading. The philosophy is that users can fix loading problems to get the coordinate/whatever that they wanted originally. It should therefore be as easy as possible to convert between types.
We already have the from_metadata() function, so perhaps build on that.
Could potentially go further, and provide conveniences for fixing known common load problems.
If code proves unrealistic, documentation examples would be a good second option.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
build_raw_cube()
- introduced in #6318 - outputsCube
s where the original object could not be created during loading. The philosophy is that users can fix loading problems to get the coordinate/whatever that they wanted originally. It should therefore be as easy as possible to convert between types.We already have the
from_metadata()
function, so perhaps build on that.Could potentially go further, and provide conveniences for fixing known common load problems.
If code proves unrealistic, documentation examples would be a good second option.
The text was updated successfully, but these errors were encountered: