﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31766	Avoid unneccessary computation in GDALRaster.transform().	Riccardo	Barton Ip	"Currently the method GDALRaster.transform proceeds with the computation even if the passed SRID is the same as the GDALRaster itself is in. I would propose to just return self if a transformation like the following is requested.
{{{
>> raster.srid
4326
>> raster.transform(4326)
}}}

This avoids unnecessary computation."	Cleanup/optimization	closed	GIS	dev	Normal	fixed	GDALRaster; GIS	Hasan Ramezani Daniel Wiesmann	Ready for checkin	1	0	0	0	0	0
