Simplify unit conversion

Issue #343 resolved
Joern Ungermann created an issue

Converting data fields in the plotting routine is a manual and rather verbose affair.

One should simplify this by taking units into account when "requesting" variables or offer a much simplified method in the base class for the conversion along the lines of

self.convert("air_pressure", "Pa")

Comments (4)

  1. Joern Ungermann reporter

    A first draft has been prepared in 647b8ba6 but it is obviously not complete. Further work should use the shim for all data access, and ideally a lightweight, external library could be leveraged.

  2. Log in to comment