79082884

Date: 2024-10-13 10:17:16
Score: 2
Natty:
Report link

The documented outputBounds parameter in https://gdal.org/en/latest/api/python/utilities.html#osgeo.gdal.TranslateOptions is: assigned output bounds: [ulx, uly, lrx, lry]

ul means upper left, and lr lower right. So it is expected that the second value is the maximum northing, and the fourth one the minimum northing.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Even Rouault