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

Expose kwargs and options for filter sizes #10

Closed
perrygeo opened this issue Sep 27, 2016 · 0 comments · Fixed by #11
Closed

Expose kwargs and options for filter sizes #10

perrygeo opened this issue Sep 27, 2016 · 0 comments · Fixed by #11
Milestone

Comments

@perrygeo
Copy link
Contributor

From the cloudmask function:

        # remove cloud shadow outliers
        pcsl = minimum_filter(pcsl, size=(5, 5))

        # grow around the edges
        pcl = maximum_filter(pcl, size=(21, 21))
        pcsl = maximum_filter(pcsl, size=(13, 13))

These should be configurable from the CLI and the cloudmask function. Naming TBD

@perrygeo perrygeo added this to the 0.2 milestone Sep 27, 2016
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

Successfully merging a pull request may close this issue.

1 participant