agreed,
I just need a way to do
await with GeoTIFF.open("geo.tif") as dataset:
overview = dataset.get_overview(1)
ovr_width, ovr_height = overview.width, overview.height
ovr_blocksize = overview.blocksize
Originally posted by @vincentsarago in #2 (comment)