def inspect()

in src/guclimate/cli.py [0:0]


def inspect(path: str):
    ds = dataset.open_dataset(path)
    ds.inspect()