I have 100s of .tiff files, and using the following command:
gdal_translate -of XYZ MCD13A2.t201624.006.global.1km_NDVI.O0.tif MCD13A2.t201624.006.global.1km_NDVI.O0.csv
This generates a .csv file but it is space separated, instead of comma separated.
Does anybody knows why this is happening, or have any solution for converting this space separated file into a comma separated .csv?