cambridge-cares / TheWorldAvatar

A knowledge-graph-based digital twin of the world.
https://theworldavatar.io/
MIT License
85 stars 25 forks source link

Some raster images need to be flipped when being read in #437

Open gpeb2 opened 1 year ago

gpeb2 commented 1 year ago

The GDAL tool gdalmdimtranslate seems to be an extended version of the gdal_translate tool. It is able to process files that contain multiple datasets and multi-dimensional data. It also has functionality to perform data manipulation operations such as axis flipping.

gpeb2 commented 10 months ago

It might be possible to flip the axis using the new geotransforms functionality for gdal_translate: