I am trying to output the gdalinfo image statistics results into a text file with the following command:
gdalinfo image.tif>stats.txt
The stats.txt file gets created, however it is empty.
It does not contain any statistical information that is printed out in the command window, with the gdalinfo image.tif.
Any help much appreciated!
Many thanks