Vincent Sarago 6e68bbb601
Python file opener VSI plugin: read-multi-range support (#3117)
* add multi-range-read for VSIPlugin

* Update tests/test_pyopener.py

* Add and use abstract base classes in the opener implementation

* Silence flake8

---------

Co-authored-by: Sean Gillies <sean.gillies@gmail.com>
2024-07-30 16:30:52 -06:00

4 lines
123 B
Python

"""Abstract base classes."""
from rasterio._vsiopener import FileContainer, MultiByteRangeResourceContainer # noqa: F401