museotoolbox.processing.RasterMath.run

RasterMath.run(memory_size='1G')[source]

Execute and Write output according to given functions.

Parameters

memory_size (str, optional (default='1G')) – Maximun size of ram the program can use to store blocks and results in memory. Support : M,G,T for Mo,Go, or To Example : ‘256M’, ‘1G’, ‘8G’ or ‘1T’. Put -1 or False to use all the free memory.

Returns

Return type

None