All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Handling of datasets exceeding EPSG:3857 limits.
- Introduced
argparse-based CLI for generating, writing, and serving tiles. servemethod for dynamic tile serving over HTTP.- Option for threaded tile image writing for significant speed improvement with larger quantities of output tiles.
- Faster tile image writing with
rasterio.MemoryFile. - Boolean parameters changed to keyword-only per FBT001 and FBT002.
- Package manager migrated from
Poetrytouv. - Updated Python from 3.10 to 3.13 and
rasteriofrom 1.3.9 to 1.4.3. - Added pre-commit hooks for
mypyandruff.
- Fix of bug affecting tiling of images entirely within the Eastern Hemisphere.
- RasterioXYZ introduced.