Reading and plotting rotated rasters


Denis Rykov
 

Is it expected that during reading process rasterio doesn't take into account rotation angle for rotated rasters (transform has non-zero rotation) ? In order to make it works properly I had to do gdalwarp.

Same question for the "show" method. It just draws array as it is without considering the rotation angle. 


Sean Gillies
 

Hi Denis,

On Fri, Feb 5, 2021 at 4:16 PM Denis Rykov <rykovd@...> wrote:
Is it expected that during reading process rasterio doesn't take into account rotation angle for rotated rasters (transform has non-zero rotation) ? In order to make it works properly I had to do gdalwarp.

Same question for the "show" method. It just draws array as it is without considering the rotation angle.


--
Sean Gillies