nens / threedi-modelchecker

Tool to verify the correctness of a 3Di model
MIT License
0 stars 2 forks source link

Check if rasters use compression #362

Closed leendertvanwolfswinkel closed 6 months ago

leendertvanwolfswinkel commented 6 months ago

If not, show INFO level message:

"Raster is not compressed. It is recommended to use DEFLATE compression. This speeds up uploading and downloading and reduces storage space."

elisalle commented 6 months ago

@leendertvanwolfswinkel do you have a list of column names containing the rasters on which this should be executed? edit: for future reference: they are as follows:

models.Interflow.porosity_file
models.Interflow.hydraulic_conductivity_file

models.SimpleInfiltration.infiltration_rate_file
models.SimpleInfiltration.max_infiltration_capacity_file

models.GroundWater.groundwater_impervious_layer_level_file
models.GroundWater.phreatic_storage_capacity_file
models.GroundWater.equilibrium_infiltration_rate_file
models.GroundWater.initial_infiltration_rate_file
models.GroundWater.infiltration_decay_period_file
models.GroundWater.groundwater_hydro_connectivity_file
models.GroundWater.leakage_file

models.VegetationDrag.vegetation_height_file
models.VegetationDrag.vegetation_stem_count_file
models.VegetationDrag.vegetation_stem_diameter_file
models.VegetationDrag.vegetation_drag_coefficient_file

models.GlobalSetting.dem_file
models.GlobalSetting.frict_coef_file
models.GlobalSetting.initial_waterlevel_file
models.GlobalSetting.interception_file
models.GlobalSetting.wind_shielding_file
models.GlobalSetting.initial_groundwater_level_file