OSOceanAcoustics / echodataflow

Orchestrated sonar data processing workflow
https://echodataflow.readthedocs.io/en/latest/
MIT License
4 stars 1 forks source link

Use rclone rather than zarr copy store for uploading data #115

Open leewujung opened 1 month ago

leewujung commented 1 month ago

Right now the data uploading is handled by zarr.copy_store. This works well when we have good internet connection, but for the ship pipeline it may be better to use rclone, so that failed stores can be easily over written, and that it is easy to copy child folders also in one go.