@sgillies @perrygeo I added a few buffered window test images, as well as re-square-windowfied some of the other tests fixtures (accidentally dumped square windows in resizing).
One thing to notice: since I was using buffered windows, I had boundless=True when reading, which adds on nodata area (nodata, or, 0,0,0).
@sgillies @perrygeo I added a few buffered window test images, as well as re-square-windowfied some of the other tests fixtures (accidentally dumped square windows in resizing).
One thing to notice: since I was using buffered windows, I had
boundless=True
when reading, which adds on nodata area (nodata, or,0,0,0
).