[gdal-dev] Rotate raster

2020-06-12 Thread Denis Rykov
Hi! Is there a way to rotate raster (physically as gdalwarp does) around its center and reflect this rotation in Affine GeoTransform? ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] rotate raster cells

2011-04-11 Thread Chaitanya kumar CH
Matthew, I did not understand exactly what you need but you may be able to use the affine transformation coordinates. They can be adjusted for displacement and rotation of the raster. See the documentation for GDALDataset::GetGeoTransform() On Mon, Apr 11, 2011 at 4:50 PM, Matthew Snape wrote:

[gdal-dev] rotate raster cells

2011-04-11 Thread Matthew Snape
I have a raster that I wish to rotate. I would like to retain the projection but create grid cells that are not aligned in the X and Y planes. Is it possible to use GDAL to make such a translation, and do drivers have support for representing data in such a way? This e-mail message and any attac