We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add functionnality to import and export bore fields and pipes, possibly using json.
Bore fields should be exportable/importable in both json and simple text formats.
This could require changes in the interfaces of Borehole and Pipe classes.
Borehole
Pipe
The text was updated successfully, but these errors were encountered:
An option for this may be pickle. The pickle package can store objects in a file. I don't think the file created would be human readable.
pickle
Sorry, something went wrong.
No branches or pull requests
Add functionnality to import and export bore fields and pipes, possibly using json.
Bore fields should be exportable/importable in both json and simple text formats.
This could require changes in the interfaces of
Borehole
andPipe
classes.The text was updated successfully, but these errors were encountered: