Skip to content

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(path)

Read NuML document and check for errors.

:param path: path of file :return: libnuml.NUMLDocument

load_numl_data classmethod

load_numl_data(path)

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_dimension_description(description, library=LIBNUML)

Parse the given dimension description.

Returns dictionary of { key: dtype }

:param description: :return: