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
It is a amazing and simple to use tool. I encountered a bug because the timeseries chart isn't loading. I tried to find the bug, although I am not that familiar with javascript. I think the bug is in the rgb_timeSeries.js in
I am getting an empty feature collections after filtering. I changed the filter statement to .filter(ee.Filter.notNull(['label'])); and then it works. So maybe there is an issue with the bandnames?
I am really appreciating the hard work and effort you put in this. :)
The text was updated successfully, but these errors were encountered:
It is a amazing and simple to use tool. I encountered a bug because the timeseries chart isn't loading. I tried to find the bug, although I am not that familiar with javascript. I think the bug is in the rgb_timeSeries.js in
[161] .filter(ee.Filter.notNull(col.first().bandNames()));
I am getting an empty feature collections after filtering. I changed the filter statement to .filter(ee.Filter.notNull(['label'])); and then it works. So maybe there is an issue with the bandnames?
I am really appreciating the hard work and effort you put in this. :)
The text was updated successfully, but these errors were encountered: