Re: [gdal-dev] Rotate UTM-Grid

2018-01-29 Thread Julian Zeidler
Hi Even, Thank you for a terrific answer, as always. Worked like a charm For others who might face the same Problem here the working python code for arbitrary rotation values: from osgeo import gdal from osgeo import osr import math Pixsize=1  #in units of coordinate system normaly meters xsi

Re: [gdal-dev] Rotate UTM-Grid

2018-01-24 Thread Even Rouault
On mercredi 24 janvier 2018 15:06:04 CET Julian Zeidler wrote: > Dear all, > > I have the challenge that i have to allign a UTM-GRID with a pysical > experiment. > > The model is rotated by 5 degrees compared to the UTM-Grid (EPSG:25833), > so that N is at 355° > > I have to rasterize multiple V

[gdal-dev] Rotate UTM-Grid

2018-01-24 Thread Julian Zeidler
Dear all, I have the challenge that i have to allign a UTM-GRID with a pysical experiment. The model is rotated by 5 degrees compared to the UTM-Grid (EPSG:25833), so that N is at 355° I have to rasterize multiple Vectors to a 1m resolution rotated-raster, so that they can be pysicaly buil