Thomas Coquet

Results 6 issues of Thomas Coquet

Hi Sean, I just encountered this issue while working with floating arrays and in memory files. ### Versions rasterio 1.1.8 gdal 2.4.4 ### Reproduce ``` import affine import rasterio.io import...

bug
upstream

Hello, I would like to know if it is possible to "bind" the zoom and the position between several entities of the same Image tag. The use case is multi-modal...

Hello, Is it theoretically possible to pass a python function as `getTileUrl` in `TileLayer`? This would allow to pass base64 images and to get IO control on python-side. Or even...

Hello, First, thank you a lot for your work in building this DuckDB integration! I noticed that DuckDB exposes the filesystem interface in the python integration. I was wondering if...

Hello, Thanks for your utilities, works well in my configuration! I would like to generate docs for several modules. Obviously it is possible to generate each of them independently, however...

Hello, I found a small typo in the algorithm. According to the paper, it is band 5 that is used for brightness test, i.e. swir1 and not nir as coded...