Skip to content

skippy logic revisited #55

Description

@perrygeo

We test a fully padded mask and this has implications as to whether we want to runNodataFiller

+-----------+
|  outside  |
| +-------+ |
| | inside| |
| |       | |
| +-------+ |
|           |
+-----------+

Each of the regions can be one of three things: all_nodata, all_data, some_nodata so the logic might look like this:

Outside
All nodata Some nodata All data
All nodata skip run run
Inside Some nodata run (edit) run run
All data skip skip skip

@dnomadb does that sound right?

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions