I am currently using GDAL 1.8.0, and have found that reprojecting VRT datasets can be incredibly<br>slow (several minutes in my case). I believe there are bugs/tickets related to this issue.<br><br>I am only interested in reprojecting arbitrary datasets (or portions of it) into a screen size window, on the fly. <br>
What is the most optimal way of doing this ? <br><br>Should I read the desired window first, and then reproject it ?<br><br>- Oyvind<br>