lucadelu / pyModis

python library to work with MODIS data
http://www.pymodis.org/
Other
165 stars 85 forks source link

Need Help with convertmodis_gdal.convertModisGDAL #160

Open satas12825 opened 11 months ago

satas12825 commented 11 months ago

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

lucadelu commented 9 months ago

@satas12825 no it should be different, could share your data?