gpf_pyramide_raster.joincache module¶
joincache module logic.
- gpf_pyramide_raster.joincache.check_joincache_inputs(stored_datas: list[GpfStoredData]) bool¶
Vérifie les paramètres d’entrée de JOINCACHE
- gpf_pyramide_raster.joincache.configure_joincache(params: GpfOrchestratorParameters, work_dir: Path, processing_type: str) Status¶
Ecrit un fichier de configuration conf.json pour JOINCACHE
- Paramètres:
params (GpfOrchestratorParameters) – paramètres du fichier de configuration
work_dir (Path) – dossier de travail
processing_type (str) – type de traitement
- Renvoie:
Statut à l’issue de l’étape de configuration JOINCACHE.
- Type renvoyé:
Status
- gpf_pyramide_raster.joincache.configure_joincache_generation(params: GpfOrchestratorParameters, work_dir: Path) dict¶
Crée une configuration JOINCACHE
- Paramètres:
params (GpfOrchestratorParameters) – paramètres du fichier de configuration
work_dir (Path) – dossier de travail
- Renvoie:
configuration JOINCACHE
- Type renvoyé: