Sean Gillies

Results 543 comments of Sean Gillies

This is fixed in 3.0.0a11 (and maybe earlier). With Cython 0.29.29 `from rasterio.io import DatasetReader; help(DatasetReader.read)` gives ``` Help on method_descriptor: read(...) Read band data and, optionally, mask as an...

I can't reproduce this with Rasterio 1.3.5. I suspect it was fixed here: https://github.com/rasterio/rasterio/blob/maint-1.3/CHANGES.txt#L253.

@idfah @drStacky you're welcome to reopen this if you're still having problems with 1.3.7.

I'm marking this as an issue fixed (optimistically) upstream.

That dataset is too big. Instead, I'll probably rewrite the quick start doc to use a smaller one that we do include.

Resolved upstream. It's not clear to me which version of libtiff is required. The project's change log is vague about versions.

@12rambau I don't feel like rasterio is big enough to add a new dependency. And the gnarly bits of rasterio are Cython.

@dmannarino I am happy to report that the nits are gone with GDAL 3.5.3 and Rasterio 1.3.5. With some bisecting we could find exactly what the fix was, but I'm...