lifewatch / pypam

Python Passive Acoustic Analysis tool for Passive Acoustic Monitoring (PAM)
GNU General Public License v3.0
35 stars 8 forks source link

Add the option of having gridded data #79

Open cparcerisas opened 1 year ago

cparcerisas commented 1 year ago

Right now pypam is processing all the files as they come, without looking for specific minutes. For certain applications, especially for long-term processing, it is interesting to have gridded data, i.e. all the minut chunks starting at 00 seconds. Could we implement this on pypam as an option?

cparcerisas commented 1 year ago

Something similar to what @carueda has done in https://github.com/mbari-org/pypam-based-processing but integrated on pypam's flow

carueda commented 1 year ago

Hi @cparcerisas, happy to discuss! (cc @ryjombari )