This folder contains a Python script to generate E57 files with embedded point cloud data and images. It ensures compliance with industry standards and facilitates seamless integration with platforms such as Autodesk ReCap 2025 and ATIS.cloud.
Python code that writes E57 files : unstructured_e57_with_images.py
- Generates E57 files with embedded images.
- Complies with modern standards for unstructured E57 files.
- Easy setup and compatibility with both Windows and Linux systems.
Ensure you have the following before running the script:
- Python 3.10 or newer installed on your system.
pip
package manager to install dependencies.
Using a virtual environment is optional but recommended to avoid dependency conflicts.
-
Navigate to the Script Directory:
cd example/code/python
-
(Optional) Set Up a Virtual Environment:
pip install virtualenv virtualenv venv venv\Scripts\activate
-
Install Dependencies:
pip install -r requirements.txt
-
Run the Script:
python unstructured_e57_with_images.py
-
Navigate to the Script Directory:
cd example/code/python
-
(Optional) Set Up a Virtual Environment:
pip3 install virtualenv virtualenv venv source venv/bin/activate
-
Install Dependencies:
pip3 install -r requirements.txt
-
Run the Script:
python3 unstructured_e57_with_images.py
-
Missing Virtual Environment Command: Ensure
virtualenv
is installed using:pip install virtualenv
-
Dependency Issues: Verify the
requirements.txt
file contains all necessary dependencies.
Contributions are welcome! Follow these steps to contribute:
- Fork the repository.
- Create a feature branch.
- Submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.