<div dir="ltr">Hi all,<div><br></div><div>I'd like to create a temporary raster file in my script, but I don't want to add it as an output layer (it's an input to another step of the process). Is there some tooling to create the path (e.g. to pass as output parameters to algorithms called with processing.run) outside of using `self.parameterAsOutputLayer`? </div><div><br></div><div>Using `QgsApplication.processingRegistry().parameterType('rasterDestination')` seemed promising, but I haven't been able to get an output path from that.</div><div><br></div><div>If not, I can just roll my own using os.environ['TMP'] but I would prefer to follow the QGIS coding practices where possible.</div><div><br></div><div>Thanks,</div><div>Rudi</div></div>