OSOceanAcoustics / echodataflow

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

Extend ship pipeline to abundance/biomass #119

Open leewujung opened 1 month ago

leewujung commented 1 month ago

Right now the ship pipeline is run to producing NASC from the prediction mask. In the next stage we’ll turn that into abundance and biomass estimates.

Let’s say we call this stage “bio_estimate”. This stage will be run after each prediction flow run. We need to decide whether we want this as part of the prediction flow, or if we want this to be a separate flow that runs on schedule or triggered by prediction flow. Given the potential potential network problems it seems better to just have it as part of the prediction flow.

This stage will take the following input/output:

@brandynlucca @Sohambutala : these are based on our discussion yesterday. Feel free to comment to add other things/changes. I’ll update this description accordingly.