Menu Close

Reply To: Copying a stratum and its associated scenario properties into a project.

Syncrosim Forums ST-Sim & State-and-Transition Simulation Models Copying a stratum and its associated scenario properties into a project. Reply To: Copying a stratum and its associated scenario properties into a project.

#6227
davidandersondavidanderson
Participant

I put together a Python/Jupyter notebook that does some of this. It is mostly working directly in the database using SQL.
Here is the link to the notebook. Try it out. It does require that a target SQLite database be created in the STSim software. Along with creating a project and a scenario.
,
https://drive.google.com/open?id=1-mTLUG0-CkBxlFrqhr5BM3dhmBqAhh6M

This is very developmental as I just finished putting it together. It works but has zero error checking. No promises if things go wrong for you.

On a side note, interested in seeing the Python Package when it comes out.