Hi all,
I have installed rsgislib on a virtual machine running RHEL 7 . After installing, when I have tried to run a python program to mosaic two images, it gives the following error Could not create GDALDataset(in imageutils.resampleImage2Match function) . Even I have run conda update -c conda-forge --all also. Then also the same error is coming.The data is fine.
I have changed the data, now the following error is coming
/miniconda3/envs/gk/lib/python3.5/site-packages/rsgislib/imageutils/__init__.py", line 281, in resampleImage2Match
raise Exception("Data type of the input file was not recognised or known.")
Exception: Data type of the input file was not recognised or known.
I think it is something related to GDAL. Kindly help to resolve the issue.
I have tried to install it fresh, in virtual machine running RHEL 7, I have used the following command
conda config --add channels conda-forge
conda install rsgislib
I am able to use import rsgislib but while importing imageutis, error is coming
>>> from rsgislib import imageutils
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/gk/miniconda3/envs/arcsi_2_2/lib/python3.6/site-packages/rsgislib/imageutils/__init__.py", line 6, in <module>
from ._imageutils import *
ImportError: libopenblas.so.0: cannot open shared object file: No such file or directory
Kindly help to resolve the issue
Thanks and regards
Girish