docs.rs failed to build tiffy-rs-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
tiffy-rs
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
- tiffy: 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.