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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question, open compressed file #13

Closed
milesgranger opened this issue Aug 8, 2018 · 5 comments
Closed

Question, open compressed file #13

milesgranger opened this issue Aug 8, 2018 · 5 comments

Comments

@milesgranger
Copy link

Hello, and thank you for creating this lib! 馃挴

As there is no documentation to refer to, I see that I can (and do) open a file using netcdf::open, but is there a way to open from a buffer / various compressed formats? Right now I would like to have the files saved in gzip format, but unsure how to load them directly into netcdf

@mhiley
Copy link
Collaborator

mhiley commented Aug 8, 2018

I believe netcdf::open is the only option currently. @evomassiny do you agree?

Feel free to submit a PR if you have time to work on it!

@evomassiny
Copy link
Collaborator

yes netcdf::open is currently the only option :/
Maybe this could be done using this nc_open_mem() function (from the original C library).

@milesgranger
Copy link
Author

I tried to make a PR out of this, but it was ignored, so closing this.

@mhiley
Copy link
Collaborator

mhiley commented Apr 11, 2019

Reopening this since we are getting some momentum going again on #17

@milesgranger
Copy link
Author

Closed by #21 馃巿

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

Successfully merging a pull request may close this issue.

3 participants