fitoprincipe / ipygee

A set of tools for working with Google Earth Engine Python API in Jupyter notebooks
MIT License
63 stars 19 forks source link

renderWidget() error #9

Open danjuanss opened 3 years ago

danjuanss commented 3 years ago

hello,can you help me to solve this problem? I got this error when run MD_ndvi.renderWidget(width='50%'): AttributeError: 'DateTimeLine' object has no attribute '_x_adapt'

the variable 'MD_ndvi' are shown below: MD_ndvi = chart.Image.series(**{'imageCollection': Monthly_MD, 'region': Point_1, 'reducer': ee.Reducer.mean(), 'scale': 250, 'xProperty': 'system:time_start'})

fitoprincipe commented 3 years ago

Hello, sorry for the late reply. What is MD_ndvi? Can you provide a working example of the error please? Did you try just MD_ndvi.renderWidget()?