oxigdal-mbtiles
Pure Rust MBTiles tile archive reader and writer for the OxiGDAL ecosystem. No C/Fortran dependencies.
Features
- In-memory MBTiles store (
MBTiles,MBTilesMetadata) - Tile archive builder with TMS and XYZ scheme support
- Lazy
TileRangeIterfor bbox-to-tile enumeration - Per-zoom statistics aggregation (
TileStatsAggregator) - Geographic coordinate utilities: lon/lat to tile, tile to bbox, resolution at zoom level
- TMS/XYZ coordinate conversion
Usage
use ;
// Convert geographic coordinates to tile coordinates
let = lonlat_to_tile;
println!;
// Get the bounding box of a tile
let bbox = tile_to_bbox;
println!;
Status
- 123 tests passing, 0 failures
License
See the top-level OxiGDAL repository for license details.