cmatools.cli_data_download

Command line application tool for data download of CRUTEM or HadCRUT data.

Datasets can be sourced from either the HadObs or CEDA websites. Initially for version 5.0.0.0, later to be updated for further versions.

Module Attributes

DEBUG

int: Module level constant documented inline (Default: True).

Functions

cli_data_download(parsed_args)

Run the requested data download.

cli_data_download_entry_point([argv])

Pass parsed command line arguments to the data download function.

cli_parse_args([argv])

Parse the passed arguments into an argparse namespace object.

cli_parser()

Create parser with named arguments.