mapbox / nodata

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

Individual window test fixtures for algorithmic testing #12

Closed dnomadb closed 8 years ago

dnomadb commented 8 years ago

Create individual buffered window (256 + x) test fixtures that represent different cases to unit test filling algorithms on. Will live in tests/fixtures/alpha_unit.

cc @perrygeo @sgillies

dnomadb commented 8 years ago

Added these here: #https://github.com/mapbox/nodata/pull/13, and added a proof-of-concept test for simple nodata masking here: #14