This repository offers Python tools and scripts for automating and enhancing marine data processing through integration with Teledyne CARIS Hips & Sips. It facilitates the assembly and execution of CARIS Batch commands, as well as reading information from HIPS and CSAR files.
- Python scripts are used to dynamically construct CARIS Batch commands, allowing for easier customization and efficient workflow.
- Example: Assemble a command to process bathymetry data, specifying parameters and file paths.
- The assembled commands can be executed directly from Python, enabling automation of repetitive tasks and batch processing.
- Example: Automate the generation of marine cartographic products from data sets.
- Python scripts allow for the reading and analysis of HIPS data, offering an efficient way to extract specific information.
- Example: Extract metadata information from Hips.
- Reading CSAR files is facilitated by Python scripts, allowing access to detailed seabed scanning data.
- Example: Extract metadata information from CSAR.
- Python 3.11
- Teledyne Caris Hips and Sips (with a valid license)
- Clone the repository to your local machine.
- Install the necessary Python dependencies.
- Set up the required paths and parameters in the scripts.
- Run the scripts as needed to assemble/execute CARIS Batch commands or read HIPS/CSAR files.
Contributions are welcome! Please read the contribution guidelines to learn how to contribute to the project.
This project is distributed under the MIT License. See the LICENSE
file for more details.
© 2023 Vinicius Nogueira. All rights reserved.