Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.27 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.27 KB

metadata-inspektor

Pipeline codecov Conda PyPI version

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:

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