Changes between Initial Version and Version 3 of Ticket #26432


Ignore:
Timestamp:
Mar 31, 2016, 3:52:05 AM (8 years ago)
Author:
Vincent Letarouilly
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26432

    • Property Cc Vincent Letarouilly added
    • Property Owner changed from nobody to Vincent Letarouilly
    • Property Status newassigned
  • Ticket #26432 – Description

    initial v3  
    1 When importing GeoTIF data threw `GDALRaster` all the array is inverted because of a inverted X/Y parameters passed to `numpy.reshape()` function.
     1When importing GeoTIF data threw `GDALRaster` with numpy package installed all the array is a mess because of a inverted X/Y parameters passed to `numpy.reshape()` function.
    22I was able to see this bug by importing a GeoTIF via `GDALRaster` then the generated datas did not make any sense so I decided to export the array to an image again to see if it was me doing shit or if there was a bug somewhere. When exporting the GeoTIF again to an image I get something really strange. You can see attached the original tif and the generated one that is not correct due to this X/Y mismatch. Here is the code to reproduce:
    33{{{
Back to Top