Alan D. Snow

Results 532 comments of Alan D. Snow

For example, the user may erroneously do something like this: ```python with rasterio.open(...) as rds: rds.xy(range(rds.width), range(rds.height)) ```

> that would be the case below, yes? That's great - exactly what I would want to see. > What if we caught that error and translated to the error...

One option could be to use GitHub pages instead of RTD similar to pyproj: https://github.com/pyproj4/pyproj/blob/main/.github/workflows/build_docs.yaml

@rasterio/maintainers, thoughts about switching to use GitHub pages? If we do, we can control the build environment instead of relying on the RTD build environment.

``` WARNING: autodoc: failed to import module 'rasterio'; the following exception was raised: libtiledb.so.2.2: cannot open shared object file: No such file or directory ``` Originally posted by @loicdtx in...

I am reopening as the issue presented here is still relevant. Although the RTD build issue has been addressed, the CLI documentation referenced at the top of this issue is...

Fiona 1.9 will resolve this: https://github.com/Toblerity/Fiona/pull/832

https://pypi.org/project/Fiona/1.9a2/ Closing as this issue should be addressed in fiona if it still exists.