For the analysis I want to do, I'll need a way to colocate the following data for a simulation
- The simulation parameters
- Simulation Time-series
- Simulation Graph
The data for all three above might be translated into different formats for different steps in the analysis. So it might make sense to give every simulation its own folder and just store everything together there. That should make it easier to perform the analysis across different languages (Julia, R, Python)
For the analysis I want to do, I'll need a way to colocate the following data for a simulation
The data for all three above might be translated into different formats for different steps in the analysis. So it might make sense to give every simulation its own folder and just store everything together there. That should make it easier to perform the analysis across different languages (Julia, R, Python)