Deliver geospatial models direct to decision makers with SyncroSim › Forums › SyncroSim – General Questions and Answers › adding transitions using Pysyncrosim › Reply To: adding transitions using Pysyncrosim
October 21, 2022 at 6:17 pm
#21294

Keymaster
Hi David,
Currently, the only way to add to existing Datasheets in pysyncrosim is to reload the Datasheet as a pandas DataFrame, concatenate with your new data, and then overwrite the old saved Datasheet (as you are doing in your example above). However, the next version of pysyncrosim (v1.0.19) will have a new append
argument in the save_datasheet()
method that will take advantage of the SyncroSim core software to efficiently append new data to existing Datasheets. The next version will become available early next week.
Cheers,
Katie