combine.sedml.numl¶
Parser for NuML data.
NumlParser
¶
Helper class for parsing Numl data files.
Library
¶
Bases: Enum
Bugfix helper for managing the library issues.
read_numl_document
classmethod
¶
Read NuML document and check for errors.
:param path: path of file :return: libnuml.NUMLDocument
load_numl_data
classmethod
¶
Read NuML data from file.
This loads the complete numl data. For more information see: https://github.com/numl/numl
:param path: NuML path
:return: list of [result component id, DataFrame, data types] entries
parse_dimension_description
classmethod
¶
Parse the given dimension description.
Returns dictionary of { key: dtype }
:param description: :return: