Overview
The 3D Data Transformation Script demonstrates how to convert 3D coordinate data from one reference frame to another, following the standard used within our system. This script is designed to transform data into the same reference frame found in the downloaded CSV files, ensuring consistency and compatibility across different datasets.Key Features
- Rotation and Translation: Transform data from the camera reference frame to the Uplift reference frame using customizable rotations and translations.
- CSV File Input and Output: Work with 3D data stored in CSV files, where the script reads the input, applies transformations, and outputs the transformed data to a new CSV file.