Re: Does rasterio.warp.reproject use overviews?
Sean Gillies
Loïc, 1. Correct. To use overviews, you must pass a dataset explicitly opened on an overview using `rasterio.open("example.tif", OVERVIEW_LEVEL=1)`. 2. Correct again. We'll add an option to use an automatically determined source file overview, as gdalwarp does.
On Thu, Nov 5, 2020 at 10:29 AM Loïc Dutrieux <loic.dutrieux@...> wrote:
-- Sean Gillies
|
|