Skip to content
New issue

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

No module named 'geetools.ui' when importing from ipygee on google colab #238

Open
ditirodt opened this issue Feb 28, 2024 · 3 comments
Open

Comments

@ditirodt
Copy link

I am trying to import all from ipygee on google colab and No module named 'geetools.ui' error

How I import: from ipygee import *

Please assist on this, here is the link to the colab

@12rambau
Copy link
Member

The ipygee lib has not be published yet. So the one you are trying to call is still wired to the v0.x version of geetools.
what component are you expecting to use from the old ipygee ?

@ditirodt
Copy link
Author

I am trying to use line chart, here is the code, just trying to plot
selected_roi_ndvi = chart.Image.series(**{'imageCollection': scaled_ndvi, 'region': roi, 'reducer': ee.Reducer.mean(), 'scale': 1000, 'xProperty': 'system:time_start'}) selected_roi_ndvi.renderWidget(width='50%')

@12rambau
Copy link
Member

12rambau commented Mar 3, 2024

ok then you need to downgrade the geetools version to <1 as we are not supporting this ipygee interface anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants