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

Interpolation is not working correctly for small study areas and/or short interpolation windows #5

Open
cgmorton opened this issue Feb 20, 2019 · 0 comments

Comments

@cgmorton
Copy link
Member

The current interpolation approach will not return all "expected" images when the interpolation window is small or the study area is really small (e.g. for a single path/row). This seems to be a result of the saveAll join dropping the "source" images when there are no "target" images to join with. What you will see is that for a small interpolation window, the only interpolated images that get included are those between the Landsat target images/dates when there is an image both before and after, but not the image for the actual Landsat dates.

This probably isn't that big a problem for large study areas with the default window size (32 days) when there is likely to be at least one bracketing image somewhere to join in, but it is definitely a bug in the approach.

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