NPIOcean / kval

Tools for analysis and processing of ocean data in Python.
MIT License
2 stars 0 forks source link

Cleanup of data.ctd #23

Closed oyvfoss closed 3 months ago

oyvfoss commented 3 months ago

data.ctd is an important module, but is messy at the moment.

Want to make it as clean as we can, at least in terms of organization. Can also serve as a model for other data modules (data.mooring?).

Some thoughts:

Work on organizing the script:

  1. Loading
  2. Data manipulation 2a. Calibration etc 2b. Editing
  3. Metadata manipulation
  4. Inspection
  5. Visual wrappers for editing functions

All except 4 should add to the metadata

oyvfoss commented 3 months ago

Not perfect by any stretch, but has gotten better by this point.