jimbraun / XCDF

XCDF: eXplicitly Compacted Data Format. See documentation at Read the Docs:
https://xcdf.readthedocs.io/en/latest/
Other
14 stars 8 forks source link

Add a new field in python #85

Closed jasonfan1997 closed 6 years ago

jasonfan1997 commented 6 years ago

Hi, I want to add a new field to the xcdf file but I can't get it working. The thing that I want to do is something xf.addField("rec.proba", float,1), then I have a numpy array that I want to add in the file. Can you show me the correct way to do it?

jasonfan1997 commented 6 years ago

Never mind. I just saw the old issue.

parthasarathipal commented 2 years ago

Never mind. I just saw the old issue.

where is the solution to this issue? I can not find this.