Re: NameError: name 'Window' is not defined
Sean Gillies
Hi Quin, The Window class is defined in the rasterio.windows module and you must explicitly import it into your program's code like this: from rasterio.windows import Window Example code in our docs might obscure this need, if you see any docs that don't show import of the Window class, let me know and I'll fix them. On Mon, May 6, 2019 at 1:23 PM <quinsen.joel@...> wrote:
--
Sean Gillies |
|