A rasterio tilesource for large_image, enabling geospatial raster tile serving via GDAL/rasterio. Current version 1.34.1, part of the large_image ecosystem with frequent releases.
pip install large-image-source-rasterioNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic example to open a rasterio source and get a tile.
Upgrade Python to 3.10+.
Use `import large_image_source_rasterio` with underscores.
Replace `RasterioFileTileSource(path)` with `getTileSource(path)`.
Install GDAL system package (e.g., `apt install libgdal-dev`) or use conda.
Run `pip install large-image-source-rasterio` and import as `large_image_source_rasterio`.
Use `from large_image_source_rasterio import RasterioFileTileSource` and call via `getTileSource()`.
Ensure tile level is within the source's min/max zoom: `source.getMetadata()['levels']`.