-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Writing compound datasets of two dimensional datatypes #305
Comments
Hi, |
Also for this one I got around the issue by adding my own implementation. It’s an ugly one but I just made an extension method that I could call if I had to write 2D arrays. I’ll add my code to this issue tomorrow since I’ve only got it on usb stick. I literally looked at your code and MacGyver’ed my way through it. :) |
MacGyvering stuff is the best approach to bypass limitations hh |
Hahaha .. true! True! This is the helper class I'm using:
|
Hi Lior,
Again, another question. Is there any way to write a compound dataset of a two dimensional custom data type? For example this:
I know this won't work since it's not an IEnumerable. But is there any other way to get this going through the Hdf5 Csharp library? I also know using PureHDF won't work since that one only enables me to read compound datasets, not writing. Any ideas?
[edit]
Oh yeah, and this is the definition of SurfaceCurrentInstance:
The text was updated successfully, but these errors were encountered: