Skip to content
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

update NCDatasets syntax for v0.13 #492

Closed
1 of 3 tasks
juliasloan25 opened this issue Nov 6, 2023 · 1 comment
Closed
1 of 3 tasks

update NCDatasets syntax for v0.13 #492

juliasloan25 opened this issue Nov 6, 2023 · 1 comment

Comments

@juliasloan25
Copy link
Member

juliasloan25 commented Nov 6, 2023

As of NCDatasets.jl v0.13.0, the syntax ds["var"][:] is no longer supported, and should be replaced by Array(ds["var"]).

Array(v_cf) is not equivalent to v_cf.var[:] even in the vector case, because Array(v_cf) does Missing and DateTime conversion etc. The equivalent would be Array(v_cf.var).

To Do

@juliasloan25
Copy link
Member Author

superseded by #521

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant