I try to use gdal_calc.py to scale and transform a time-series of MODIS images. I've done that when i worked with a single image in the -A variable and a mask in -B, but i need to work with a directory of 350 .tif images and convert to ENVI .bin raster. My problem is how to assign the -A variable to realize the operation with all the images and obtain 1 output file per image
To work with a single image i use:
gdal_calc.py -A image.tif -B MASK10000 --calc="A/B" --NoDataValue=0 --format=ENVI --outfile=image.binI hope someone can help me.Thanks
أكثر...
To work with a single image i use:
gdal_calc.py -A image.tif -B MASK10000 --calc="A/B" --NoDataValue=0 --format=ENVI --outfile=image.binI hope someone can help me.Thanks
أكثر...