From Scenario Processor to SDK
Guidelines for migrating scripts from Scenario Processor to Pixyz SDK.
Read time 1 minuteLast updated 21 hours ago
Migration steps
If your team currently relies on a Pixyz Scenario Processor script for automated transformations, follow these steps:- Extract your existing transformation script (file(s)).
.py - Download Pixyz SDK (see setup section).
- Setup your favorite development environment (using PyCharm, Visual Code or other).
- Review the Pixyz SDK 2024.x Changelog and the updated Python API for any changes in method or function parameters. Please note that significant API cleaning has been performed, including various feature renaming.
- Adapt your existing Pixyz python script(s) to the new 2024.x API.
- Instead of calling simply run
[...]/PiXYZScenarioProcessor.exe myPythonScript.pypython myPythonScript.py - Redeploy your data pipeline, now executing Pixyz SDK instance(s).
References
- API Changelog (from Pixyz SP 2022.1.2r7 to Pixyz 2025.x (SDK))