[gdal-dev] Clip by row / column

2025-07-07 Thread Stephane Goldstein via gdal-dev
Hi. I tried to use the gdal raster today to clip a raster by row and column as I used to do with gdal_translate -srcwin But couldn't find the equivalent command. Is it available ? ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osge

[gdal-dev] gdal 3.11 autocompletion in zsh

2025-06-20 Thread Stephane Goldstein via gdal-dev
I’m running zsh on Arch Linux and I can’t get the new autocompletions for gdal 3.11 working. I added the below to my .zshrc. Any help is appreciated. autoload -U bashcompinit; bashcompinitsource /usr/share/bash-completion/completions/gdal ___ gdal-dev ma