gpf_pub_agent_road2.constants module#

Static objects and variables.

class gpf_pub_agent_road2.constants.Service(value)#

Bases : Enum

Service Type available in Road2

ISOCHRONOUS = 2#
ITINERARY = 1#
gpf_pub_agent_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]

gpf_pub_agent_road2.constants.r2gg_road2_conf() dict#

Return r2gg road2 config generation configuration dict

Renvoie:

r2gg road2 config configuration dict

Type renvoyé:

dict