A python based cli to inspect climate data metadata using xarray
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