We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to use the modis_mosaic.py script to stitch multiple MODIS Aqua images in one
I use : modis_mosaic.py -o FILE_mosaic './Data/ModisData/file_list.txt'
but I get the error: KeyError: 'EV_250_RefSB'
Full Traceback:
Traceback (most recent call last): File "/home/nick/miniconda3/envs/superres/bin/modis_mosaic.py", line 150, in main() File "/home/nick/miniconda3/envs/superres/bin/modis_mosaic.py", line 137, in main modisOgg = convertmodis_gdal.createMosaicGDAL(tiles[day], File "/home/nick/miniconda3/envs/superres/lib/python3.9/site-packages/pymodis/convertmodis_gdal.py", line 508, in init self._getUsedLayers() File "/home/nick/miniconda3/envs/superres/lib/python3.9/site-packages/pymodis/convertmodis_gdal.py", line 538, in _getUsedLayers self.layers[name].append(layers[n][0]) KeyError: 'EV_250_RefSB'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to use the modis_mosaic.py script to stitch multiple MODIS Aqua images in one
I use :
modis_mosaic.py -o FILE_mosaic './Data/ModisData/file_list.txt'
but I get the error:
KeyError: 'EV_250_RefSB'
Full Traceback:
The text was updated successfully, but these errors were encountered: