metobs_toolkit.build_template_prompt#

build_template_prompt()[source]#

Launch an interactive prompt to construct a template.json file.

When called, an interactive prompt will start. Answer the questions, and hit Enter to continue. At the end of the prompt, you can specify a location where to save the template.json file.

Note

It is a good practice to rename the template.json file to specify the corresponding datafile(s).

Note

At the end, the prompt asks if you need further assistance. If you do, the prompt will print out code that you can copy and run to create a Dataset().

Return type:

None.

Examples

>>> import metobs_toolkit
>>>
>>> # Launch the prompt
>>> metobs_toolkit.build_template_prompt()