omf-python icon indicating copy to clipboard operation
omf-python copied to clipboard

Expand attribute metadata

Open fwkoch opened this issue 6 years ago • 3 comments

In addition to metadata already present, this should include:

  • units
  • null_value (if unspecified for float attributes, np.nan is assumed)
  • default_value

fwkoch avatar Mar 01 '19 20:03 fwkoch

image

rowanc1 avatar Mar 01 '19 21:03 rowanc1

What about including a dictionary of ancillary information where the value types aren't enforced?

This could lead to unexpected behavior on the user side when trying to retrieve this information but it would provide a way for users to tag on any additional information they desire.

banesullivan avatar Mar 15 '19 01:03 banesullivan

Thanks @banesullivan - there's a separate issue for that exactly! https://github.com/gmggroup/omf/issues/20

fwkoch avatar Mar 15 '19 15:03 fwkoch