NPIOcean / kobbe

Post-processing of ice and ocean data from Nortek Signature ADCPs
MIT License
1 stars 0 forks source link

Look info loading using *Dolfyn* for raw file parsing #16

Closed oyvfoss closed 2 months ago

oyvfoss commented 2 months ago

There is apparently a neat library, Dolfyn, that can do parsing of raw ADCP data (among other things. Moreover, it uses xarray and should be relatively easy to integrate into the existing kobbe framework (I assume).

Their license is broad, should not be an issue.

Should look into using Dolfyn for parsing to bypass using SignatureDeployment or similar.

oyvfoss commented 2 months ago

Dolfyn does not seem to handle Sig500 with ice files as of now.

Got the following error, did not investigate further:

 ValueError: zero-size array to reduction operation maximum which has no identity 

Will stick with conversion in Nortek software for now, but may want to go from .mat to netcdf if that is a possibility,