wwggiser

Results 2 comments of wwggiser

Hi Jess: I want to mosaic two hdf files from MOD05_L2 by these codes: from pymodis import convertmodis_gdal output = 'E:/f/modis/mosaic/mosaic.tif' a = [] a1 = r'E:/f/modis/mosaic/MOD05_L2.A2021001.0220.061.2021001131120.hdf' a2 = r'E:/f/modis/mosaic/MOD05_L2.A2021001.0225.061.2021001131135.hdf'...

Hi Jess and Luca, Thanks a lot Jess. I download these mod05_L2 files by python scripts which was from https://ladsweb.modaps.eosdis.nasa.gov/. The data stores only contain these files including modis files...