mapbox / nodata

Because the pixels you can't see are harder than the ones you can.
MIT License
1 stars 3 forks source link

skip windows that have no nodata on edges #39

Open perrygeo opened 9 years ago

perrygeo commented 9 years ago

Where does this check happen? in the window function itself or in the NodataPoolMan?

perrygeo commented 9 years ago

Looks like this fits best in compute_window_rgba

Also, the all_valid_edge function will need to be aware of padding.

perrygeo commented 9 years ago

Fixed in 682de4e3fad961a488214d29738875a1623dd107 (close when PR #35 is merged)