museotoolbox.processing.RasterMath.custom_raster_parameters

RasterMath.custom_raster_parameters(parameters_list)[source]

Parameters to custom raster creation.

Do not enter here blockXsize and blockYsize parameters as it is directly managed by custom_block_size function.

Parameters

parameters_list (list.) –

  • example : [‘BIGTIFF=IF_NEEDED’,’COMPRESS=DEFLATE’]

  • example : [‘COMPRESS=JPEG’,’JPEG_QUALITY=80’]

References

As MuseoToolBox only saves in geotiff, parameters of gdal drivers for GeoTiff are here : https://gdal.org/drivers/raster/gtiff.html

See also

museotoolbox.processing.RasterMath.custom_block_size()

To custom the reading and writing block size.