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

clipping, filling masked region #2

Open
matthewhanson opened this issue May 8, 2015 · 0 comments
Open

clipping, filling masked region #2

matthewhanson opened this issue May 8, 2015 · 0 comments

Comments

@matthewhanson
Copy link
Collaborator

If the site file goes outside the collected data region those values get filled with nonsense (see current dems in polygon 003).

Best solution is to use density as a mask, however it should use the complete density image as a mask, because the dtm and dsm density versions could have missing values but were properly filled during the gapfill process.

So, use whole density image as a mask, but it may or may not exist as it currently is not a prerequisite to generate dems.

For performance reasons, it would be best to add the mask during or at the end of the gap-filling process.

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

No branches or pull requests

1 participant