Cmd
Attributes
Classes
Functions
Starts up the GeoProb-Pipe console application. |
|
|
Default entry point for geoprob-pipe. Runs when no subcommand is specified. |
|
Start GeoProb-Pipe in debug mode. |
Module Contents
- app
- class ApplicationSettings
- workspace_dir: str | None = None
- geopackage_filename: str | None = None
- datetime_stamp: str
- to_run = 'all'
- debug: bool
- property geopackage_filepath: str
- Return type:
str
- property hrd_dir
- property hrd_file_path: str
- Return type:
str
- property ahn_filepath: str
- Return type:
str
- property to_run_vakken_ids: List[int] | None
- Return type:
Optional[List[int]]
- _raise_if_multiple_installations()
- startup_geoprob_pipe()
Starts up the GeoProb-Pipe console application.
- main(ctx)
Default entry point for geoprob-pipe. Runs when no subcommand is specified.
- Parameters:
ctx (typer.Context)
- debug()
Start GeoProb-Pipe in debug mode.