map-engine
A library to work with tiled geospatial (raster) data.
This is the base library of a series of crates. It contains methods to:
- Work with XYZ tiles
- Read raster data intersecting a tile
- Style data to generate coloured PNG files
🚧 This is a work in progress so the API is unstable and likely to change as the related crates are developed. 🚧
Related crates
- map-engine-server: An HTTP tile server
Example
use ;
use PathBuf;
Intallation notes
At the moment, we only support Linux but the crate might work on macOS and Windows (let us know!).
We depend on GDAL >3.3 and you might need to compile it yourself.
Ubuntu
The UbuntuGIS team has a recent version of GDAL (3.3.2) that might work for you.