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

Fails when there are no clear sky land pixels #8

Open
perrygeo opened this issue Sep 14, 2016 · 2 comments
Open

Fails when there are no clear sky land pixels #8

perrygeo opened this issue Sep 14, 2016 · 2 comments
Labels

Comments

@perrygeo
Copy link
Contributor

Proximate failure: the temp_land function returns a single nan which prevents the tlow, thigh = temp_land(pcps, water, tirs1) from unpacking (expects two variables)

But the bigger question is, what should the algorithm do in this case? It's not well defined in the publication so I'll have to dig into the implemetation.

@perrygeo perrygeo added the bug label Sep 14, 2016
@perrygeo
Copy link
Contributor Author

perrygeo commented Sep 14, 2016

This is one scene that fails on it: LC80250322016238LGN00. Note that it's all clouds and water, no land. This will be common enough that it's an issue.

clouds_water

@perrygeo perrygeo modified the milestone: 0.2 Sep 20, 2016
@perrygeo
Copy link
Contributor Author

Strange, I'm not able to reproduce this after trying this and a few other scenes. Gonna need to dig deeper to find a failing test case.

@perrygeo perrygeo modified the milestone: 0.2 Sep 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant