aedg_metadata.cli ================= .. py:module:: aedg_metadata.cli .. autoapi-nested-parse:: Entry point for metadata generating CLI Attributes ---------- .. autoapisummary:: aedg_metadata.cli.app Functions --------- .. autoapisummary:: aedg_metadata.cli.generate aedg_metadata.cli.greet Module Contents --------------- .. py:function:: generate(config, subdirectory = 'public', data_dictionary = '', bbox = ExtentTypes.specify, temporal = ExtentTypes.specify, save = False) To call gen_meta.py. .. py:function:: greet(name, count = 1) Simple program that greets NAME for a total of COUNT times. .. py:data:: app