Skip to content

mplnet

MPLNET Reader Redirection

add_data(files, **kwargs)

Retrieve and load MPLNET data.

Source code in monetio/obs/mplnet.py
 8
 9
10
11
12
13
14
15
16
def add_data(
    files,
    **kwargs,
):
    """Retrieve and load MPLNET data."""
    return MPLNETReader().open_dataset(
        files=files,
        **kwargs,
    )