pyarts.xml.load¶
-
pyarts.xml.
load
(filename)[source]¶ Load a variable from an ARTS XML file.
The input file can be either a plain or gzipped XML file
- Parameters
filename (str) – Name of ARTS XML file.
- Returns
Data from the XML file. Type depends on data in file.
Example
>>> pyarts.xml.load('tests/reference/matrix.xml') array([[ 0., 1.], [ 2., 3.]])