gpf_pyramide_raster.be4_configuration module¶
- gpf_pyramide_raster.be4_configuration.configure_generation(params: GpfOrchestratorParameters, work_dir: Path, upload_dir_path: Path) dict ¶
Crée une configuration de GENERATION
- Paramètres:
params (GpfOrchestratorParameters) – paramètres du fichier de configuration
work_dir (Path) – dossier de travail
- Renvoie:
configuration créée
- Type renvoyé:
dict
- gpf_pyramide_raster.be4_configuration.configure_injection(params: GpfOrchestratorParameters, work_dir: Path, upload_dir_path: Path) dict ¶
Crée une configuration d’INJECTION
- Paramètres:
params (GpfOrchestratorParameters) – paramètres du fichier de configuration
work_dir (Path) – dossier de travail
- Renvoie:
configuration créée
- Type renvoyé:
dict
- gpf_pyramide_raster.be4_configuration.configure_update(params: GpfOrchestratorParameters, work_dir: Path, upload_dir_path: Path) dict ¶
Crée une configuration d’UPDATE
- Paramètres:
params (GpfOrchestratorParameters) – paramètres du fichier de configuration
work_dir (Path) – dossier de travail
- Renvoie:
configuration créée
- Type renvoyé:
dict
- gpf_pyramide_raster.be4_configuration.configure_wms_datasources(params: GpfOrchestratorParameters, work_dir: Path) list ¶
Crée les configurations pour les sources de données WMS
- Paramètres:
params (GpfOrchestratorParameters) – paramètres du fichier de configuration
work_dir (Path) – dossier de travail
- Renvoie:
Configurations des datasources
- Type renvoyé:
list
- gpf_pyramide_raster.be4_configuration.configure_wms_generation(params: GpfOrchestratorParameters, work_dir: Path) dict ¶
Crée une configuration WMS de GENERATION
- Paramètres:
params (GpfOrchestratorParameters) – paramètres du fichier de configuration
work_dir (Path) – dossier de travail
- Renvoie:
configuration créée
- Type renvoyé:
dict
- gpf_pyramide_raster.be4_configuration.configure_wms_injection(params: GpfOrchestratorParameters, work_dir: Path) dict ¶
Crée une configuration WMS d’INJECTION
- Paramètres:
params (GpfOrchestratorParameters) – paramètres du fichier de configuration
work_dir (Path) – dossier de travail
- Renvoie:
configuration créée
- Type renvoyé:
dict
- gpf_pyramide_raster.be4_configuration.configure_wms_update(params: GpfOrchestratorParameters, work_dir: Path) dict ¶
Crée d’une configuration WMS d’UPDATE
- Paramètres:
params (GpfOrchestratorParameters) – paramètres du fichier de configuration
work_dir (Path) – dossier de travail
- Renvoie:
configuration créée
- Type renvoyé:
dict