-
-
Notifications
You must be signed in to change notification settings - Fork 602
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
Improve interface for post-processed variables, including exporting #695
Comments
How would this handle the various spatial and temporal differences in the data? As there are many permutations might be better just to leave this in the users hands. |
After our conversation about this - I think it would be really useful to group the variables into domains so that they can all be visualized in the same way. If you run the following on a 1 plus 1D it fails on about half the variables |
following on from that, it would be really great in Nplus1 to be able to visualize or create post process variables for the 1D model at a given y,z coordinate. But maybe this is more difficult than just improving how processed vars deals with higher-D variables... |
ProcessedVariable is a hacky mess atm so I am very happy for you to completely overhaul it if you have clear ideas how to do it. There's no support for 4D objects (t+r+x+z) atm hence why 1 plus 1D SPM fails. |
Summary
Add functionality to simulation class to post-process and export variables
Motivation
Allow users to export variables to csv, matlab, etc for visualisation
The text was updated successfully, but these errors were encountered: