geotribu_cli.search.search_image module#
- geotribu_cli.search.search_image.format_output_result(result, search_term=None, format_type=None, count=5)#
Format result according to output option.
- Paramètres:
- Renvoie:
formatted result ready to print
- Type renvoyé:
- geotribu_cli.search.search_image.parser_search_image(subparser)#
Set the argument parser for search-image subcommand.
- Paramètres:
subparser (argparse.ArgumentParser) – parser to set up
- Renvoie:
parser ready to use
- Type renvoyé:
- geotribu_cli.search.search_image.run(args)#
Run the sub command logic.
Perform a search on images stored on the Geotribu pseudo-CDN (<https://cdn.geotribu.fr/>).
- Paramètres:
args (argparse.Namespace) – arguments passed to the subcommand