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

Put data as ndarray into netcdf file #15

Closed
pick2510 opened this issue Aug 15, 2018 · 1 comment
Closed

Put data as ndarray into netcdf file #15

pick2510 opened this issue Aug 15, 2018 · 1 comment

Comments

@pick2510
Copy link

Hi,
Since it's possible to pull out data from netCDF files as ndarray I wanted to ask if there is any possibility to add/append data as ndarray?
I use an ndarray to calculate stuff with my data and it seems that I have no possibility to put the multidimensional back into the netcdf file. I'm pretty new to the Rust world and ndarray seems a bit complex, but I don't see any possibility to do that.

@pick2510
Copy link
Author

Ok, I think I found it out, into_raw_vec does the trick!

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

No branches or pull requests

1 participant