-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get units of parameters #171
Comments
Hi!
Unfortunately, it is not possible to get the unit of the parameter values at the moment. The dlis standard [1] defines an units-attribute for I'll leave this issue open until we can supply units for
Thank you! It is still under rapid development. We very much welcome any suggestions for improvements. |
In release 0.2.6 attribute units, such as the units of
|
Excellent! This fixes the only major issue that I have found with dlisio. I look forward to you implementing a more straightforward interface for it as well, which should hopefully be a relatively simple step now that this is done. |
This works for me
|
A DLIS parameter may or may not have units. Unlike the
Channel
class, which has an attributeunits
that returns the channel's units as a string, theParameter
class has no attribute to return the units. Is there another way to find a parameter's units, or is this a feature that has not been developed yet?Great library, by the way, and I look forward to seeing how it will develop further!
The text was updated successfully, but these errors were encountered: