sloop fetch =========== .. argparse:: :module: sloop.cli.main :func: get_parser :prog: sloop :path: fetch The :doc:`cli.sloop.fetch` command will fill a Python script template based on the Vortex library. A configuration file can be edited to configure the :doc:`cli.sloop.fetch` command regarding the specification file `sloop/cli/fetch.ini`: .. literalinclude:: ../sloop/cli/fetch.ini :language: ini Hereafter, see an example of a configuration file in order to fetch a datashom product as well as a model output: .. literalinclude:: examples/fetch.cfg :language: ini Then, the Python script generated is either submitted to a scheduler, or executed directly. The log files are stored in the `logs/` directory.