gpf_pub_agent_altimetrie.constants module#
Static objects and variables.
- class gpf_pub_agent_altimetrie.constants.ServiceType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)#
Bases :
Enum
Service Type available in geoservice
- ALTIMETRY = 1#
- static names()#
- gpf_pub_agent_altimetrie.constants.arg_type_path_folder(input_path: Union[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]