Andreas Poehlmann
Andreas Poehlmann
Fixes remote table support and fixes the repr for remote paths
Run remote tests against real remote datasets.
This PR adds remote filesystem support for points.
This PR adds remote filesystem support for shapes.
Should fix crashing python3.10 tests
The skimage.segmentation.slic call segfaults occasionally on arm64 mac
https://github.com/ap--/python-seabreeze/actions/runs/13074205388/job/36482484805#step:4:6560 g++ segfaults... ``` g++ -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Isrc/libseabreeze/include -I/opt/_internal/cpython-3.9.20/include/python3.9 -c src/libseabreeze/src/api/seabreezeapi/EthernetConfigurationFeatureAdapter.cpp -o build/temp.linux-aarch64-cpython-39/src/libseabreeze/src/api/seabreezeapi/EthernetConfigurationFeatureAdapter.o -g0 g++: internal compiler error: Segmentation fault signal terminated program...
Hi @barneygale, I moved universal-pathlib to depend on pathlib_abc now, and I am now planning how to best roll out support for virtual path like objects to other libraries. In...
I had to lower bound the fsspec and s3fs version to get pip to resolve the dev environment correctly. The file I picked for testing was randomly chosen from a...
## Expected behavior and actual behavior. `fsspec.OpenFile` support should work for all fsspec filesystems. It crashes for s3 filesystems currently with: ```python ❯ uv run --script rasterio-reproduce-fsspec-openfile-bug.py Installed 28 packages...