GEUS-Glaciology-and-Climate / pypromice

Process AWS data from L0 (raw logger) through Lx (end user)
https://pypromice.readthedocs.io
GNU General Public License v2.0
12 stars 4 forks source link

Features/various cleanup #186

Closed ladsmund closed 9 months ago

ladsmund commented 9 months ago

I have made a selection of minor changes and cleaning in the code.

I am focussing on moving data functionality for data level transformation to the functions toL1, toL2 and toL3 instead of having some mutation in AWS. Let me know in the discussion if this is not a good idea.

The responsibilities of AWS are generally unclear for me and I think we should have a discussion about the structure and direction of this repository.

Here are some header describing this PR:

  1. Cleaning up white spaces
  2. User python logging module instead of print for better log and print management
  3. Minor bug fixes like missing Exception instance on raise
  4. Moved clipValues/clip_values to level transformation functions toL1 and toL2 instead of AWS.