NPIOcean / kobbe

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

Move general functions to kval #4

Open oyvfoss opened 3 months ago

oyvfoss commented 3 months ago

Where possible, want call general functions (which could be useful outside kobbe) in the kval library.

Should work on transferring useful general functions to kval.

List of potentially useful functions to be transferred:

oyvfoss commented 3 months ago

toolbox._uv_angle(u, v) now has a counterpart in kval.ocean.principal_angle (haven't removed anything from kobbe yet, though)