I was wondering if anyone knows a way of reprojecting points without first having to store them in a feature class, reprojecting them to another feature class and then reading them back into memory.Creating the featureclasses takes alot of time when we are talking alot of rasters.I get the points from code like this:
dsc = gp.describe(raster)
point_UL = dsc.extent.UpperLeft
point_UL_proj = # Insert magic here #