Metadata-Version: 2.1
Name: metadata-inspector
Version: 2023.7.6
Summary: Inspect metadata of weather/climate datasets
Home-page: https://github.com/FREVA-CLINT/metadata-inspektor.git
Author: Martin Bergemann
Author-email: bergemann@dkrz.de
Maintainer: Martin Bergemann
License: BSD-3-Clause
Project-URL: Source, https://github.com/FREVA-CLINT/metadata-inspektor
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: tests
License-File: LICENSE

# metadata-inspektor

[![Pipeline](https://github.com/FREVA-CLINT/metadata-inspektor/actions/workflows/tests.yml/badge.svg)](https://github.com/FREVA-CLINT/metadata-inspektor/actions)
[![codecov](https://codecov.io/gh/FREVA-CLINT/metadata-inspektor/branch/main/graph/badge.svg)](https://codecov.io/gh/FREVA-CLINT/metadata-inspektor)
[![Conda](https://anaconda.org/conda-forge/metadata-inspector/badges/installer/conda.svg)](https://anaconda.org/conda-forge/metadata-inspector)
[![PyPI version](https://badge.fury.io/py/metadata-inspector.svg)](https://badge.fury.io/py/metadata-inspector)

A python based cli to inspect climate data metadata using xarray

## Using the command line interface.

The python package is supposed to be used as a command line interface.
Meta data of various datasets can be inspected. To inspect the meta data use the
`metadata-inspector` command:

```console
metadata-inspector --help
usage: metadata-inspector [-h] [--html] [--version] input [input ...]

Inspect meta data of a weather/climate datasets

positional arguments:
  input          Input files that will be processed

options:
  -h, --help     show this help message and exit
  --html         Create html representation of the dataset. (default: False)
  --version, -V  show program's version number and exit
```
