pyModis
pyModis copied to clipboard
Need Help with convertmodis_gdal.convertModisGDAL
i tried to get ET and PET layer for MOD16A2 by usnig convertmodis_gdal.convertModisGDAL
modisconv = convertmodis_gdal.convertModisGDAL(hdf, output, "(1 0 0)", 500, outformat='GTiff', epsg=32647, wkt=None, resampl='NEAREST_NEIGHBOR', vrt=False)
modisconv = convertmodis_gdal.convertModisGDAL(hdf, output, '(0 0 1)', 500, outformat='GTiff', epsg=32647, wkt=None, resampl='NEAREST_NEIGHBOR', vrt=False)
the result is the same, Is there anything I missed?
best reguard
@satas12825 no it should be different, could share your data?