Skip to content

rgb_timeSeries.js: return empty feature collection #6

Description

@s7frstel

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions