Date
1 - 2 of 2
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:
Yes, this is expected. Exactly as with https://gdal.org/api/gdaldataset_cpp.html#classGDALDataset_1ad2a643880bf8b3c492783e1ab5fbc667. Sean Gillies |
|