Sean Gillies
Sean Gillies
@roelofvandijkO are you still using rasterio 1.3.10? What do you observe if you upgrade to 1.4.3 and GDAL 3.10?
@adamjstewart thanks for looking into this. We do want docs for the module, so it's worth adding a doc for it.
@adamjstewart the only thing I would ask is that the `rasterio.rio.options` functions in red (see image) be hidden in the listings of https://rasterio--3348.org.readthedocs.build/en/3348/api/index.html and https://rasterio--3348.org.readthedocs.build/en/3348/api/rasterio.rio.html. Perhaps put under their own...
@adamjstewart Thanks for giving it a try! It's okay with me if you don't want to continue. I think Rasterio's API docs section need to be paved over to get...
@adamjstewart thanks for the report! @calebrob6 yes, that's the cause. Boundless reads of WarpedVRTs have been disallowed for 6 years because the situation was riddled with bugs. I haven't anticipated...
@adamjstewart It is @groutr who pointed out to me that #3234 is very likely to fix this issue. The `merge()` implementation coming in 1.4.3 no longer uses boundless reads. I...
Well, `sample_gen()` already forwards `indexes` and `masked` to `dataset.read()`. We could try adding `resampling`. See https://github.com/rasterio/rasterio/blob/main/rasterio/sample.py#L95
> Note: if we do this we could also add a op parameter to be forwarded to rowcol in _transform_xy Why @vincentsarago ?
@stuaxo I'm glad you are interested in the affine package. However, I'm not willing to add this method. It is just a single line of code that can be easily...
@stuaxo I don't use homebrew, so I'm not personally motivated to do this, but I wouldn't mind if you maintained a formula and added some supporting files to this repo.