vector_db_to_pivot_road2.constants module#

Static objects and variables.

vector_db_to_pivot_road2.constants.arg_type_path_folder(input_path: pathlib.Path | str) Path#

Check an argparse argument type, expecting a valid folder path.

Paramètres:

input_path (Union[Path, str]) – path to check as string or pathlib.Path

Lève:
  • ArgumentTypeError – if the input path is not a valid type or not a folder or

  • doesn't exist.

Renvoie:

_description_

Type renvoyé:

Union[Path, ArgumentTypeError]

vector_db_to_pivot_road2.constants.r2gg_pivot_conf() dict#

Return r2gg pivot generation configuration dict

Renvoie:

r2gg pivot generation configuration dict

Type renvoyé:

dict