Wrapper for the mbari-pbp allowing to create metadata files, HMD computation, and daily plots for each deployment. Supports multiprocessing.
Recommended environment: python 3.11
To install the latest version:
pip install git+https://github.com/xaviermouy/pbp-batch.gitTo install a specific version (tag):
pip install git+https://github.com/xaviermouy/pbp-batch.git@v0.0.1Use pbp-batch submit_job followed by the path to the YAML files to process (separated by a space character). Each dataset (associated with a YAML file) is processed in parallel.
pbp-batch submit_job "C:\pbp_test_dataset\globalAttributes_file_1.yaml" "C:\pbp_test_dataset\globalAttributes_file_2.yaml"- v0.0.1 (2025-04-03): Initial version