You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be debatable, but I think unit conversion functions should go on their own and be functions (in their own module), not constant conversion factors:
I agree that using a functional approach might be better. I think adding a new dependency depends on the frequency of unit conversion in the code. If you think, there will more of such instances, I recommend using something more mature like Pint that supports pandas and xarray.
The text was updated successfully, but these errors were encountered:
From discussion at 31
The text was updated successfully, but these errors were encountered: