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
Hello, I'm trying to run the example 02_adv_shepherd_seg_steps.ipynb with the same data you provide, but I'm getting this error:
error Traceback (most recent call last) Cell In[5], line 6 3 gdaltype = rsgislib.TYPE_16UINT 4 bands_list = [1,2,3,8,9,10] ----> 6 rsgislib.imageutils.select_img_bands(input_img, input_img_bands, gdalformat, gdaltype, bands_list)
error: Images do not overlap in the X axis
What can it be? Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I encountered the same problem. Then I tried previous version, which didn't show this error.
Sorry, something went wrong.
hello. I have tried running the notebook and it runs OK for me.
What version of RSGISLib (find out by running: rsgis-config --version) are you using?
What platform are you using? Linux, MacOS or Windows?
Hi, Sorry, 5.0.14 now works fine for me.
No branches or pull requests
Hello,
I'm trying to run the example 02_adv_shepherd_seg_steps.ipynb with the same data you provide, but I'm getting this error:
error Traceback (most recent call last)
Cell In[5], line 6
3 gdaltype = rsgislib.TYPE_16UINT
4 bands_list = [1,2,3,8,9,10]
----> 6 rsgislib.imageutils.select_img_bands(input_img, input_img_bands, gdalformat, gdaltype, bands_list)
error: Images do not overlap in the X axis
What can it be?
Thanks!
The text was updated successfully, but these errors were encountered: