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

rgb_timeSeries.js: return empty feature collection #6

Open
s7frstel opened this issue Aug 7, 2024 · 0 comments
Open

rgb_timeSeries.js: return empty feature collection #6

s7frstel opened this issue Aug 7, 2024 · 0 comments

Comments

@s7frstel
Copy link

s7frstel commented Aug 7, 2024

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. :)

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

1 participant