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

File formats used for passing data between modules should be abstracted away from module #303

Open
bobkopp opened this issue Dec 25, 2023 · 0 comments
Assignees

Comments

@bobkopp
Copy link
Collaborator

bobkopp commented Dec 25, 2023

The module developer should not have to directly write to eg netcdf files used for transferring data between modules. Instead, factslib should provide data classes that include methods for read and writing data; we ought to be able to switch the file formats without affecting the developer api.

@bobkopp bobkopp added this to the v1.3 milestone Dec 25, 2023
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

2 participants