You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your project is incredibly helpful, thank you for that.
I am experiencing an issue when trying to run the example code you prepared. When running ProcessLocalImage.ipynb, the widget buttons do not trigger any reaction, while the run pyTSEB button returns the following error in the log:
AttributeError: 'NoneType' object has no attribute 'GetProjection'
Indicating that the method is not receiving any input.
I am using all default parameters, which you can find in the attached screenshot.
Unfortunately updating the ipywidgets package didn't solve the issue.
Also, the ProcessPointTimeSeries.ipynb ran smoothly.
Is something wrong with this specific example?
The text was updated successfully, but these errors were encountered:
Dear Hector,
Your project is incredibly helpful, thank you for that.
I am experiencing an issue when trying to run the example code you prepared. When running ProcessLocalImage.ipynb, the widget buttons do not trigger any reaction, while the run pyTSEB button returns the following error in the log:
AttributeError: 'NoneType' object has no attribute 'GetProjection'
Indicating that the method is not receiving any input.
I am using all default parameters, which you can find in the attached screenshot.
Unfortunately updating the ipywidgets package didn't solve the issue.
Also, the ProcessPointTimeSeries.ipynb ran smoothly.
Is something wrong with this specific example?
The text was updated successfully, but these errors were encountered: