Menu Close

Reply To: How to find out full path to spatial inputs?

Syncrosim Forums SyncroSim – General Questions and Answers How to find out full path to spatial inputs? Reply To: How to find out full path to spatial inputs?

#19774
colin-danielcolin-daniel
Keymaster

Note that we don’t recommend writing code against the internal file structure, but rather to always write code to interact with SyncroSim using the command line (or associated wrappers on the command line like the rsyncrosim package for R). The command line represents the official API for SyncroSim and thus we try hard not to break it between releases. As such code written against the API should be supported between versions. The internal file structure however can change at any time.

You should be able to move data in and out of libraries, projects, scenarios, datasheets and datafeeds using only the command line. If you find something you need to do with the file structure that you can’t accomplish using the command line then please let us know. We are always working to improve the command line API.