Andreas Poehlmann

Results 343 comments of Andreas Poehlmann

Hi @barneygale Thank you for your message! I hope that I can get to this soon, so that it's ready for the Python3.13 release. I just saw that the 3.13...

## A list of filesystems and their info keys I collected some about the `.info()` dicts of the different filesystems. Posting it here in case it might be useful: ###...

Yes that would be a great step towards standardizing the info_dict. AbstractFileSystem could even have a default implementation, that tries various different aliases for getting mtime (and potentially others), as...

hmmm, good question... ``` ... 888K ./urllib3 1,1M ./pkg_resources 1,2M ./tifffile 1,4M ./yarl 1,4M ./zarr 1,6M ./chardet 2,8M ./PIL 3,8M ./setuptools 7,5M ./aiohttp 7,7M ./Pillow.libs 11M ./pip 26M ./numcodecs 30M...

Hi @rmontroy So the way to go seems to be to install only what you require to decode the svs images you want to process. `imagecodecs` can be built with...

I'll have a look. I might have some time next week to make the layer or at least an easy way to create a minimal venv.

Hey @swamidass, Thanks for opening the issue! I think it would useful to add native support for xarray to tiffslide. I wonder what approach would be best here: When comparing...

Setting `mask_and_scale=False` prevents a dtype conversion and eliminates the time difference: ```python import contextlib import time import tiffslide import xarray import tiffslide_xarray @contextlib.contextmanager def measure(label): t0 = time.time() yield print(label,...

Hi @swamidass, Thanks for implementing the changes in your library already! I'd be happy to integrate xarray support directly into tiffslide, and if you have time, it would be great...

> Regarding LeicaSCN do you have some test files that exhibit the key features I could look at? Along with explanation of things that wouldn't be obvious from inspecting the...