Metadata-Version: 2.4
Name: metadata_inspector
Version: 2025.7.11
Summary: Inspect metadata of weather/climate datasets
Author-email: "DKRZ, Clint" <freva@dkrz.de>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
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
License-File: LICENSE
Requires-Dist: cftime
Requires-Dist: dask[diagnostics]
Requires-Dist: hurry.filesize
Requires-Dist: h5netcdf
Requires-Dist: netCDF4
Requires-Dist: numpy>=1.20.3
Requires-Dist: requests
Requires-Dist: xarray
Requires-Dist: s3fs
Requires-Dist: fsspec
Requires-Dist: zarr>3
Requires-Dist: flit ; extra == "dev"
Requires-Dist: tox ; extra == "dev"
Requires-Dist: black ; extra == "tests"
Requires-Dist: pytest ; extra == "tests"
Requires-Dist: pandas ; extra == "tests"
Requires-Dist: mock ; extra == "tests"
Requires-Dist: numpy ; extra == "tests"
Requires-Dist: requests-mock ; extra == "tests"
Requires-Dist: pytest-env ; extra == "tests"
Requires-Dist: pytest-cov ; extra == "tests"
Requires-Dist: testpath ; extra == "tests"
Requires-Dist: flake8 ; extra == "tests"
Requires-Dist: mypy ; extra == "tests"
Requires-Dist: types-mock ; extra == "tests"
Requires-Dist: types-PyYAML ; extra == "tests"
Requires-Dist: types-requests ; extra == "tests"
Requires-Dist: types-setuptools ; extra == "tests"
Project-URL: Documentation, https://github.com/freva-org/metadata-inspektor.git
Project-URL: Home, https://github.com/freva-org/metadata-inspektor.git
Project-URL: Issues, https://github.com/freva-org/metadata-inspektor/issues
Project-URL: Source, https://github.com/freva-org/metadata-inspektor.git
Provides-Extra: dev
Provides-Extra: tests

# metadata-inspektor

[![Pipeline](https://github.com/freva-org/metadata-inspektor/actions/workflows/tests.yml/badge.svg)](https://github.com/freva-org/metadata-inspektor/actions)
[![codecov](https://codecov.io/gh/freva-org/metadata-inspektor/branch/main/graph/badge.svg)](https://codecov.io/gh/freva-org/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
```

