gpf_pyr_stored_data_update_from_upload.models module¶
Module models.
- class gpf_pyr_stored_data_update_from_upload.models.NonExistingBehavior(value)¶
Bases :
EnumAn enumeration.
- ERROR = 'ERROR'¶
- FORCE = 'FORCE'¶
- SKIP = 'SKIP'¶
- static names() [<class 'str'>]¶
List of enum names
Return [str] : list of enum names
- gpf_pyr_stored_data_update_from_upload.models.check_tile_filename_format(filename: str) bool¶
Check if filename respect pyramid tile format
DATA_${level}_${column}_${row}.
- gpf_pyr_stored_data_update_from_upload.models.get_non_existing_param(params: GpfOrchestratorParameters) NonExistingBehavior¶
Get param non_existing from GpfOrchestratorParameters
- Paramètres:
params (GpfOrchestratorParameters) – nom du fichier à vérifier
- Renvoie:
True si format est respecté, False sinon
- Type renvoyé:
- gpf_pyr_stored_data_update_from_upload.models.get_process_size_param(params: GpfOrchestratorParameters) bool¶
Get param process_size from GpfOrchestratorParameters
- Paramètres:
params (GpfOrchestratorParameters) – nom du fichier à vérifier
- Renvoie:
True si format est respecté, False sinon
- Type renvoyé: