Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

CCDCesque: masking improvements #40

Open
ceholden opened this issue Sep 30, 2015 · 0 comments
Open

CCDCesque: masking improvements #40

ceholden opened this issue Sep 30, 2015 · 0 comments
Milestone

Comments

@ceholden
Copy link
Owner

Make the multitemporal masking more configurable by doing the following:

  • Parameterize the span of multitemporal cloud filtering when using smooth_mask / lowess filtering.
  • Allow the critical values to be specific to the green & swir bands
    • User can pass a float or a tuple; float transformed to tuple of (float, float)
  • Allow the critical values to be data-driven
    • Example, 2 * np.std(y) where y is the green or swir1 bands
    • Blocker: I have no idea how to be clever about passing and evaluating a str containing a mathematical formula (Patsy won't cover all of the maths we might want to do)
@ceholden ceholden added this to the v0.5.1 milestone Sep 30, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant