DataServer Conversion¶
The converter module provides functions to seamlessly convert data between NumPy arrays and URANIE DataServer objects. This enables you to leverage Python’s data processing ecosystem while maintaining compatibility with URANIE workflows.
NumPy to DataServer
Convert NumPy arrays into URANIE DataServer objects using converter.np2ds().
See: np2ds API for detailed documentation and examples.
DataServer to NumPy
Extract data from URANIE DataServer objects into NumPy arrays using converter.ds2np().
See: ds2np API for detailed documentation and examples.
This section includes the following pages: